/* CSS Document */

/* ---- RESET ----- */

body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, form, input, legend, fieldset, object, embed, param{
 margin:0;
 padding:0;
 border:0;
}

ul li, ol li{list-style-type:none;}

img{
 border:0;
}

b{
	color:#00244D;
}
		

hr{
  margin:0 10px;
  height:1px;
  border:0;
  border-top: 1px dotted #00244D;
  }

body
{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	background:url(img/bg.jpg) repeat-y top center;
}

/* -------------   ESTILOS GENERALES   -----------*/

.ocult{display:none;}

a {color:#931441; text-decoration:none;font-weight:bold}

a:hover{text-decoration:underline; color:#00244D;}

.text_der{
	text-align:right;
	width:100%;
}

.limpia{
	float:none;
	display:block;
	clear:both;
}


a.button{
	height: 25px;
	background: url(img/bg_button.png) no-repeat 0 0;
	_background: url(img/bg_button.gif) no-repeat 0 0;
	padding: 5px 15px 7px 11px;
	color:#FFF;
	font-weight:normal;
	font-size:12px;
}

a:hover.button{
	color:#FFF;
	text-decoration:underline;
}

.floatLeft{float:left; padding: 3px 5px 3px 0; }
.floatRight{float:right; padding: 3px 0 3px 25px; }

/* -------------   FIN ESTILOS GENERALES   -----------*/

/* -------------   CAPA WEB - GENERAL   -----------*/

#web
{
	width:1000px;
	margin:0 auto;
}

#cabecera{
	height:160px;
	background:url(img/bg_cab.jpg) repeat-y top right;
	border-bottom: 5px solid #00244D;
}

#cabecera_ini{
	height:260px;
	border-bottom: 5px solid #00244D;
}
	

	/*LOGO*/
	
	#cabecera h1{
		float:left;
		height:150px;
		width:375px;
		font: normal 25px/25px Arial, Helvetica, sans-serif;
		margin: 5px 0 0 30px;
		_margin: 5px 0 0 15px;
		background:url(img/logo.jpg) no-repeat top left;
	}
	
	
	#cabecera_ini #izq{
		float:left;
		width:640px;
		background:url(img/bg_A_ini.jpg) no-repeat top left;
		height:260px;
	}
	
		#cabecera_ini #izq h1{
			float:left;
			width:375px;
			font: normal 25px/25px Arial, Helvetica, sans-serif;
			margin: 15px 0 0 30px;
			_margin:15px 0 0 15px;
		}
		
	
		#cabecera h1 span, #cabecera_ini h1 span{
			display:none;
		}
	
	
	#cabecera h2, #cabecera_ini #izq h2{
		float:left;
		width:190px;
		margin: 28px 0 0 100px;
		font: normal 15px/21px Arial, Helvetica, sans-serif;
		color: #00244D;
		text-align:right;
	}
	
		#cabecera_ini #izq h2{
			float:right;
			margin: 47px 15px 0 0;	
			_margin: 47px 8px 0 0;	
		}
	
		#cabecera h2 span, #cabecera_ini #izq h2 span{
			color: #931441;
		}

/* CONTACTO Y ACCESOS RÁPIDOS */

	#cabecera #der{
		width:250px;
		margin: 8px 0 0 35px;
		overflow:hidden;
		float:left;
		color:#FFF;
	}
	
	#cabecera_ini #der{
		height:260px;
		width:360px;
		background: url(img/bg_B_ini.jpg) no-repeat 0 0;
		margin:0;
		overflow:hidden;
		float:left;
		color:#FFF;
	}
	
		#cabecera #der .facebook
		{
			display:block;
			padding-left:30px;
		}
	
		
		#cabecera #der .contacto
		{
			display:block;
			padding-left:30px;
		}
		
			#cabecera #der .contacto p{
				font: bold 18px/30px Arial, Helvetica, sans-serif;	
			}
			
			
			#cabecera #der .contacto p.tlf
			{
				font: bold 25px/35px Arial, Helvetica, sans-serif;
				background: url(img/ico_tlf_gris.gif) no-repeat 0 5px;
				padding: 0 0 0 35px;
			}
			
			#cabecera #der .contacto a{
				color:#FFF;
			}
			
				#cabecera #der .contacto a.mail{
				background: url(img/ico_mail.gif) no-repeat 0 0;
				padding:0 0 6px 35px;
			}
		
		#cabecera #der .acc_rapidos
		{
			display:block;
			margin-top:15px;
			border-top:1px dotted #FFF;
		}
		
			#cabecera #der .acc_rapidos p{
				padding:10px 0;
			}
			
			#cabecera #der .acc_rapidos a{
				color:#FFF; 
				font-size:11px;
			}
			
				#cabecera #der .acc_rapidos a.quest{
					padding:5px 0 5px 30px; 
					background:url(img/ico_quest_gris.gif) no-repeat 0 0;
				}
				
				#cabecera #der .acc_rapidos a.ofer{
					margin-left:10px;
					padding:5px 0 5px 27px; 
					background:url(img/ico_ofer_gris.gif) no-repeat 0 0;
				}


		#cabecera_ini #der .busca_piezas{
			padding: 10px 20px;
		}
		
			#cabecera_ini #der .busca_piezas h3{
				font: bold 14px/18px Arial, Helvetica, sans-serif;
				text-decoration:underline;
			}
