/* ESTILOS UTILIZADOS EN LA ESTRUCTURA DE LA PLANTILLA */
body {
	margin: 6px;
}
a.botonera:link, a.botonera:active, a.botonera:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #b01c2e;
	text-decoration: none;
}
a.botonera:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 
a.botonera2:link, a.botonera2:active, a.botonera2:visited, a.botonera2:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 
.celdaBotonera{
	/*padding-right: 10px;
	padding-left: 10px;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #FFFFFF;	
	text-align:center;
}
.botonera{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;

}
.pieTexto1{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #787878;
}
.pieNumero{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #b01c2e;
}
.pieAviso{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #b01c2e;
}
a.pieAviso:link, a.pieAviso:active, a.pieAviso:visited {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #b01c2e;
	text-decoration:none;
}
a.pieAviso:hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
/* ESTILOS UTILIZADOS EN LOS CONTENIDOS DE LOS DOCUMENTOS */
body, td{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10pt;
}

h1{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #b01c2e;
	padding-bottom: 3px;
	margin: 5px 0px 10px 10px;
	border-bottom: solid 1px #b7b7b7;
}
.textoMarcado{
	font-weight: bold;
	color: #b01c2e;
}
.textosFondoOcre{
	color:#666666;
	font-size:8pt;
	background-image: url(../img/fondoOcre.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:80px;
	width:100%;
	margin:5px 5px 0px 5px;
	padding:5px;
}
.lineaIzquierda {
	border-left:dashed 1px #666666;
	padding-top: 5px;
}
.lineaDerecha {
	border-right:dashed 1px #666666;
	padding-top: 5px;
}.interlinea {
	line-height: 24px;
}
.borde {
	border: 1px solid #B01C2E;
}
/* ESTILOS DE LA CALCULADORA */
.campoCalculadora {
	border: 0px;
	width:90px;
	margin-left:3px;
	background-color:transparent;
}
.textoCalculadora1{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-left:10px;
}
.textoCalculadora2{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #b01c2e;
	padding-left:10px;
}