body{
	margin: 0px;
	background-color: white;
}
body, td, th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

form{
	margin: 0px;
}

/*
 * Casilla del buscador
 */
#buscador{
}


#buscador input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#buscador input.text{
	font-size: 8pt;
	color: #3A66B7;
	background-color: white;
	border: 1px solid black;
}

#buscador input.submit{
	font-size: 7pt;
	font-weight: bold;
	color: white;
	background-color: #3A66B7;
	border-width: 2px;
	border-style: solid;
	border-color: #89A3D4 #213A68 #213A68 #89A3D4;
	padding: 0px;
}

/*
 * Contenido de la página
 */
td.contenido{
	width: 100%;
}
.contenido{
	padding: 12px 4px 20px 12px;
}

.contenido p{
	line-height: 200%;
	margin-top: 0px;
	margin-bottom: 1em;
}

.contenido h2{
	color: #859271;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 1em;
	border-bottom: 1px solid #859271;
}

.contenido a{
	color: #3A66B7;
	border-width: 1px;
}

.contenido a:visited{
	color: #859271;
}

.contenido a:hover{
	color: white;
	background-color: #3A66B7;
	border-width: 1px;
	border-style: solid;
	border-color: #89A3D4 #213A68 #213A68 #89A3D4;
}

.contenido input.text, .contenido textarea, .contenido select, .contenido input.file{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #0B3687;
	background: url(/lib/img/fondo_input.png) white;
}
.contenido option{
	color: black;
	border-width: 0px;
}
.contenido input.submit, .contenido input.reset, .contenido input.button{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #3A66B7;
	border-width: 2px;
	border-style: solid;
	border-color: #89A3D4 #213A68 #213A68 #89A3D4;
	padding: 0px;
}

table.formulario td{
	padding: 2px;
}

div.mensaje{
	border: 1px solid #B5C7E7;
	padding: 2px 5px 2px 5px;
	background-color: #E6ECF7;
	margin-bottom: 1em;
}
.mensaje{
}

div.error{
	border: 1px solid #FF8080;
	padding: 2px 5px 2px 5px;
	background-color: #FFE8E8;
	margin-bottom: 1em;
}
.error{
}

code{
	font-family: Lucida Console, monospace;
	font-size: 8pt;
	color: #3A66B7;
}

em{
	font-style: normal;
	font-weight: bold;
	color: #3A66B7;
}

table.detalles{
	background-color: #DAE2F3;
	border-bottom: 3px solid #3A66B7;
}
table.detalles th{
	font-size: 7pt;
	color: white;
	background-color: #3A66B7;
	text-align: left;
	padding: 1px 2px 1px 2px;
}
table.detalles td{
	padding: 1px;
	border-bottom: 1px solid #3A66B7;
}

table.listado{
	background-color: #DAE2F3;
	border-bottom: 3px solid #3A66B7;
}
table.listado th{
	font-size: 7pt;
	color: white;
	background-color: #3A66B7;
	text-align: left;
	padding: 1px 2px 1px 2px;
}
table.listado td{
	padding: 1px;
	border-bottom: 1px solid #3A66B7;
}

table.navegacion{
}