/* -------------   FIN CABECERA   -----------*/


/* -------------   CUERPO PRINCIPAL --------------*/

#main_content
{
	width:100%;
	background: url(img/bg_main.gif) repeat-y 0 0;
}


/* MEN PRINCIPAL */

	#main_content #menu
	{
		width:260px;
		float:left;
	}
	
		#main_content #menu ul#nav
		{
			width:240px;
			border-left: 3px solid #00244D;
			margin:10px;
		}
		
			#main_content #menu ul#nav li
			{
				
			}
	
				#main_content #menu ul#nav li a
				{
					display:block;
					width:220px;
					text-decoration:none;
					color:#FFF;
					padding:10px 5px;
					background:url(img/bg_li_main_nav.gif) repeat-x 0 0;	
					font-size: 14px;
				}
				
				
				#main_content #menu ul#nav li a:hover, #main_content #menu ul#nav li a.actual
				{
					background:url(img/bg_li_main_nav_act.gif) repeat-x 0 0;	
				}
	
				
				
					#main_content #menu ul#nav ul#subnav
					{
						width:194px;
						background-color:#FFF;
						padding: 10px 18px;
						
				
					}
						
						#main_content #menu ul#nav ul#subnav li
						{
							
						}
						
						#main_content #menu ul#nav ul#subnav li a
						{
							display:block;
							width:180px;
							background:0;
							font: normal 12px/16px Arial, Helvetica, sans-serif;
 							border-left: 3px solid #931441;
							border-bottom:1px solid #931441;
							text-decoration:none;
							color:#00244D;
							padding:0 0 0 8px;
							margin-bottom:7px;
								
						}
	
						#main_content #menu ul#nav ul#subnav li a:hover, #main_content #menu ul#nav  ul#subnav li a.actual
						{
							font-weight:bold;
							_font-weight:normal;
							_text-decoration:underline;
							 }


	/* -------------   BUSCADOR   -----------*/

#menu #buscador {
	width:229px;
	height:auto;
	margin:10px;
	border-left: 3px solid #00244D;
	border-bottom:1px solid #003E83;
	border-right:1px solid #003E83;}
	
	#menu #buscador h1 {
	display:block;
	width:220px;
	color:#FFF;
	padding:10px 5px;
	background:url(img/bg_li_main_nav.gif) repeat-x 0 0;	
	font-size: 14px;
	font-weight:bold;}
	
	#menu #buscador h1.lupa_peke {
	display:block;
	width:220px;
	color:#FFF;
	padding:10px 5px;	
	font-size: 14px;
	font-weight:bold;
	background:url(../secciones/img/ico_lupa_peke.gif) no-repeat top left;}
	
	#menu #buscador img {
	padding:8px 10px 10px 8px;
	float:left;}
	
	#menu #buscador p {
	font:normal 11px/13px "Trebuchet MS";
	color:#000000;
	padding:8px;
	text-align:justify;}
	
	#boton_buscador {
	width:75px;
	height:22px;
	float:left;
	margin:0 40px 15px 30px;}

#buscador {
width: 690px;
height:auto;
overflow:hidden;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
}

#buscador #ejbusqueda {
background-color: #E7E9F2;
width: 579px;
margin: 20px auto 20px auto;
padding: 10px 0 10px 15px;}

