@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	background: #131313 url(/saci/media/images/interfaz/fondo-nb.jpg) repeat-x scroll center top;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}
img { vertical-align: middle; border: 0; }
#cabecero {
	height: 125px;
	width: 988px;
	margin:0 auto 0 auto;
}

#cabecero h1{
	color:white;
    font-size:1.5em;
    text-align: right;
    margin: 0;
    padding-top:20px;
}

#cuerpo{
	width:988px;
	margin:0 auto 0 auto;
}

#cuerpo-arriba {
	margin-bottom: 0px;
	background-image: url(../images/interfaz/fondo-caja-arriba.png);
	background-repeat:no-repeat;
	height: 3px;
	width:100%;
	float:left;
}

#cuerpo-centro {
	margin-top: 0px;
	background-image: url(../images/interfaz/fondo-caja.png);
	background-repeat:repeat-y;
	float:left;
	width: 100%;
}

#cuerpo-abajo {
	margin-top: 0px;
	background-image: url(../images/interfaz/fondo-caja-abajo.png);
	background-repeat:no-repeat;
	height: 10px;
	float:left;
	width: 100%;
}

/* IE6 Only */
* html #cuerpo-abajo {
	margin-top: 0px;
	/*background-image: url(../images/interfaz/fondo-caja-abajo.png);*/
	background-image: url(../images/interfaz/fondo-caja-abajo.gif);
	background-repeat:no-repeat;
	height: 10px;
	float:left;
	width: 100%;
}

#pie {
	margin:0 auto 0 auto;
	width: 988px;
	font-size:10px;
	text-align:center;
}
.clear {
	clear:both;
}

#menu-accesibilidad {
	float: right;
/*	height: 45px;*/
	margin-right:10px;
	margin-top:20px;
}

.caja-noticias {
	width: 100%;
	height: 300px;
	background:#fff5d7;
	margin-bottom: 20px;
}

.caja-noticias h1{
	background-image:url(../images/interfaz/fondo-titulo-cajita-nb.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	/*font-size:14px;*/
	font-size:0.9em;
}

.cuerpo-caja-noticias{
	margin-left: 10px;
	margin-right: 10px;
	height: 300px;
}

.caja1 {
	width: 100%;
	background:#000;
	margin-bottom: 10px;
	border: 1px solid #aaa;
}

.caja1 h1{
	background-image:url(../images/interfaz/fondo-titulo-cajita-nb.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	/*font-size:14px;*/
	font-size:0.9em;
	line-height: 28px;
	color:#000000;
	margin: 0px;
}

.cuerpo-caja1{
	margin-left: 10px;
	margin-right: 10px;
	/* font-size:12px; */
	font-size:0.8em;
}

.caja2 {
	width: 100%;
	background: #000;
	border: 1px solid #aaa;
}

.caja2 h1{
	background-image:url(../images/interfaz/fondo-titulo-cajita-nb.jpg);
	background-repeat: repeat-x;
	background-color: #191919;
	color:#fff;
	/* font-size: 14px; */
	font-size: 0.9em;
	line-height: 28px;
	margin: 0px;
}

.cuerpo-caja2{
	margin-left: 10px;
	margin-right: 10px;
}


#columna-izquierda{
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	width:180px;
}
#columna-centro{
	margin: 10px;
	float:left;
	width: 760px;
}

.png { behavior: url(images/iepngfix.htc) }

a, a:visited, a:active {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
	color:#fff;
}

.error {
	line-height: 28px;
	color:#FF0000;
}

#opciones_cuerpo_arriba { text-align:right; margin-bottom:5px; }
.cuadro-texto1 {text-align:justify;background-color:black; border:1px solid white; padding:8px; margin: 5px 0 5px 0;}
.cuadro-texto2 {text-align:justify;background-color:#666;border:1px dashed white; padding:8px; margin: 5px 0 5px 0;}
form .ferror { color: red; fonf-weight: bold; font-size: 0.7em; }
.detalle_responsable { font-size:0.7em; color:white; }
.index-linea1 { background-color:black; }
.index-linea2 { background-color:black; }
.index-linea-resaltada {background-color:gray; cursor: pointer; }
.warning_text {text-align:center; padding: 10px 0; border: 1px solid white;}
.searchtext { font-size:0.9em; color: white; }
