@charset "UTF-8";
/* CSS Document */

body,html{
	margin: 0px;
	background-color: #F0EEE8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	background-color: #F0EEE8;
	font-size: 12px;
}
table,div{
	background-color: #FFFFFF;
	
}
p {
	line-height: 180%;
	font-size: 11px;
	font-weight: normal;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	text-decoration:none
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #012C41;
	font-size: 12px;
	text-decoration:none
}
#box {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 900px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	background-image: url(i/sombra.jpg);
	background-repeat: repeat-y;
	}


/* botonera vertical */
.navlist
{
	list-style-type: none;
	background-color: #466098;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.navlist li
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A3B0CC;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 15px;
	margin-right: 15px;
}

.navlist li a
{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.navlist li a:hover
{
	font-size: 14px;
	color: #D6E6F5;
	text-decoration: none;
	font-weight: normal;
}
/* */

#logo{
	background-image:url(i/logo_aym.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:139px;
}

#introLeft{
	width: 296px;
	font-size: 13px;
	line-height: 200%;
	color: #646464;
	float: left;
	background-color: #FFFFFF;
	padding-left: 250px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 85px;
}
#idioma{
	width:100%;
	font-size:16px;
	color:#FFF;
	background-color:#466098;
	text-align: center;
	padding-top: 42px;
	padding-bottom: 42px;
}
#idioma a, a:hover{
	font-size:16px;
	text-decoration:none;
	color:#FFF;
}

#intro{
	width: 273px;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100px;
}
#intro .tit{
	font-size: 16px;
	color: #012C41;
}

#blank{
	clear: both;
	width: 100%;
}

#pie{
	border-bottom-width: 11px;
	border-bottom-style: solid;
	border-bottom-color: #D8C8AE;
	color: #012C41;
	padding-bottom: 10px;
	padding-right: 13px;
	padding-left: 15px;
	padding-top: 10px;
}
#pieDer{
	color: #012C41;
	text-align: right;
	float: right;
	width: 450px;
}
#pieCentro{
	color: #012C41;
	text-align: center;
	float: none;
	width: 100%;
	padding-top: 100px;
}
#bco{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;	
}