#buscador #nom_producto {
background-color: #E7E9F2;
width: 275px;
margin: 20px;
margin-left:0px;
margin-top:0px;
padding: 10px 0 10px 10px;
float:left;}

	#buscador #nom_producto #nombre_prod {
	width: 320px;
	float: left;}

	#buscador #nom_producto h1 {
	color: #941743;
	font-size: 14px;
	text-transform:uppercase;}

	#buscador #nom_producto #precio {
	width: 320px;
	float: left;
	margin:20px 0 0 0;}

	#buscador #nom_producto #precio h2 {
	color: #941743;
	font-size: 20px;
	text-align:left;
	margin-left:0px;}

	#precio .iva{
	color: #941743;
	font-size: 10px;
	text-align:left;}
	
	#precio .boton_comprar {
	float:left;
	background-color: #941743;
	color: #FFF;
	font-size: 12px;
	padding: 4px;
	margin-top:8px;
	margin-left:5px;}
	
	#buscador #garantia {
	width:680px;
	height:auto;
	float:left;
	margin:30px 0 0 0;}
	
		#buscador #garantia h1 {
		font:bold 14px Arial, Helvetica, sans-serif;
		color:#941743;
		border-bottom:1px solid #941743;
		}
		
		#buscador #garantia p {
		text-align:justify;
		font:normal 11px Arial, Helvetica, sans-serif;
		padding:5px 0 5px 0;}

.bus_tit{
color:#00244D;
font-size:14px;
font-weight:bold;
padding-left:12px;}

.tab_alrededor {
border:0;}


.tab_linea_abajo {
border-bottom:1px solid #931441;
border-left:3px solid #931441;
padding-left:8px;}

.tab_linea_abajo_gris {
background:#E7E9F2;
border-bottom:1px solid #931441;
border-left:3px solid #931441;
padding-left:8px;}


/* -----Ficha producto------*/

#info_prod {
width: 140px;
height:auto;
overflow:hidden;
float:left;
}

	#info_prod #ficha_prod {
	width: 240px;
	float: left;
	}

	#info_prod #ficha_prod h1 {
	color: #941743;
	font-size: 14px;}

	#info_prod #ficha_prod ul {
	margin:8px;}

	#info_prod #ficha_prod ul li{
	font-size: 12px;}

	#info_prod #img_prod {
	width: 240px;
	height: 222px;
	float: left;}

	#info_prod #img_prod #vista_prod {
	width: 240px;
	height: 193px;
	background-color: #E7E9F2;
	border: 1px solid #941743;
	padding:10px;}

	#nom_producto a {
	background-color: #941743;
	color: #FFF;
	font-size: 12px;
	padding: 5px;}

	#ficha_prod a {
	background-color: #941743;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;}

	.titficha {
	color:#00244D;}	
	

	/* LOGOS AFILIADOS*/
	
	#menu .logo, #menu .tlf{
		width: 240px;
		height:auto;
		margin:10px;
		font: normal 12px/19px Arial, Helvetica, sans-serif;
		color:#00244D;
		border-bottom: 1px dotted #00244D;
		padding-bottom:5px;
	}
	
		#menu .logo img{
			float:left;
			padding: 0 8px 5px 0;
		}
	
	#menu .tlf{
		height: 30px;
		text-align: center;
		font: bold 30px/30px Arial, Helvetica, sans-serif;
		color: #931441;	
		display:block;
	}


/*CONTENEDOR*/

	#main_content #contenedor{
		width:740px;
		_width:735px;
		float:left;
		}
	
	
	/* PORTADA */
	
	#main_content #contenedor #col_01_noti{
