 /* CSS Document */

*{
margin:0;
padding:0; 
outline-style:none;
}

body {
	background-color: #0084cd;
	background-image: url(../img/fondo_mapa2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#cabecero {
	height: 130px;
}
 /*----------------------menu_principal---------------*/
#menu_h {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	height: 50px;
}
#menu_h ul {
	margin: 0px;
	padding: 0px;
}

#menu_h li {
	text-align: center;
	float: left;
	list-style-type: none;
	padding-right: 40px;
	padding-left: 0px;
	font-size: 20px;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu_h li a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
}
#menu_h li a:hover {
	color: #FF9D04;
	text-decoration: none;
}

#menu_h #seleccionado {
	font-weight: bold;
	color: #FF9D04;
}

.submenu {
	font-size: 11px;
	padding: 0px;
	text-transform: lowercase;
	margin-top: -10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
/*-----------menu vertical          --------------*/
#demotip {
	display:none;
	height:50px;
	width:100px;
	color:#fff;
	background-color: transparent;
	background-image: url(../img/flecha.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

#demo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
}

#demo li{
	list-style-type: none;
	margin-bottom: 20px;
}

#demo a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
#demo a:hover {
	font-weight: bold;
	color: #FF9D04;
	text-decoration: none;
}

#demo #seleccionadov {
	font-weight: bold;
	color: #FF9D04;
}

/*----------------------contenido---------------*/
#contenido {
	width: 900px;
	padding-top: 40px;
	clear: both;
	font-size: 16px;
	color: #1A3651;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 0px;
	text-align: justify;
}
.destacado {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: left;
}

#derecha {
	float: right;
	width: 540px;
	padding-left: 25px;
	padding-right: 30px;
}
.titulo {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.izq {
	float: left;
	width: 250px;
	padding-left: 20px;
}
/*-------------------zona_inferior-------------*/
#pie {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 0px;
	height: 50px;
}


#firmas {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.diseno {
	font-size: 10px;
	color: #000033;
	float: left;
	width: 200px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: lowercase;
}
.prg {
	font-size: 10px;
	color: #000033;
	float: right;
	width: 200px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: right;
	text-transform: lowercase;
}
.prg a {
	color: #003C5B;
	text-decoration: none;
}
.prg a:hover {
	color: #FF0000;
	text-decoration: none;
}
#info {
	font-weight: bold;
	color: #00466C;
	text-align: center;
	float: left;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#info a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003451;
	text-decoration: none;
}
.aviso {
	font-size: 11px;
	color: #000000;
}
