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

body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #489DD6;
	padding-bottom: 0px;
	margin:0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #7997AB;
	padding-bottom: 0px;
	margin:0px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #7997AB;
	padding-bottom: 0px;
	margin:0px;
}


h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #80BEE5;
	padding-bottom: 0px;
	margin:0px;
}

h5 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #E6F2FA;
	padding-bottom: 0px;
	margin:0px;
}

/* links */
a { 
	color: #3C6A92;
	text-decoration: none;
}
a:hover {
	color: #72B3DF;
	text-decoration: none;
}

/* Menu*/

.menu_lateral_css {
	float: left;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	clear: both;
	top: 42px;
}
.topicos_menu {
	float: left;
	height: 20px;
	width: 100%;
	margin-top: 4px;
	clear: both;
}
.cuadro {
	float: left;
	height: 9px;
	width: 5px;
	margin-right: 10px;
	background-color: #489DD6;
	clear: both;
	margin-top: 4px;
}
.menu_lateral_css a:link {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 4px;
	border-top-style: none;
	text-decoration: none;
	clear: none;
	font-weight: bold;
}
.menu_lateral_css a:hover {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #489DD6;
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 4px;
	border-top-style: none;
	text-decoration: none;
	clear: none;
	font-weight: bold;
	background-color: #f7f7f7;
}
.menu_lateral_css a:visited {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left;
	height: 20px;
	width: 170px;
	margin-top: 4px;
	border-top-style: none;
	text-decoration: none;
	clear: none;
	font-weight: bold;
	text-indent: 0px;
}

div#subnavegacion{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left;
	padding:52px 0 0 18px;

	float: left;
	margin-right: 10px;
	clear: both;
	float: left;
	height: 20px;
	width:170px;
}

div#subnavegacion a{
	color: #666666;

}

div#subnavegacion a:hover{
	color: #999999;
	text-decoration: none;
}
div#subnavegacion a:visited{
	color: #999999;

}

/* contenido */
div#fondo{
	display:block;
	width:896px;
	float:left;
	background-image: url(../img/fondo_bordes.png);
	background-position: top;
	background-repeat: repeat-y;
}


div#content{

	width:851px;
	display:block;
	float:left;
	margin:0 23px 0 22px;
	_margin:10px;
}


/* contenido */
div#contenido{
	margin: auto;
	display: block;
	background-image: url(../img/fondo_tablas.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


/* imagenes */
.img{
	border:2px solid #72B3DF;
}


/* formularios */

.inputbox01{
	background-color:#F7F7F7;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	width: 220px;
}

.inputbox02{
	background-color:#F7F7F7;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	width: 200px;

}

.listmenu{
	background-color:#F7F7F7;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
}

.button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#5F82AC;
	border:solid 0px;
	color:#fff;
	width: 80px;
	height: 20px;
	font-size: 9px;
	font-weight: bold;
}


.mapa {
	float: left;
	width: 170px;
	margin-right: 20px;
	clear: both;
	top: 42px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 4px;
}

.encendido {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #489DD6;
	font-weight: bold;
}

.apagado {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}

.destacado {
	color:#72b3df;
	}