width: 686px;
float:left;
margin:10px 10px 30px 25px;
_margin:25px 10px 10px 10px;
border-left: 1px solid #00244D;
border-right: 1px solid #00244D;
border-bottom: 1px solid #00244D;}	
	
		#main_content #contenedor #col_01_noti #noticias{
		width: 685px;}
			
			#main_content #contenedor #col_01_noti #noticias h4{
			width: 666px;
			background: #931441;
			padding: 10px 0 0 20px;
			color:#FFF;
			height: 21px;
			font: bold 13px/13px Arial, Helvetica, sans-serif;}
			
			#main_content #contenedor #col_01_noti #noticias #interior_noti{
			width: 685px;
			min-height: 100px;
			_height:100px;}
							
					#col_01_noti #noticias #interior_noti .noti_01{
					float:left;
					margin:10px 0 10px 13px;
					_margin: 10px 0 10px 6px;}
					
					#col_01_noti #noticias #interior_noti .noti_02{
					float:left;
					width: 320px;
					padding: 0 0 10px 10px;
					margin:10px 10px 10px 15px;
					_margin: 10px 5px 10px 0;	
					}					
					
						.noti_01 .int, .noti_02 .int, #frame .noticia{
						width: 320px;
						min-height:60px;
						_height:60px;}	
						
						#frame .int{
						width:100%;}
						
						.int {
						border-bottom:1px dotted #333333;}
						
						.int .fecha {
						font:bold 12px Arial, Helvetica, sans-serif;
						color:#931441;
						padding-top:5px;}
							 
							.int a{
							color:#000;
							font-weight: bold;}
							  
							 .int a:hover{
							 text-decoration:underline;}
							   
							   .int p {
							   	font:normal 12px Arial, Helvetica, sans-serif;
								padding-bottom:5px;}
	
	
	#main_content #contenedor #col_01{
		width: 450px;
		float:left;
		margin:25px 10px 10px 25px;
		_margin:25px 10px 10px 10px;
	}
	
	
		#main_content #contenedor #col_01 #ofertas{
			width: 445px;
			}
			
			#main_content #contenedor #col_01 #ofertas h4{
				background: #931441 url(img/bg_title_ofer.gif) no-repeat 0 0;
				padding: 16px 0 0 40px;
				color:#FFF;
				height: 21px;
				font: bold 13px/13px Arial, Helvetica, sans-serif;
			}
			
			#main_content #contenedor #col_01 #ofertas #cuerpo{
				border-left: 1px solid #00244D;
				border-right: 1px solid #00244D;
				margin-left:3px;
				min-height: 100px;
				_height:100px;
			}
							
					#col_01 #ofertas #cuerpo .c_ofer_01{
						float:left;
						width: 195px;
						padding: 0 10px 10px 0;
						margin:10px 0 10px 13px;
						_margin: 10px 0 10px 6px;	
						border-bottom: 1px solid #00244D;
						border-right: 1px solid #00244D;					
					}
					
					#col_01 #ofertas #cuerpo .c_ofer_02{
						float:left;
						width: 195px;
						padding: 0 0 10px 10px;
						margin:10px 10px 10px 0;
						_margin: 10px 5px 10px 0;	
						border-bottom: 1px solid #00244D;
					}
					
					
						.c_ofer_01 .oferta, .c_ofer_02 .oferta, #frame .oferta{
							width: 195px;
							min-height:60px;
							_height:60px;
							margin-bottom: 10px;
							border-bottom: 1px dotted #00244D;
						}	
						
						#frame .oferta{
							width:100%;
						}
						
							 .oferta img{
							 	float: left;
								width:50px;
								height:50px;
								border:1px solid #931441;
								margin: 0 5px 5px 0;								
							 }	
							 
							  .oferta a{
							 	color:#000;
								font-weight: normal; 
							  }
							  
							   .oferta a:hover{
							 	text-decoration:underline;
							  }
							  
							   .oferta p{
							   	
							   }
							   
							   .oferta p span{
							   	font-size:11px;
								color:#00244D;
							   }
			
			#main_content #contenedor #col_01 #ofertas p.ver_ofertas, #main_content #contenedor #bloque_der p.ver_ofertas{
				text-align:center;
				background: url(img/ico_ofer_blanco_S.gif) no-repeat 0 0;
				padding-left: 15px;
				width: 130px;
				margin-left: 150px;
			}
			
			#main_content #contenedor #bloque_der p.ver_ofertas{
				width: 130px;
				margin-left: 30px;
				background: url(img/ico_ofer_blanco_S.gif) no-repeat 0 5px;
			}
			
				
			
			#main_content #contenedor #col_01 #ofertas .pie{
				background: url(img/bg_pie_ofer.gif) no-repeat 3px 0;
				height: 17px;
			}
			
		
		#main_content #contenedor p.tit_proceso{
			font:bold 15px/18px Arial, Helvetica, sans-serif;
			color:#931441;
			padding:0 30px 5px 30px;
		}
		
		.sms{
			float:left;
			width: 280px;
			height:30px;
			background:url(../secciones/img/ico_visto_blanco_peke.gif) no-repeat 0 0;
			padding-left: 30px;
			margin:15px 7px 5px 50px;
			/*_margin:15px 5px;
			*margin-left:-8px;*/
			color:#931441;
			font:bold 12px "Trebuchet MS";
		}	
		
		#main_content #contenedor #bloque_der{
		float:left;
		width:220px;
		margin-left:10px;
		_margin-left:9px;
	}
	
		#main_content #contenedor #bloque_der2{
		float:left;
		width:220px;
		margin-left:50px;
		_margin-left:9px;
		margin-top:20px;
	}
		
		#main_content #contenedor .bloque{
			float:left;
			width: 210px;
			margin: 0 5px 10px 5px;
		}	
		
			.bloque h4{
				padding: 8px;
				color:#FFF;
				font: bold 13px/17px Arial, Helvetica, sans-serif;
				}	
				
				h4.azul{background-color: #00244D;}
				
				h4.rojo{background-color: #931441;}
				
			.bloque #cuerpo{
				border-left: 1px solid #00244D;
				border-right: 1px solid #00244D;
				min-height: 60px;
				_height:60px;
			}
			
				.bloque #cuerpo p{
					padding: 5px 10px;
					}
					
				.bloque #cuerpo img{
					float:left;
					padding: 5px 5px 3px 0;
					}
					
				#bloque_der .bloque #cuerpo img{
					border:1px solid #931441;
					margin: 5px 5px 3px 0;
					padding:0;
					}
					
				#bloque_der .bloque #cuerpo img.no_border{
					border:0;
				}
			
			.bloque .pie{
				background: url(img/bg_pie_bloque_azul.gif) no-repeat 0 0;
				height: 14px;
			}
	
	#main_content #contenedor #bloques_abajo {
		width:700px;
		float:left;
		height:auto;
		margin:10px 0 0 30px;}	
		
		#main_content #contenedor .bloque_nuevo{
		float:left;
		width: 160px;
		margin: 0 5px 10px 5px;
		border-bottom:1px solid #000000;}	
		
			.bloque_nuevo h4{
			padding: 8px;
			color:#FFF;
			font: bold 13px/17px Arial, Helvetica, sans-serif;}	
				
				h4.azul{background-color: #00244D;}
				
				h4.rojo{background-color: #931441;}
				
			.bloque_nuevo #cuerpo{
			border-left: 1px solid #00244D;
			border-right: 1px solid #00244D;
			min-height: 60px;
			_height:60px;}
			
				.bloque_nuevo #cuerpo p{
				padding: 5px 10px;}
					
				.bloque_nuevo #cuerpo img{
				float:left;
				padding: 5px 5px 3px 0;}
					
				#bloque_der .bloque_nuevo #cuerpo img{
				border:1px solid #931441;
				margin: 5px 5px 3px 0;
				padding:0;}
					
				#bloque_der .bloque_nuevo #cuerpo img.no_border{
				border:0;}
			
			.bloque_nuevo .pie{
			background: url(img/bg_pie_bloque_azul.gif) no-repeat 0 0;
			height: 14px;}
		
	
	#main_content #contenedor #col_02{
		width: 220px;
		float:left;
		margin:33px 25px 10px 10px;
		_margin:33px 10px 10px 5px;
	}
	
	
	
	/* INTERIORES*/
	
	#main_content #contenedor #img_sec{
		width:100%;
		height:156px;
		}
			
			.sec_01{background: url(img/img_sec_01.jpg) no-repeat 0 0;}
			.sec_02{background: url(img/img_sec_02.jpg) no-repeat 0 0;}
			.sec_03{background: url(img/img_sec_03.jpg) no-repeat 0 0;}
			.sec_04{background: url(img/img_sec_04.jpg) no-repeat 0 0;}
			.sec_05{background: url(img/img_sec_05.jpg) no-repeat 0 0;}
			.sec_06{background: url(img/img_sec_06.jpg) no-repeat 0 0;}
			.sec_07{background: url(img/img_sec_07.jpg) no-repeat 0 0;}
			.sec_08{background: url(img/img_sec_08.jpg) no-repeat 0 0;}
	
	#main_content #contenedor h3{
		font: normal 18px/25px Arial, Helvetica, sans-serif;
		color:#931441; 
		margin:25px 25px 10px 25px;
		border-bottom: 1px solid #00244D;
		}	
		
		#contenedor h3{
		width:700px;
		font: normal 18px/25px Arial, Helvetica, sans-serif;
		color:#931441; 
		margin:25px 25px 10px 495px;
		*margin:25px 25px 10px 480px;
		margin /*\**/: 25px 25px 10px 493px\9;
		border-bottom: 1px solid #00244D;
		}	
		
		
		#main_content #contenedor h3.ofer{
		background: url(img/ico_ofer_blanco.gif) no-repeat 0 0;
		padding: 0 0 3px 30px ;
		}
	
		
	#main_content #contenedor #texto, #main_content #contenedor #frame, #main_content #contenedor #galeria{
		width: 420px;
		float:left;
		margin:0 10px 0 25px;
		_margin: 0 10px 0 12px;
	}
	
	#main_content #contenedor #frame{
		width: 690px;
	}
	
	#main_content #contenedor #galeria{
		width: 450px;
		margin:0 14px 0 25px;
		_margin: 0 4px 0 10px;
	}
		
		#main_content #contenedor #texto h4{
		font: bold 13px/22px Arial, Helvetica, sans-serif;
		color:#FFFFFF; 
		padding: 5px;
		background-color: #999999;
		
		}	
		
		#main_content #contenedor #texto p, #main_content #contenedor #frame p{
			padding: 5px 0;
			text-align:justify;
		}
		
		#main_content #contenedor #texto ul, #main_content #contenedor #galeria ul, #main_content #contenedor #frame ul{
			margin: 5px 10px;
		}
		
			#main_content #contenedor #texto ul li, #main_content #contenedor #galeria ul li, #main_content #contenedor #frame ul li{
				background: url(img/bg_li.gif) no-repeat 0 6px;
				padding-left: 12px;
			}

		#galeria .ficha, #frame .explain{
			display:block;
			height:auto;
			background-color: #E7E9F2;
			padding: 15px;
			width: 420px;
		}
		
		#frame .explain{
			width: 660px;
			_width:650px;
			border:2px solid #931441
		}
		
			#galeria .ficha strong, #frame .explain{
				color:#00244D;
			}
		
	#main_content #contenedor #img_der{
		float:left;
		width:250px;
		margin-left:10px;
		_margin-left:9px;
	}
	
		#main_content #contenedor #img_der img{
			float:left;
		}
		
		#main_content #contenedor #img_der p{
			float:left;
			margin: -30px 5px 0 5px;
			font-size: 11px;
			font-weight: bold;			
		}


