@charset "utf-8";
/* CSS Document */
html, body, #contenedor {
    min-height: 100%; /* alto minimom FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
overflow:none;
}

html>body #contenedor {
    height: auto; /* con este hack escondemos el min-height de IE*/
}
/* fin hacks varios */

body {
    font-family:  Verdana, sans-serif;
	font-size: 100%;
    background-color: #FFF;
    color: #333;
    }

#contenedor {
    position: absolute;
    top: 0;
    left: 0;
}

#principal {
    height: auto;
    padding: 5px;
    padding-bottom: 25px;   /* con este  padding el footer nunca toca el contenido */
    width: 99%;
    margin: 0 auto;
}

#principal h2 {
	font-size: 24px;
    text-align: center;
}

#titulo {
    border: 0 none;
    display: table;
    width: 60%;
	background-color: #CCC;
}

#titulo h1 {
    float: left;
    font-family: Georgia, serif;
    font-size: 48px;
    font-weight: bolder;
    line-height: 140%;
    margin: 5px;
	text-shadow: #333 1px 1px 3px;
}

#titulo a {
    display: block;
    color: #C00;
    text-decoration: none;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
	font-size: 11px;
	font-weight: bolder;
	color: #C00;
	text-align: center;
}
#header {
	height:138px;
	background: #c1d825; 
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#menu {
	background: #EEEEEE;
	width:100%;
	height:35px;
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/*DATOS DE LOS FORMULARIOS*/

table.formularios {
	border-spacing:2px;*/
}

table.formularios td {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:3px;
}

table.formularios td.titulo{
	color:#000000;
	/*color: #7BACBE;*/
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table.formularios td.par {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #b5d7ef;
	padding:3px;
}

table.formularios td.impar {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#EEEEEE;
	padding:3px;
}

table.lista {
	/*border-spacing:2;*/
}

table.lista th {
	border-bottom: #CCCCCC  solid 2px;
	border-collapse:collapse;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.lista td {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
table.lista td.titulo{
	color:#000000;
	/*color: #7BACBE;*/
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table.lista td.par {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #b5d7ef;
	vertical-align:middle;
}
table.lista td.impar {
	color: #000000;
	font-weight:normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#EEEEEE;
	vertical-align:middle;
}




table.lista td a {
	border: solid 0px;
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
}

table.mensaje{
	border:#CCCCCC solid 1px;
	border-collapse:collapse;
	height:120px;
}

table.mensaje td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7BACBE;
	font-weight:bold;
	vertical-align:middle;
}

table.mensaje td.regresar{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7BACBE;
	font-weight:bold;
	vertical-align:top;
}

table.mensaje td a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	font-weight:bold;
}

.paginator {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	color: #9BB218;
	font-size: 12px;
}



