@charset "utf-8";
/* CSS Document */
body{
	font-size:75%;
	padding-top:0;
	margin-top:0;
	background-color:#e8ecef;
	font-family:Arial;

}
body.backportada {
	background-image:url(imgs/back.gif);
	background-position:center;
	background-repeat:no-repeat;
}
body img {
	border:0;
}
#contenedor{
	width:771px;
	height:539px;
	position:relative;
	left:50%;
		
	margin-left:-385.5px;
	border-left-style:dashed;
	border-left-width:1px;
	border-left-color:#9b9c9f;
	border-right-style:dashed;
	border-right-width:1px;
	border-right-color:#9b9c9f;
}
#contenido_tit{
	background-color:#FFFFFF;
	position:absolute;
	width:771px;
	height:80px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
#menuiconos{
	width:310px;
	float:right;
	text-align:right;
}
.lipadd{
	padding-top:9px;
}
#menuiconos ul{	
	margin-top:22px;
	
	position:relative;
}
#menuiconos ul li{	
	list-style-type: none;
	
}
#menuiconos li {
	float: left;
	height:24px;
	
}
#menuiconos a {
	text-decoration: none;
	color: #555555;
	display: block;
	font-size:85%;
	text-align: center;
}
#menuiconos a:hover {
	text-decoration: underline;
}
#menu{
	position:absolute;
	top:76px;
	left:254px;
	width:518px;
	height:81px;
	background-image:url(imgs/fondomenu.jpg);

}
#flash{
	margin-top:81px;
	background-color:#FEFEFF;
	background-image:url(imgs/fondo0.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:439px;
	position:absolute;

}

#menu #menuazul ul{
	position:relative;
	left:7px;
	margin-top:30px;
	font-size:83%;
}
#menu #menuazul ul li{	
	list-style-type: none;
	
}
#menu #menuazul li {
	float: left;
	height:24px;
	
}
#menu #menuazul li img{
	position:relative;
	margin-top:3px;
}
#menu #menuazul a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	
	text-align: center;
}
#menu #menuazul a:hover {
	text-decoration: underline;
}

#pie{
	
	border-left-color:#f6f6f6;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#f6f6f6;
	border-right-style:solid;
	border-right-width:2px;
	
	position:absolute;
	width:770px;
	height:20px;
	background-color:#7c97ad;
	/*margin-top:385px;*/
	color:#f6f6f6;
	font-size:95%;
	left:-3px;
	margin-top:519px;
}
#pie a:link , #menupie a:visited, #menupie a:active {
	color:#f6f6f6;
	text-decoration:none;
}
#pie a:visited{
	color:#f6f6f6;
	text-decoration:none;
}
#pie a:hover{
	text-decoration:underline;
}