/*----------- FORMULARIOS -------------*/

form input, form textarea{
	border: 1px solid #931441;
	padding: 3px;
	width: 250px;
	background-color:#E7E9F2;
}

form input.buton{
	width: auto;
}

form fieldset{
	border: 1px solid #E7E9F2;
	padding:10px 20px;
	margin: 8px 0;
}

form legend{

	letter-spacing:2px;
}


form span, form legend{
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color:#00244D;
	margin-left: 5px;
}

form textarea{
	width: 630px;
	height: 130px;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}

form label{
	color: #00244D;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}



/* -------------   FOOT   -----------*/

#pie 
{
	width:1000px;
	background: url(img/bg_pie.gif) repeat-x 0 0;
}

#pie ul#nav2
	{
		float:right;
	}
	
		#pie ul#nav2 li
		{
			float:left;
		}

			#pie ul#nav2 li a
			{
				display:block;
				text-decoration:none;
				color:#FFF;
				padding: 6px 10px;
				margin-top: 4px;
				font:normal 12px/12px Arial, Helvetica, sans-serif;
				border-left: 1px solid #FFF;
			}
			
			
			#pie ul#nav2 li a:hover, #pie ul#nav2 li a.actual{
				text-decoration:underline;
			}

	#pie p{
		text-align:center;
		font: normal 11px/15px Arial, Helvetica, sans-serif;
		color:#423740;
		margin: 20px;
}

	


