@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;
}
/* */

#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;
}

#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: 400px;
}
#bco{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;	
}
