/*------------------------ ESTRUCTURA DE LA PAGINA -----------------------------*/

* {
	max-height: none !important;
	min-height: 0 !important;
	height: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	width: auto !important;

	background: #fff !important;

	text-align: left !important;
	text-transform: none !important;
	text-decoration: none !important;
	word-spacing: 0.2em !important;
	letter-spacing: 0.01em !important;
}

body {
	padding-bottom: 2em !important;
	max-width: 45em !important;
	height: 100%;
}

body:after {
	display: block !important;
	clear: both !important;
	content: "Versión específica para Impresión" !important;

	position: fixed !important;
	bottom: 0 !important;

	margin-left: auto !important;
	margin-right: auto !important;
	border-top: thin solid Black !important;
	border-left: thin solid Black !important;
	border-right: thin solid Black !important;
	padding: 0.1px !important;
	width: 100% !important;
	height: auto !important;

	background: Silver !important;
	color: Black !important;

	font-size: smaller !important;
	text-align: center !important;
	word-spacing: normal !important;
	letter-spacing: normal !important;
	line-height: normal !important;
}

a[href]
{
	text-decoration: underline !important;
	color:#204A87 !important;

}

a[href]:hover {
	background: White !important;
	color: Black !important;
}

a[href]:active {
	background: transparent !important;
	text-decoration: none !important;
}

img {border: none !important;}

a[href] img {border: medium solid #204A87 !important;}

input, textarea, select {
	background: White !important;
	color: Black !important;
}

input[type="text"], input[type="password"] {min-height: 1.2em !important;}

textarea {min-height: 4em !important;}

button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], input[type="image"] {
	padding: 0.1px !important;
	min-width: 2em !important;
	height: 1.2em !important;

	background: Silver !important;
	color: Black !important;

	text-align: center !important;
}

a[accesskey]:after, button[accesskey]:after, input[accesskey]:after,
label[accesskey]:after, legend[accesskey]:after, textarea[accesskey]:after {
	margin-left: 0.3em;
	content: "(" attr(accesskey) ")"; color: Red;
}

acronym[title]:after , abbr[title]:after
{
	margin-left: 0.3em;
	content: "(" attr(title) ")"; color: #9DB029;
	font-size:80%;
}



b, strong, em {font-weight: bold !important;}

h1, h2, h3, h4, h5, h6 {font-weight: bold !important;}

h1 {
	font-size: 160% !important;
	line-height: 1.0em !important;
}

h2 {
	font-size: 140% !important;
	line-height: 1.2em !important;
}

h3 {
	font-size: 120% !important;
	line-height: 1.4em !important;
}

h4 {
	font-size: 110% !important;
	line-height: 1.4em !important;
}

h5 {
	font-size: 100% !important;
	line-height: 1.2em !important;
}

h6 {
	font-size: 90% !important;
	line-height: 1.2em !important;
}

hr {
	height: 5px !important;
	background-color: #555753 !important;
	color: Black !important;
	border: 5px solid #555753 !important;
}

dt
{
	font-weight:bolder !important;
}

dd
{
	font-size:90% !important;
}


table
{
	margin:auto auto 1em auto !important;
	border:1px solid #555753 !important;
	border-collapse:collapse !important;

}

td
{

	margin:0  !important;
	padding:0.5em  !important;
	border:1px solid #555753  !important;
 	border-collapse:collapse  !important;

}


/* ******** ESTILOS EXTRA ESPECIFICOS DE CADA PAGINA ************ */

#text-contenido { height: auto;}
.no-display { display: visible;}
#submenu_plantilla, #text_size, #menu, #menu_pie, #mapa_pie
{
	display:none;
}
.no-print { display: none; }

#contenido_plantilla {  height: auto;}


/*****************************************************************************************************************
*	INSCRIPCIÓN
*****************************************************************************************************************/

#formulario-inscripcion h5 { font-family: Lucida Grande, Arial, Helvetica, sans-serif; font-size: 20px; color: #CE5B05;  font-weight: bold; margin-bottom: 1em;}
#formulario-inscripcion { color: #333;}
#formulario-inscripcion label { clear: both; display: block; margin-bottom: 1em; }
#formulario-inscripcion label input[type='text'], #formulario-inscripcion label textarea { display: block; width: auto;}

#formulario-inscripcion fieldset { margin: 1em 0em; clear: both;}
#formulario-inscripcion fieldset legend { font-size: 1.2em; font-weight: bold; color: #CE5B05; padding-bottom: 0.5em;}

#formulario-inscripcion fieldset.float label { float: left; clear: none; margin-right: 2em;}
#formulario-inscripcion fieldset h3  { font-size: 1.2em; font-weight: bold; color: #CE5B05; margin-bottom: 0.5em; border-bottom: 1px dotted #CE5B05; margin-top: 1em;}

#formulario-inscripcion textarea { width: 95%; height: auto;}
#formulario-inscripcion label.block { width: 100%; }
#formulario-inscripcion input.submit { display: block; margin: 1em auto;}
label.error { font-size: 0.9em; color: red; }


div.inscripcion-print  { clear: both; margin-bottom: 2em;}
div.inscripcion-print label { clear: both; border-bottom: 1px dotted #bbb; overflow: hidden; display: block; padding: 1em;}
div.inscripcion-print label span {  font-weight: bold; margin-bottom: 1em; display: block; float: left; padding: 0.5em;}
div.inscripcion-print fieldset h3  { font-size: 1.2em; font-weight: bold; color: #CE5B05; margin-bottom: 0.5em; border-bottom: 1px dotted #CE5B05; margin-top: 1em;}