.tab_alrededor {
border:0;}

.tab_linea_abajo {
border-bottom:1px solid #931441;
border-left:3px solid #931441;
padding-left:8px;}

.tab_linea_abajo_gris {
background:#E7E9F2;
border-bottom:1px solid #931441;
border-left:3px solid #931441;
padding-left:8px;}

	

/* -----Ficha producto------*/

#info_prod {
	width: 350px;
	height:auto;
	overflow:hidden;
	float:left;
}
	#info_prod #ficha_prod {
		width: 315px;
		float: left;
	}

	#info_prod #ficha_prod h1 {
		color: #941743;
		font-size: 14px;
	}
	
	#info_prod #ficha_prod ul {
		margin:8px;
	}
	
	#info_prod #ficha_prod ul li{
		font-size: 12px;
	}
	
	#info_prod #img_prod {
		width: 297px;
		height: 222px;
		float: left;
	}
	
	#info_prod #img_prod #vista_prod {
		width: 260px;
		height: 193px;
		background-color: #E7E9F2;
		border: 1px solid #941743;
		padding:10px;
	}
	
	#nom_producto a {
	background-color: #941743;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	}
	#ficha_prod a {
		background-color: #941743;
		color: #FFFFFF;
		font-size: 12px;
		padding: 5px;
	}
	
	.titficha {
		color:#00244D;
	}	

	
