html,body{
	margin: 0 0 0 0px;
	background-color: #171717;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	font-size: 14px;
}
#todo {
	margin:0px;
	padding: 0px;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	height:100%;
 	width:100%; 	
	min-height: 100%;	
}
* html #todo {
  height:100%;
}

img {
	border: none;
}
#cabecera{
	height:60px;
	width:100%;
	background-color: #2C6583;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163343;
	background-image: url(../images/cabecera.jpg);

}
.cabecera_text{
	font-family: Verdana;
	font-size: 36px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 20px;
}
#cuerpo {
	margin: 0px;
}
#menu_iz{
	float: left;
	width:240px;
	background-color: #171717;
	padding-bottom:10px;
	margin-top:0px;
}
#contenido{
	padding-left:10px;	
}
#contenido_sin_menu{
	background-color: #FFFFFF;
	height:100%;
	margin-top:0px;	
	overflow: visible;
}
#pie{
	position:fixed;
	bottom:0;
	width:100%;
	height:30px;
	background-color: #2C6583;
	background-image: url(../images/cabecera.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #163343;

}
#cabezaventana{
	height:30px;
	width:100%;
	background-color: #2C6583;
	background-image: url(../images/cabecera.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #163343;
	font-family: Verdana;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}

.pie_text{
	font-family: Verdana;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 40px;
}


.panel_ar{
	background-image: url(../images/panel_sup.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 212px;
	margin-left:14px;
	margin-top: 14px;
}
.panel_ar_text{
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	padding-top:4px;
	font-weight: bold;
	margin-left: 10px;
}
.panel{
	background-color: #FFFFFF;
	width: 210px;
	margin-left:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #1B444B;
	border-left-color: #1B444B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1B444B;
}

.panel_text{
	font-family: Verdana;
	font-size: 12px;
	padding-left:10px;
	padding-top: 4px;
}
.panel_text:hover{
	background-color: #BEDBE9;
}
	
.link_panel{
	color: #000000;
	text-decoration: none;
}	
.link_panel:hover{
	color: #1C3A4F;
}
.blanco{
	color:#FFFFFF;
}
.azul{
	color:#20495F;
}
.azul_negrita{
	color:#20495F;
	font-weight: bold;
}
.text11{
	font-size: 11px;
}
#titulotipo{
	font-size: 15px;
	position:relative;
	float:right;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
}
.titulo_seccion{
	color:#234D66;
	font-size:18px;
	font-weight: bold;
	padding-top:10px;
}
.tabla_admin{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #20495F;
	text-decoration: none;

}
.tabla_admin1{
	color: #5B5B5B;
	background-color: #F8F8F8;
}
.tabla_admin2{
	color: #000000;
	background-color: #EBEBEB;
}
#mensaje{
	padding: 5px;
	border: 1px solid #20495F;
	margin:5px;
}
.aviso_rojo{
	background-color: #FF9F9F;
	border: 1px solid #FF0000;
	color: #FFFFFF;
	height: auto;
	width: auto;
}
.fondo_gris{
	background-color: #F8F8F8;
}
