/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Century Gothic, sans serif;
	font-size:0.8em;
	_font-size:13px;
	color:#616161;
}
#contenedor{
	width:765px;
	margin-left:-382px;
	left:50%;
	padding:0;
	position:absolute;
}
#logo{
	width:235px;
	height:42px;
	background-image:url('img/logo.gif');
	background-repeat:no-repeat;
	margin:10px;
}
#topdcha{
	width:200px;
	position:absolute;
	right:10px;
	top:10px;
	text-align:right;
}
#banderas{
	width:200px;
	height:13px;
}
#fecha{
	width:200px;
	font-size:0.7em;
	text-align:right;
	margin-top:13px;
	color:#00245B;
}
#cabecera{
	width:763px;
	height:165px;
	top:60px;
	border:1px solid #00245B;
	background-repeat:no-repeat;
	position:absolute;
}
#topMenu{
	width:765px;
	top:230px;
	height:25px;
	text-align:right;
	position:absolute;
}
#topMenu ul{
	margin:0;
	padding:0;
}
#topMenu li{
	margin:0;
	height:22px;
	padding:2px;
	float:right;
	list-style:none;
}
#topMenu li a{
	color:#00245B;
	font-size:0.9em;
	text-decoration:none;
	background-image:url('img/icono.gif');
	background-repeat:no-repeat;
	padding-left:8px;
	background-position: center left;
}
#topMenu li a:hover{
	color:#1C76FF;
}
#contenido{
	width:765px;
	top:260px;
	height:25px;
	position:absolute;
}
#menu{
	width:185px;
	height:35px;
	text-align:left;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	margin:0;
	height:22px;
	padding:2px;
	list-style:none;
	border-bottom:1px dotted #1C76FF;
}
#menu li a{
	color:#00245B;
	text-decoration:none;
	background-image:url('img/icono.gif');
	background-repeat:no-repeat;
	padding-left:8px;
	background-position: center left;
}
#menu li a:hover{
	color:#1C76FF;
}
#tit{
	width:540px;
	background-image:url('img/bgTop.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	float:right;
	height:27px;
	text-align:right;
}
#subTit{
	background-image:url('img/subtit.gif');
	background-repeat:repeat-x;
	padding-top:6px;
	height:24px;
}
#txt{
	width:540px;
	text-align:justify;
	float:right;
	min-height:300px;
	padding-top:10px;
	padding-bottom:10px;
}
#txt ul{
	margin:0;
	padding:0;
}
#txt li{
	margin:0;
	padding:2px;
	list-style:none;
	text-align:left;

}
#pie{
 	clear: both;
	width:765px;
	background-image:url('img/bgTop.gif');
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
	color:#00245B;
	padding-top:5px;
	text-align:center;
	font-size:12px;
}
#recomendar{
	padding:2px;
	width:370px;
	margin:auto;
}
#fernando{
	width:350px;
	height:100px;
	float:right;
	border:1px solid #00245B;
	padding:2px;
	display:none;
}
#elena{
	width:350px;
	height:100px;
	float:right;
	border:1px solid #00245B;
	padding:2px;
	display:none;
}
/* Clases */
.submenu{
	margin-left:15px;
	text-decoration:none;
}
.oculto{
	display:none;
}
h1{
	font-size:1em;
		_font-size:15px;
	color:#00245B;
	font-weight:bold;
	margin:0;
}
h2{
	font-size:0.9em;
	_font-size:13px;
	color:#00245B;
	font-weight:bold;
	margin:0;
}
.resaltado{
	color:#00245B;
	font-weight:bold;
}
a{
	color:#1C76FF;
	text-decoration:none;
}
a:hover{
	color:#0750BF;
}
.borde{
	border:1px solid #00245B;
}
.marginTopmenu{
	padding-right:13px;
	border-right:1px dotted #1C76FF;
}
.fts{
	border:1px solid #00245B;
	padding:2px;
}
p{
	text-indent: 2em;;
}
input, textarea{
	border:1px solid #1C76FF;
	background-color:#fff;
	width:150px;
	color:#616161;
}
.btn{
	background-color:#1c76ff;
	color:#fff;
	font-weight:bold;
	width:95px;
	border:0;
	cursor:pointer;
	font-family:Century Gothic, sans serif;
	font-size:0.8em;
	_font-size:13px;
}
