/* CSS Document */
body{
	background-color:#0D81BB;
	padding: 10px 0;
}
*{
	margin:0;
	padding:0;
}
.contenedor{
	margin:auto;
	width:806px;
}
.cabecera{
	background:url(../images/cab.jpg) no-repeat scroll;
	width:806px;
	height:251px;
}
.menu{
	background:url(../images/menu.jpg) no-repeat scroll;
	width:806px;
	height:50px;
}
.menu li {
	float: left;
	height: 100%;
	text-align: center;
}

.contenido{
	background:url(../images/bgcont.jpg) repeat-y scroll;
	width:806px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-family: "times new roman";
	display: block;
	padding-top: 17px;
	padding-left: 13px;
	padding-right: 13px;
}
.menu a:hover {
	color: #00CCFF;
}


.menu ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding-right: 5px;
	padding-left: 5px;
}

.footer_sup{
	background:url(../images/bgfcont.jpg) no-repeat scroll;
	width:806px;
	height:20px;
}
.menu_lnks {
	float: right;
	padding-right: 25px;
	padding-top: 20px;
}
.menu_lnks a {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 10pt;
	margin: 0 15px;
}


.footer_inf{
	background:url(../images/bgfcont1.jpg) no-repeat scroll;
	width:806px;
	height:15px;
}
.menu_lnks a:hover {
	color: #4FA2CE;
}

.footer{
	background-color:#FFFFFF;
	width:806px;
	padding-top: 15px;
	text-align: center;
}
.texto1 {
	font-family: arial;
	font-size: 10pt;
	color: #333333;
	padding: 10px 20px;
	text-align: justify;
}
.link_cab {
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 80px;
	padding-left: 40px;
	font-weight: bold;
}
.contenido li {
	padding-bottom: 5px;
}

.footer a {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #003399;
}
.contenido ul {
	font-family: arial;
	font-size: 10pt;
	padding-left: 50px;
	list-style-type: square;
}

.titulo1 {
	font-family: "times new roman";
	font-size: 14pt;
	padding: 15px;
	color: #004062;
}
.contenido a {
	text-decoration: none;
	color: #333333;
}
.contenido a:hover {
	font-weight: bold;
}
.img1 {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.img2 {
	float: right;
	margin: 0 20px;
}
.img3 {
	float: right;
	padding: 60px 30px;
}
