/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	color:#333;
}

a {
	color:#5A9AD8;
	text-decoration: underline;
	font-weight:bold;

}

a:hover {
	color:#666;
	text-decoration: underline;
	font-weight:bold;
}

#header {
	background-image:url(images/header_logo.jpg); 
	background-position:15px -15px; 
	background-repeat:no-repeat; 
	height:123px; 
	width:910px;
	padding:0 12px;
}

#header_por {
	background-image:url(images/header_logo_por.gif); 
	background-position:15px -15px; 
	background-repeat:no-repeat; 
	height:123px; 
	width:910px;
	padding:0 12px;
}

#footer {
	background-color:#EBEBEB; 
	border-top:7px solid #CB0000;
	border-bottom:12px solid #fff;
	text-align:center; font-size:11px; 
	line-height:18px;
	height:25px;
	padding-top:7px;
	margin-top:10px;
}

#footer a {
	color:#333; 
	font-weight:100; 
	text-decoration:none;
}

#tabla_central {
	background-color:#fff;
}

#sombra_sup {
	background-image:url(images/sombra_sup.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sombra_inf {
	background-image:url(images/sombra_inf.jpg);
	background-repeat:repeat-x;
	background-position:top;
} 

#sombra_der {
	background-image:url(images/sombra_izq.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:10px;
}

#sombra_izq {
	background-image:url(images/sombra_der.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:10px;
}

#ang_sup_izq {
	background-image:url(images/ang_sup_izq.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	width:10px;
}

#ang_sup_der {
	background-image:url(images/ang_sup_der.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	width:10px;
}

#ang_inf_izq {
	background-image:url(images/ang_inf_izq.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	width:10px;
}

#ang_inf_der {
	background-image:url(images/ang_inf_der.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	width:10px;
}

.bot_form {
	font-size:11px;
	font-weight:bold;
	height:20px;
	background-color: #CCC;
	border: 1px solid #999;
	color:#333;
}

select {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	height:22px;
}


/*--------------------------------------------header*/
#idiomas {
	height:10px; 
	width:140px;
	background-color:#F7F7F7; 
	font-size:11px; 
	padding:15px 0 10px 0; 
	border-bottom:4px solid #E8E8E8;
	margin-left:620px;
	*margin-left:620px;
	_margin-left:393px;
	text-align:left;
	color:#666;
	float:left;
}

#idiomas a {
	color:#333; 
	font-weight:100; 
	text-decoration:none;
	color:#666;
}

#idiomas a:hover {
	color:#999; 
}

#hora {
	font-size:11px; 
	margin-top:0; 
	padding:5px;
	width:170px;
	margin-left:740px;
	text-align:right;
	color:#666;
	float:inherit;
	clear:both;
}

/*--------------------------------------------Menú*/
#menu {
	height:29px; 
	border-top:5px solid #EBEBEB; 
	width:925px;  
	text-align:left; 
	background-color:#757575; 
	color:#FFF; 
	font-weight:bold; 
	line-height:2.5;
}

.select_menu a {
	float:left; 
	background-image:url(images/back_select.gif);
	background-color:#D6D6D6;
	background-position:bottom center; 
	background-repeat:no-repeat; 
	color:#000; 
	height:28px;
	padding:1px 15px 0 15px;
	text-align:center;
	text-decoration:none;
}

.no_select_menu a {
	float:left;
	background-image:none; 
	background-position:bottom center; 
	background-repeat:no-repeat;  
	height:28px;  
	text-align:center;
	text-decoration:none;
	padding:1px 15px 0 15px;
	color:#fff;
}

.no_select_menu a:hover {
	float:left;
	background-image:url(images/back_select.gif);
	background-color:#D6D6D6;
	background-position:bottom center; 
	background-repeat:no-repeat; 
	color:#000;
	text-decoration:none; 
	height:28px;
	padding:1px 15px 0 15px;
	text-align:center;
}

.contenedor_descargas {
	position:absolute;
	margin-left:270px;
	_margin-left:260px;
	*margin-left:260px;
	left:50%;
	clear:both; 
	top: 146px; 
	left: 190px;
	width: 230px; 
	height: 50px; 
	visibility: hidden;
	font-weight:bold;
	display:block;
	z-index:500;
}