/* -------------   FIN PIE   -----------*/


/* --------------- NOTICIAS ---------------- */


#main_content #contenedor #textonoticias{
	width: 355px;
	float:left;
	margin:0 10px 0 25px;
	_margin: 0 10px 0 12px;
}

#main_content #contenedor #textonoticias p{
	padding: 5px 0;
	text-align:justify;
}

#main_content #contenedor #textonoticias p.fecha{
	padding: 5px 0;
	text-align:justify;
	color:#003E83;
	font-weight:bold;
}

#main_content #contenedor #textonoticias h4{
	
	color:#931441;
	margin: 5px 0 0 0px;
	font: bold 13px/21px Arial, Helvetica, sans-serif;
	border-bottom:1px solid dotted;
}	
		
#main_content #contenedor #textonoticias ul{
		margin: 5px 10px;
}
		
#main_content #contenedor #textonoticias ul li{
		background: url(img/bg_li.gif) no-repeat 0 6px;
		padding-left: 12px;
}

#main_content #contenedor #textonoticiasderecho{
	width: 322px;
	float:left;
	margin:0 10px 0 0px;
	_margin: 0 10px 0 12px;
}

#main_content #contenedor #textonoticiasderecho #masnoticias{
width: 322px;
height:auto;
overflow:hidden;
float:left;
margin:20px 10px 0 0px;
_margin: 0 10px 0 12px;
}

#main_content #contenedor #textonoticiasderecho #masnoticias #titmasnoticias{
width:320px;
height:20px;
float:left;
background-color:#931441;
border:1px solid #931441;
}

#main_content #contenedor #textonoticiasderecho #masnoticias #titmasnoticias h4{
color:#fff;
padding:3px;
margin-left:8px;
font: bold 12px Arial, Helvetica, sans-serif;
text-transform:uppercase;
}

#main_content #contenedor #textonoticiasderecho #masnoticias #textomasnoticias{
width:320px;
height:auto;
overflow:hidden;
float:left;
border:1px solid #000;
}

#textomasnoticias #seccionnot{
width:320px;
height:auto;
overflow:hidden;
margin-bottom:10px;
}

#textomasnoticias #seccionnot h5{
color:#931441;
font: bold 11px Arial, Helvetica, sans-serif;
margin-top:5px;
margin-left:10px;
}

#textomasnoticias #seccionnot p{
margin-top:5px;
color:#000;
margin-left:10px;
margin-bottom:5px;
font: normal 11px Arial, Helvetica, sans-serif;
}

#textomasnoticias #seccionnot p a{
color:#000;
text-decoration:none;
font: normal 11px Arial, Helvetica, sans-serif;
}

#textomasnoticias #seccionnot p a:hover{
color:#000;
text-decoration:underline;
font: normal 11px Arial, Helvetica, sans-serif;
}

p.volver a{
color:#003E83;
text-decoration:none;
}

p.volver a:hover{
color:#003E83;
text-decoration:underline;
}



/* -------------   FIN WEB   -----------*/

