/****** GENRAL CSS ****/

BODY{
	position: relative;
	top:0px;
	left:0px;
	margin: 0px auto;
	padding: 0px;	
	text-align:center;
	font:9pt tahoma,sans-serif;
	color:#222;	
}
/*
a{text-decoration:none;color:#01334b;}
a:visited{color:#01334b;}*/

.contenedor{
	position:relative;
	width:760px;
	margin:auto;
	background: url(palmeras.jpg) no-repeat center;
}

.sombras{
	position:relative;
	float:left;
	width:737px;
	padding-left:23px;
	background:url(fondo_sombra.jpg) repeat-y;
}

.cabecero{
	position:relative;
	text-align:left;
	width:714px;
	height:121px;
	background:url(cabecero.jpg) top left no-repeat;/**/
}

.navegador{
	position:relative;
	float:right;
	width:360px;
	height:20px;
	top:76px;
	/*background-color:lime;
	filter: alpha(opacity=50);
	opacity: .4;	*/
}

.bt_inicio{
	position:relative;
	float:right;
	width:330px;
	height:120px;
	right:20px;
	cursor:hand;
}

.cuerpo{
	position:relative;
	float:left;
	width:714px;
	top:20px;
	background-color:#f2f2f6;
	font:9pt tahoma,sans-serif;
	color:#222;
}

.lado_izq{
	position:relative;
	float:left;
	width:472px;
	height:350px;
}

.imagen{
	position:relative;
	float:left;
	width:430px;
	height:286px;
	top:55px;
	padding-left:42px;
	/*background-color:lime;
	filter: alpha(opacity=50);
	opacity: .4;	*/
}

.titulo_img{
	position:relative;
	float:left;
	width:400px;
	height:40px;
	padding-left:72px;
	top:60px;	
	text-align:left;
	font-family: tahoma, sans-serif;
	font-size:8pt;
	color:#fff;	
	line-height:18px;
	/*background-color:orange;*/	
}

.lado_dcha{
	position:relative;
	float:left;
	width:200px;
	height:350px;
}

.txt_superior{
	position:relative;
	float:left;
	width:165px;
	height:75px;
	top:8px;
	padding-left:10px;
	text-align:left;
	font:9pt tahoma,sans-serif;
	color:#222;		
	line-height:18px;	
	/*background-color:blue;
	filter: alpha(opacity=50);
	opacity: .4;	*/
}

.cajon_red{
	position:relative;
	float:left;
	width:700px;
	height:408px;
	background:url(fondo_red.jpg) top left no-repeat;
}

.columna_submenu{
	position:relative;
	float:left;
	width:106px;
	top:32px;
	text-align:left;
	padding-left:7px;
	line-height:18px;
	
	/*background-color:lime;
	filter: alpha(opacity=50);
	opacity: .4;*/
}

.tit_seccion{
	position:relative;
	float:left;
	width:390px;
	height:40px;
	text-align:left;
	letter-spacing:1px;
	margin-top:45px;
	padding-left:64px;
	padding-right:20px;
	font:14pt tahoma,sans-serif;
	color:#eee;	
	
	/*background-color:blue;
	filter: alpha(opacity=50);
	opacity: .4;*/	
}

.txt_seccion{
	position:relative;
	float:left;
	width:390px;
	height:215px;
	margin-top:20px;
	padding-left:64px;
	padding-right:20px;
	text-align:left;
	font:9pt tahoma,sans-serif;
	color:#eee;
	line-height:22px;
	
	/*background-color:lime;
	filter: alpha(opacity=50);
	opacity: .4;*/
}

.pie{
	position:relative;
	float:left;
	width:714px;
	height:55px;
	padding-top:11px;
	text-align:center;
	margin-top:35px;
	background:url(sobre.jpg) no-repeat;
	background-color:#f2f2f6;
	font:9pt tahoma,sans-serif;
	color:#eee;	
	/*background-color:white;
	filter: alpha(opacity=50);
	opacity: .4;*/
}

.png{
behavior:url(css/pngbehavior.htc);
}

/* --------------------  estilo seccion enlaces /border "bottom"  -------------------- */

A.enlace_nav, A.enlace_nav:visited, A.enlace_nav:active, A.enlace_nav:focus{
	font-family: tahoma, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A.enlace_nav:hover{
	color:#92141a;
}

A.link_submenu, A.link_submenu:visited, A.link_submenu:active, A.link_submenu:focus{
	font-family: verdana, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color:#8f151a;
	font-weight:bold;
}

A.link_submenu:hover{
	color:#ddd;
}

A.enlace_pie, A.enlace_pie:visited, A.enlace_pie:active, A.enlace_pie:focus{
	font-family: tahoma, sans-serif;
	font-size:9pt;
	text-decoration:none;
	color:#eee;
}

A.enlace_pie:hover{
	color:yellow;
}

A.enlace_firma,A.A.enlace_firma:visited,A.A.enlace_firma:active,A.A.enlace_firma:focus,A.enlaces:link{
	text-decoration:none;
	font-family: tahoma, sans-serif;
	font-size:8pt;
	color:#888;
	font-weight:bold;
}

A.enlace_firma:hover{
	color:#555;
} 

/* ------------- ESTILO DE letrassss ----------------- */


.amarillo{
	font-family: Verdana, sans-serif;
	font-size:10px;
	color:yellow;
}

.rojo{
	font-family: Verdana, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#d00;
}

.blanco{
	font-family: Verdana, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#fff;
}

.blanco_peq{
	font-family: tahoma, sans-serif;
	font-size:9pt;
	color:#fff;
}

