/* CSS Document */

#cuerpo{
	width: 100%;
	height:448px;
	margin:0px;
	margin-top:10px;
	padding: 0px;	
	text-align: left;		
	display:block;	
	border:1px solid #D6D6D6;
}

/*********************************************
				CUERPO
*********************************************/

#cuerpo #col_izquierda{
	background-color: #dddddd;
	height: 448px;
	width: 518px;
	float:left;
	
	}
	
#cuerpo #col_izquierda.portada{
	background-image:url(../imagenes/fnd_portada.jpg);
	background-repeat:repeat-y;
}

#cuerpo #col_izquierda object{
	float:left;

}
#cuerpo #col_izquierda ul{
	font-family : "Trebuchet MS", Verdana, Arial, Terminal, sans-serif;
	font-size:75%;	
	margin-left: 10px;
	list-style-position:inside;	
	margin-right: 8px;
	margin-top: 10px;
}
#cuerpo #col_izquierda p{
	margin-left:10px;
	margin-right:8px;
	margin-top:10px;
	color:#333333;
	font-family : "Trebuchet MS", Verdana, Arial, Terminal, sans-serif;
	font-size:75%;
	margin-bottom:0px;
	font-weight:normal;
	text-align:justify;
	line-height:160%;
}

#cuerpo #col_izquierda p a{
	margin-top: 3px;
	margin-bottom:3px;
	color: #333333;
	text-decoration:none;
}

#cuerpo #col_izquierda p a:hover{
	
	color: #333333;
}

#cuerpo #col_izquierda p.media{
	margin-left:10px;
	margin-right:8px;
	margin-top:150px;
	color:#000000;
	font-family : "Trebuchet MS", Verdana, Arial, Terminal, sans-serif;
	font-size:75%;
	margin-bottom:0px;
	float:left;
	width:237px;
	line-height: 140%;
	font-weight:normal;
	text-align:justify;
}
* html #cuerpo #col_izquierda p.media{
	width: 230px;
}
#cuerpo #col_izquierda h1{
	margin-left:10px;
	margin-right:10px;
	color:#003173;
	font-family : "Trebuchet MS", Verdana, Arial, Terminal, sans-serif;
	font-size:85%;
	margin-bottom:0px;
	margin-top:10px;
	
}
#cuerpo #col_izquierda img.tuv{
	margin-left: 210px;
}
#cuerpo #col_izquierda p.subrayado{	
	text-decoration: underline;
}
/*
* html #cuerpo #col_izquierda h1{
	width: 230px;
}*/

#cuerpo #col_derecha{
	background-color: white;
	width: 262px; 
	height: 448px;
	float:left;
	/*border:1px solid blue;*/
}

* html #cuerpo #col_derecha{
	
	width: 260px; 
}

#cuerpo #col_derecha #fila_arriba{
	/*clear:both;*/
	display:block;
	border-bottom:1px dotted #CCCCCC;
	/*border:1px solid blue;*/
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-top:0px;
	height:142px;
}

#cuerpo #col_derecha #fila_arriba  h1.novedades{
	background-image:url(../imagenes_en/texto_novedades_portada.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	font-size:1%;
	width:89px;
	height:20px;
	margin-bottom: 5px;
	margin-top:10px;	
}
#cuerpo #col_derecha #fila_arriba img{
	float:left;
	margin-bottom:5px;
} 

#cuerpo #col_derecha #fila_arriba  p{
	margin-top: 5px;
	color:#666666;
	font-size:70%;
	margin-left:5px;
	float:left;
	width:112px;
	margin-bottom:0px;
}

#cuerpo #col_derecha #fila_arriba  p a{
	color:#666666;
	text-decoration:none;
}

#cuerpo #col_derecha #fila_arriba  p a:hover{
	text-decoration:underline;
}

#cuerpo #col_derecha #fila_medio{
	clear:both;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-top:0px;
	height:142px;
}

#cuerpo #col_derecha #fila_medio  h1.proyectos{
	background-image:url(../imagenes_en/texto_proyectos_portada.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	font-size:1%;
	width:81px;
	height:21px;
	margin-bottom: 5px;
	margin-top:10px;	
	clear:both;
}
#cuerpo #col_derecha #fila_medio img{
	float:left;
	margin-bottom:5px;
} 

