/*
Isma WebSite v.2.0.
"Hoja de Estilos" version Beta
*/

A:link {text-decoration: none; color: #000080;}
A:visited {text-decoration:none; color: #000080;}
A:active {text-decoration:none; color: #000080;}
A:hover {text-decoration: underline; color: #000080;}

/* Generales */
body {
	background-image: url("/pub/img/fondo.gif");
	margin:0px 0px 0px 0px;
}

A {
	text-decoration: none;
}

IMG {
	border: none;
}

/* Determinados */

#precarga {
	    z-index: 100;
        position:absolute;
        background-color: #FFFFFF;
        width:100%;
        height:100%;
        top:0;
        left:0
}

#tabla_ppal {
	table-layout: fixed;
	border:none;
}

#barra_menu {
	text-align: left;
	vertical-align: top;
	background-image: url(../img/relleno_7.gif);
}

#barra_menu IMG {
	padding-left: 0px;
}

#barra_menu A {
	padding-left: 25px;
	font-family: cursive;
	font-size: 20px;
	color: #CCD6E0;
	text-decoration: none;

}

#barra_menu A:hover {
	color: #FFFF99;
}


#marco_central H1, #marco_central H1 .titulo{
	font-family: cursive;
	font-size: 30px;
	padding-left: 110px;
	line-height: 55px;
	margin-bottom:0px;
}

#marco_central .error{
	color: red;
    font-style: bold;
	font-size: 25px;
}

#marco_central H1 .titulo{
	top: 2px;
	left: -1px;
	position: absolute;
	color: red;
}

#marco_central H1 {
  	background : url(/pub/img/titulo_seccion.gif) top left no-repeat;
   	position: absolute;
	color: black;
}


#marco_central H3 {
	background-image: url(/pub/img/linea_subtitulo.gif);
	background-position:right bottom;
	background-repeat:repeat-x;
	font-family: cursive;
	font-style: italic;
	font-size: 20px;
	text-align: right;
	color: blue;
	margin-top:0px;
}

#marco_central H4 {
	font-family: cursive;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	color: #336699;
	margin-top:0px;
}

#marco_central H2 {
    font-size: 13px;
}



#marco_central {
    font-size: 12px;
	color: #000080;
	overflow: hidden; 
	padding: 5px;
}

#marco_central TABLE {
	font-size: 12px;
	color: #000080;
}

#marco_central THEAD{
	background-color:#97AFC7;
	text-align:center;
	font-weight:bold;
}

#pie_pagina {
	font-size:13px;
	color:#97AFC7;
	text-align:center;
	background-color:#336699;
}

.bsupaux {
	background-color:#FCE100;
	font-size:12px;
	color:#336699;
	padding-right:4px;
	vertical-align:middle;
}


.bsupaux INPUT {
    font-size: 11px;
	color: #000080;
}

.bsupaux INPUT, .bsupaux, #pie_pagina, #marco_central {
font-family:Verdana, Arial, Helvetica, sans-serif; 
}


/* Fondos y marcos */

.azul_oscuro{
	background-color:#336699;
}

.azul_medio_1 {
	background-color:#BDCCDC;
}

.azul_medio_2 {
	background-color:#97AFC7;
}

.azul_claro {
	background-color:#CCD6E0;
}

.fondo_1 {
	background-image: url(../img/relleno_1.gif);
}

.fondo_2 {
	background-image: url(../img/relleno_2.gif);
}

.fondo_2b {
	background-image: url(../img/relleno_2b.gif);
}

.fondo_3 {
	background-image: url(../img/relleno_3.gif);
}

.fondo_4 {
	background-image: url(../img/relleno_4.gif);
}

.fondo_5 {
	background-image: url(../img/relleno_5.gif);
}

.fondo_6 {
	background-image: url(../img/relleno_6.gif);
}

.borde_superior {
	background-image: url(../img/relleno_8.gif);
	background-repeat: repeat-x;
}

.borde_superior #raya {
	background-image: url(../img/relleno_9.gif);
	background-repeat: repeat-x;
}

.borde_superior #banda {
	background-image: url(../img/relleno_10.gif);
	background-repeat: repeat-x;
}

.borde_lateral {
	width:0px;
	background-color:#000000;
}

.borde_punteado {
	border: #97AFC7 2px dotted;
}

.mensaje_exito{
	color: blue;
	font-weight: bold;
}

.mensaje_error{
	color: red;
	font-weight: bold;
}
