/* Estilos comunes a todo el portal */
body{
	font-family:arial;
	font-size:12pt;  
	background-color:#FFEECC;
  color:#8D4B4E;   
}
.rss_feed{ width:93px; height:75px; position:absolute; left:0px; top:0px;}
.enlaceNavegacion{
  text-decoration:none;
	color:#0000ff;
}

.navegacion{
  text-decoration:none;
}

.titulo{
	color:#8D4B4E;
  font-size:14pt;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  width:100%;
}

.textoN{
	color:#8D4B4E;
  font-size:12pt;
  text-align:justify;
  width:100%;
}
.textoS{
	color:#8D4B4E;
  font-size:10pt;
  text-align:justify;
  width:100%;
}
.textoXS{
	color:#8D4B4E;
  font-size:8pt;
  text-align:center;
  width:100%;
}
.enlace{
	color:#000000;
  text-decoration:none;
  border-width:0px;
  border-style:transparent;
}

.enlace:hover{
	color:#009900;
  text-decoration:underline;
  border-width:0px;
  border-style:transparent;
}

.lineaSepContenidos{
	height:8px;
	width:100%;
  vertical-align:top;
}

.campoReqOk{
	background-color:#ffffff;
}

.campoReqError{
	background-color:#ffffbb;
}

.zonaResalte{
	border-style:solid;
  border-width:1px;
  border-color:#800000;
  background-color:#fff2d9;
}
.encabezadoInforme{
	position: relative;
	padding-top: 0px;
	padding-bottom: 5px;  
	padding-left: 0px;
	padding-right: 0px;  
	margin-top: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.pieInforme{
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;  
	padding-left: 0px;
	padding-right: 0px;  
	margin-bottom: 0px;
  
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}