.titulo_menu {
	border-bottom:1px solid #ccc;
	line-height:18px;
	padding-top:5px;
	padding-left:10px;
	color:#000;
}

.subtitulo_menu {
	color:#666; 
	padding-left:40px; 
	text-decoration:none; 
	line-height:23px;
}

.subenlase_menu a {
	color:#666; 
	margin-left:40px;
	padding-left:13px;
	border-left:2px solid #fff;
	text-decoration:none; 
	line-height:20px; 
	font-weight:100;
	display:block;
}

.subenlase_menu a:hover {
	background-color:#EBEBEB;
	border-left:2px solid #666;
}

.enlase_menu a {
	color:#666;
	padding-left:40px;
	text-decoration:none;
	line-height:23px;
	display:block;
}

.enlase_menu a:hover {
	background-color:#EBEBEB;
}

/*--------------------------------------------home*/

#central_home {
	float:left; 
	margin-top:8px; 
	background-color:#fff; 
	width:610px;
	padding-left:12px;
}


.txt_home {
	margin-top:10px; 
	border-top:8px solid #C2C2C2; 
	padding:30px 15px; 
	font-weight:bold; 
	text-align:left;
}


#col_novedades {
	margin:8px 0 0 12px; 
	float:left; 
	width:303px;
	height:100%;
}

.tit_novedades {
	background-color:#757575; 
	font-weight:bold; 
	color:#FFF; 
	padding:1px 0  0 10px; 
	height:30px; 
	line-height:2.5;
	text-align:left;
	font-size:12.3px;
}

.txt_novedades {
	background-color:#EBEBEB;
	padding:10px;
	text-align:left;
	margin-top:10px;
	height:274px;
	*height:290px;
	_height:290px;
}

.recuadro_novedades {
	border:1px solid #999; 
	background-color:#fff; 
	padding:10px; width:170px; 
	margin-left:60px; font-size:11px;
	margin-bottom:10px;
}

.img_novedades {
	border:1px solid #999; 
	margin-bottom:15px;
}


/*--------------------------------------------iternas*/
#menu_interna {
	float:left;  
	padding-top:60px; 
	margin:8px 0; 
	background-color:#fff; 
	width:130px; 
	text-align:left;
	padding-left:12px;
}

.item_menu {
	border-bottom:1px solid #C2C2C2; 
	font-weight:bold; 
	padding:3px 0 3px 5px; 
	color:#638BB1;
	text-decoration:none;
}

.item_menu a {
	color:#638BB1;
	text-decoration:none;
}

.item_menu a:hover {
	color:#666;
}

#contenido_centtral {
	width:436px; 
	float:left; 
	margin:8px 30px 0 30px; 
	text-align:left;
}

#contenido_centtral_doble {
	width:740px; 
	float:left; 
	margin:8px 30px 0 30px; 
	text-align:left;
}

.titulo_productos {
	color:#666666; 
	font-size:13px;
}

.item_productos a{
	font-weight:bold; 
	padding:3px 0 3px 5px; 
	color:#638BB1;
	text-decoration:none;
	line-height:20px;
}

.tit_interna {
	color:#003D7B; 
	font-size:15px; 
	font-weight:bold; 
	margin:20px 0 15px 0;
}

#col_imgs {
	margin-top:8px; 
	width:300px; 
	float:left;
 }
 
 /*--------------------------------------------descargas*/
 
.fondo_corto_gris {
	background-image: url(images/fondo_corto_gris_descargas.jpg);
	background-repeat: no-repeat;
}

.fondo_corto_tostado {
	background-image: url(images/fondo_corto_tostado_descargas.jpg);
	background-repeat: no-repeat;
}

.fondo_largo_gris {
	background-image: url(images/fondo_largo_gris_descargas.jpg);
	background-repeat: no-repeat;
}

.fondo_largo_tostado {
	background-image: url(images/fondo_largo_tostado_descargas.jpg);
	background-repeat: no-repeat;
}
