@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image:url(../images/bg_.jpg);
	background-repeat:repeat;
}
*{
	margin:0;
	padding:0;
}
.contenedor{
	margin:auto;
	width:850px;
	background-color:#FFFFFF;
	border: 1px #006699 solid;
}
.cabecera{
	background-image:url(../images/cab.jpg);
	height:220px;
	width:850px;
}
.menu{
	width:850px;
	height:50px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
}
.c_img {
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: 200px;
}
.c_img2 {
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: 200px;
}
.menu ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding-left: 41px;
	padding-right: 41px;
}
.link_cab {
	padding-top: 125px;
	padding-left: 50px;
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menu_lnks {
	float: right;
	padding-right: 40px;
}
.menu_lnks a{
	display: block;
	float: left;
	padding-top: 16px;
	font-family: arial;
	font-size: 10pt;
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li{
	float:left;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
.menu a{
	display:block;
	width:109px;
	color:#000000;
	font-size:9pt;
	text-decoration:none;
	height:35px;
	padding-top:15px;
	font-family: Arial;
	background-attachment: scroll;
	background-image: url(../images/btn_.jpg);
	background-repeat: repeat-x;
	background-position: 0 -55px;
}
.menu a:hover{
	font-weight:bold;
	background-attachment: scroll;
	background-image: url(../images/btn_.jpg);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
.links{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.contenido{
	width:850px;
	background-image: url(../images/bg_cont.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.text_footer {
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom:20px;
}

.contenido ul{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 30px;
	font-family: arial;
	font-size: 10pt;
	padding-bottom: 20px;
}
.titulo1{
	font-family: arial;
	font-size: 12pt;
	color: #003366;
	padding: 5px;
text-align:center;
}
.texto1{
	font-family: arial;
	font-size: 10pt;
	margin-left: 30px;
	text-align: justify;
	margin-right: 30px;
	color: #1D1D1D;
	padding-bottom: 20px;
}
.footer{
	width:850px;
	background-color:#005193;
}
