/************hoja de estilos reseteada***************************/
HTML, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, form, label, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: center;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
/***************************************************************/
/***************************************************************/
/***************************************************************/
/*GENERAL*/
body
{
	text-align: left;
	font-family: Arial;
	font-size: 80%;
	color: #666;
	padding-top: 0em;
}
#bodyContenido
{
	/*background: url(fondo_pagina.jpg) repeat-x top left;*/
	text-align: center;
	/*background-color:#0099CC;*/
}
h1
{
	font-weight: bold;
	font-size: 160%;
	padding-bottom:1em;
}
h2
{
	font-size: 140%;
	font-weight:bold;
	color:#005B79;
	padding-bottom:1em;
	padding-top:1em;
	clear:both; 
	margin:0em;
}
h3
{
	font-size: 130%;
	font-weight:bold;
	padding-bottom:1em;
}
h4
{
	font-weight: bold;
	font-size: 105%;
	padding-bottom:1em;
}
a
{
	color: #09c;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	line-height: 1.3em;
	padding-bottom:1em;	
	margin-top:0em;
}
ul
{
	list-style-image: url(listado_2_nivel.jpg);
	text-align:left;
	padding-bottom:1em;
	line-height: 1.3em;
}
ul ul
{
	list-style-image: url(listado_3_nivel.jpg);
}
ul li
{
	margin: 0.3em 0em 0.3em 0em;
}
ul li .seleccionado
{
	font-weight: bold;
	color:#005B79;
}
ul li .pagina_actual
{
	font-weight: bold;
	color:#F6C427;
}
ul li .pagina_actual
{
	text-decoration: none;
}
hr
{
	border:solid 0.05em #fff;
	border-top:solid 0.05em #c0c0c0;
	clear:both;
}
strong
{
	color:#00688a;
}
.clear
{
	clear:both;
}
.imagen_derecha
{
	float:right;
	margin:0 0 1em 1em;
}
.imagen_izquierda
{
	float:left;
	margin:0 1em 1em 0;
}
.imagen_centrado
{
	float:none;
	clear:both;
	display:block;
}
.texto_derecha
{
	text-align:right;
}
.texto_izquierda
{
	text-align:left;
	float:left;
	clear:none;
}
.texto_centrado
{
	text-align:center;
	clear:both;
}
.texto_justificado
{
	text-align:justify;
}
.flotar_izquierda
{
	float:left;
}
.flotar_derecha
{
	float:right;
}
.flotar_no
{
	float:none;
	clear:both;
}
.texto_destacado
{
	color:#000;
	font-weight:bold;
}
/*FORMULARIOS*/
/*formularios*/
form
{
	padding:1em;
	padding-top:0em;
	clear:both;
}
form label 
{
	float:left;
	clear:none;
	padding-right:10px;
	clear:both;
	margin-bottom:0.5em;
	margin-top:0.5em;
	color:#09c;
}
form input, form select, form textarea
{
	float:left;
	clear:none;
	font-size:90%;
	margin-right:0.8em;
	clear:both;
}
form textarea
{
	font-family:Arial;
}
form p
{
	margin:0em;
	padding:0em;
}
.input_largo
{
	width:20em;
}
.boton
{
	text-align:center;
	clear:both;
}
.boton input
{
	float:none;
	margin:auto;
	background-color:#ccc;
	color:#fff;
	border:solid 0.05em #666666;
	width:5em;
	margin-top:0.5em;
	margin-bottom:0em;
}
.boton input:hover
{
	color:#fff;
	cursor:pointer;	
	background-color:#09c;
}
.boton input:focus,#boton input:active
{
	border:solid 0em #fff;
}
label span
{
	display:none;
}
.botoneria
{
	clear:both;
	float:left;
	width:100%;
	margin-top:1em;
}
.botoneria input
{
	float:left;
	background-color:#ccc;
	color:#fff;
	border:solid 0.05em #666666;
	width:5em;
	margin-top:0.5em;
	margin-bottom:0em;
	clear:none;
	width:25%;
}
.botoneria input:hover
{
	color:#fff;
	cursor:pointer;	
	background-color:#09c;
}
/*FORMULARIOS*/
/**/
.ocultar
{
    display:none;
    visibility:hidden;
}
