/* CSS Document */
/* global whitespace reset (leftjustified.net)  */
* {
	padding: 0;
	margin: 0;
	}

/* end whitespace reset */

body {
	margin:0;
	padding:0;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	line-height: 1.5em;
	
}
	
a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}

/* maquetacion */

#pagina {
	width: 100%;
}

/* cabecera */

#cabecera {
	
	text-align:left;
	background-color: #E6E6E6;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	
	}

#historial-contenido {
	margin:0 0 0 96px;
	padding: 0px;
	width: 192px;
	float: left;
	}
	
#historial-contenido ul{
	list-style-image: none;
	list-style-type: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	}
	
#historial-contenido li{
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	list-style-image: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #336699;
	margin: 0px;
	line-height: 12px;
	}
	
#historial-contenido a:link{
	text-decoration: none;
	color: #666;
	}
	
#historial-contenido a:visited{
	text-decoration: none;
	color: #999;
	}
	
#historial-contenido a:hover{
	text-decoration: none;
	color: #039;
	}


#logo-contenido {
	padding-top: 12px;
	padding-right: 0px;
	text-align: right;
	margin: 0px 0px 0px 320px;
	width: 400px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#logo-contenido-dcha {
	padding-top: 12px;
	padding-right: 0px;
	text-align: right;
	margin: 0px 0px 0px 320px;
	width: 624px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/* bloque1 */

#cuerpo {
	width: 944px;
	vertical-align: top;
	margin: 2em 0px 0em;
	padding: 0em 0px;
	clear:both;
	
}

#datos {
	float: left;
	width: 192px;
	margin-left: 96px;
	margin-top: 0px;
	padding: 0px;
}

#datos h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #333333;
	font-weight: normal;
	margin-top: 98px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 12px;
	padding-left: 4px;

}

#datos h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color: #333333;
	font-weight: normal;
	margin-top: 98px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 12px;
	padding-left: 4px;
	line-height: 18px;

}
#datos h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #999999;
	font-weight: normal;
	margin-top: 18px;
	padding-bottom: 12px;
	padding-left: 4px;
	line-height: 18px;

}

#datos h4 {
	font-size: 0.9em;
	color: #339966;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 12px;
	font-weight: normal;
}

#datos p {
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 12px;

}

#datos ul {
	padding-top: 12px;

}

#datos li {
	font-size: 0.9em;
	color: #666666;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 6px;	
	list-style-image: url(img/MiniFAzul.gif);
	list-style-position: inside;
	vertical-align: middle;
}


#opciones {
	float: right;
	width: 192px;
	margin-top: 0px;
	padding: 0px;

}


#opciones ul {
	/*padding-top: 96px;*/

}
#opciones li {
	color: #666666;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 0px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.soypdf {
	list-style-image: url(img/pdficon_small.gif);
	list-style-position: inside;
}

.soyflecha {
	list-style-image: url(img/flechaR_16.png);
	list-style-position: inside;
}
.soygrande {
	font-size: 2em;	
}

#opciones dl{
}

#opciones dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 0.9em;
	color: #666;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#opciones dd{
color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin: 0px;
	padding: 0px 0em 0em 4px;
	line-height: 20px;
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#opciones select{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px 4px 4px;
	padding: 0px;
	width: 8em;
	border-bottom-style: none;	

}

#opciones input{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0px 4px 4px;
	padding: 0px;

}

#contenido {
	margin-left: 320px;
	margin-right: 208px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 386px;
	text-align: right;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contenido_w {
	margin-left: 320px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	width: 624px;
}

/* cuerpo ancho */

#display {
	float: left;
	width: 624px;
	margin-left: 96px;
	margin-top: 0px;
	padding-right: 16px;
	height: 448px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* bloque2 */

#descripcion {
	width: 944px;
	vertical-align: top;
	margin: 1em 0px;
	padding: 0em;
	clear:both;
	
}

#descripcion-datos {
	float: left;
	width: 192px;
	margin-left: 96px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#descripcion-datos dl{
	
}

#descripcion-datos dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 0.9em;
	color: #666666;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#descripcion-datos dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px;
	padding: 0em 0em 0em 4px;
	line-height: 1.5em;
}


#descripcion-datos ul {
margin-top: 1.5em;
}

#descripcion-datos li {
	color: #666666;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 0px;
	/*list-style-image: url(img/flechaR_16.png);
	list-style-position: inside;*/
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


#descripcion-opciones {
	float: right;
	width: 192px;
	margin-top: 0px;
	padding: 0px;

}

#descripcion-opciones dl{
	
}

#descripcion-opciones dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 0.9em;
	color: #666666;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#descripcion-opciones dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0.5em 0px 1em;
	padding: 0em 0em 0em 4px;
	line-height: 1.5em;
}

#descripcion-contenido {
	padding: 0px 16px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	margin-right: 208px;
	margin-left: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#descripcion-contenido p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	text-indent: 18px;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 18px;
	padding-top: 18px;
	color: #333333;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#descripcion-contenido dl{
}

#descripcion-contenido dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 0.9em;
	color: #666;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#descripcion-contenido dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px 0em 4px 4px;
	line-height: 18px;
	font-style: italic;
	font-size: 1.4em;
}

#descripcion-contenido ul {

}


#descripcion-contenido li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 0.9em;
	color: #666;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

.prof{
font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	text-indent: 4px;
	vertical-align: top;
	line-height: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#descripcion-contenido h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 18px;
	color: #333333;
	padding-top: 3px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#descripcion-contenido h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 18px;
	color: #666666;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}



/*pie*/

#pie {
	width: 944px;
	vertical-align: top;
	margin: 1em 0px;
	padding: 1em 0px;
	clear:both;
	
	}

#xmldatos {
	width: 188px;
	float: left;
	margin:0 0 0 96px;
	padding-top: 12px;
	padding-left: 4px;
	font-size: 0.8em;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	}

	
#contactar {
	margin:0 0 0 320px;
	padding:0;
	}

#contactar-contenido {
	padding-top: 12px;
	padding-right: 0px;
	font-size: 0.9em;
	vertical-align: top;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-left: 4px;
	}
	
#correo {
	margin:0;
	padding:0;
	height: 18px;
	width: 190px;
	}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}
	
.sinlinea {
	border-bottom-style: none;
	padding-left: 0px;
}
.imgbtn {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listaIMG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin: 0px;
}
.listaIMG_img {
	margin: 0px;
	height: 64px;
	width: 64px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#w20 {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#display p {
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
.aggiusta {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