#cuerpo #col_derecha #fila_medio  p{
	margin-top: 5px;
	margin-bottom:0px;
	color:#666666;
	font-size:70%;
	margin-left:5px;
	float:left;
	width:112px;
	
}

#cuerpo #col_derecha #fila_medio  p a{
	color:#666666;
	text-decoration:none;
}

#cuerpo #col_derecha #fila_medio  p a:hover{
	text-decoration:underline;
}

#cuerpo #col_derecha #fila_abajo{
	clear:both;
	display:block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	margin-top:0px;
	height:142px;
}

#cuerpo #col_derecha #fila_abajo  h1.actualidad{
	background-image:url(../imagenes_en/texto_actualidad_portada.jpg);
	background-repeat:no-repeat;
	text-indent:-5000px;
	font-size:1%;
	display:block;
	width:89px;
	height:22px;
	margin-bottom: 5px;
	margin-top:10px;	
}
#cuerpo #col_derecha #fila_abajo img{
	float:left;
	margin-bottom:5px;
} 

#cuerpo #col_derecha #fila_abajo  p{
	margin-top: 5px;
	margin-bottom:0px;
	color:#666666;
	font-size:70%;
	margin-left:5px;
	float:left;
	width:112px;
}

#cuerpo #col_derecha #fila_abajo  p a{
	color:#666666;
	text-decoration:none;
}

#cuerpo #col_derecha #fila_abajo  p a:hover{
	text-decoration:underline;
}


/*submenu*/


#contenedor #contenido #submenu p a.bsb{
	background-image:url(../imagenes_en/submenu/b_bsb.gif);
	background-repeat:no-repeat;
	width:57px;
	height:15px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px 0px;
	outline:none;
	overflow:hidden;
}

#contenedor #contenido #submenu p a.bsb:hover, #contenedor #contenido #submenu p a.bsb_sel{
	background-image:url(../imagenes_en/submenu/b_bsb.gif);
	background-repeat:no-repeat;
	width:57px;
	height:15px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px -15px;
	outline:none;
	overflow:hidden;
}



#contenedor #contenido #submenu p a.atencion{
	background-image:url(../imagenes_en/submenu/b_atencion.gif);
	background-repeat:no-repeat;
	width:96px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px 0px;
	outline:none;
	overflow:hidden;
}

#contenedor #contenido #submenu p a.atencion:hover, #contenedor #contenido #submenu p a.atencion_sel{
	background-image:url(../imagenes_en/submenu/b_atencion.gif);
	background-repeat:no-repeat;
	width:96px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px -15px;
	outline:none;
	overflow:hidden;
}



#contenedor #contenido #submenu p a.calidad{
	background-image:url(../imagenes_en/submenu/b_calidad.gif);
	background-repeat:no-repeat;
	width:128px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px 0px;
	outline:none;
	overflow:hidden;
}

#contenedor #contenido #submenu p a.calidad:hover, #contenedor #contenido #submenu p a.calidad_sel{
	background-image:url(../imagenes_en/submenu/b_calidad.gif);
	background-repeat:no-repeat;
	width:128px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px -15px;
	outline:none;
	overflow:hidden;
}


#contenedor #contenido #submenu p a.idi{
	background-image:url(../imagenes_en/submenu/b_idi.gif);
	background-repeat:no-repeat;
	width:46px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px 0px;
	outline:none;
	overflow:hidden;
}

#contenedor #contenido #submenu p a.idi:hover, #contenedor #contenido #submenu p a.idi_sel{
	background-image:url(../imagenes_en/submenu/b_idi.gif);
	background-repeat:no-repeat;
	width:46px;
	height:16px;
	text-indent:-5000px;
	font-size:1%;
	float: left;
	background-position: 0px -15px;
	outline:none;
	overflow:hidden;
}






#cuerpo #col_izquierda #desplazamiento{
	width:500px;
	height:280px;
	margin-left:15px;
	overflow: auto; 
	margin-top: 5px;
	scrollbar-face-color:#666666;
	font-family : "Trebuchet MS", Verdana, Arial, Terminal, sans-serif;
	color:#666666;
}

