body {
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: White;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

*{ padding:0px; margin:0px}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #339999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font:10px verdana;
	font-weight:bold;
	margin-top:0;
	margin-bottom:1em;
	color:#FB3B00;
	}

#menu {
 
    background-image: url(../images/fondo_menu.gif);
	background-repeat:repeat-x;
	padding:4px 0;
    width:769 px;
    }
#menu a {

    padding:4px 10px;
   text-decoration:none;
    font-weight:bold;
    color:#4C5353;
    }
#menu a.hover {
    color:#318A8A;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {

    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    
	}
	
	
	
	/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {	
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	z-index:90;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	border:1px solid #999;
	}

.transMenu .top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    
	color:#000;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
	font-weight:bold;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {	
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#D3E0E0;
	color:black;
	
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
	
.pie {
	background-image: url(../images/fondo_pie.gif);
	background-repeat:  repeat-x;
	height: 25px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
}
.tabla_fondo {
	background-image:url(../images/fondo.gif);
    background-repeat:repeat-y;
    background-position:center;
	width: 100%;
}
.tabla-cabecera {
	background-image: url(../images/cabecera.gif);
	background-repeat: no-repeat;
}
.raya_abajo {
	border-top: 1px none #CFEFEF;
	border-right: 1px none #CFEFEF;
	border-bottom: 1px dotted #CFEFEF;
	border-left: 1px none #CFEFEF;
	padding-bottom: 4px;
	padding-top: 4px;
}
.raya_diag {
	border-top: 1px none #CFEFEF;
	border-right: 1px none #CFEFEF;
	border-bottom: 1px dotted #CFEFEF;
	border-left: 1px dotted #CFEFEF;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
}

.btNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2B333C;
	font-weight: bolder;
	border-top: 1px solid #C4CCCC;
	border-right: 1px solid #ACB5B5;
	border-bottom: 1px solid #6F7777;
	border-left: 1px solid #ACB5B5;
	background-image: url(/images/fboton.gif);
	height: 21px;
	cursor: hand;
}
.formNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #C4CCCC;
	border-right: 1px solid #ACB5B5;
	border-bottom: 1px solid #6F7777;
	border-left: 1px solid #ACB5B5;
	background-image: url(/images/finput.gif);
	height: 18px;
	padding: 2px 0 2px 0.25em;
}

form {
	border:0px;
}
.text_comprueba {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.antTitulo{
	background-image: url(../images/titulos.gif);
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009999;
	text-align: right;
	background-image: url(../images/f_titulos.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	padding-left: 4px;
	vertical-align: bottom;
	height: 18px;
	padding-right: 2px;
}
.textoEnlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.textoEnlaces:hover {
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 4px;
	text-align: justify;
}
.textoFgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	background-color: #F5F5F5;
	vertical-align: top;
}
.imagenIz {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 2px;
}
.tablaTelef {
	background-color: #C7E8E1;
	border: 1px solid #99D5C9;
	color: #666666;
}
.tablaContacto {
	background-color: #FFF5DD;
	border: 1px solid #FFD779;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.filaAzul {
	background-color: #FFF9E1;
	text-align: left;
	vertical-align: middle;
	height: 15px;
}
.filaBlanca {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 15px;
}
.textoPorta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.textoPorta:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.tablaPorta {
	border: 1px solid FFD779;
}
.imagenDer {
	float: right;
	margin: 0px;
}
 .enlaceNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339999;
	text-decoration: underline;
	font-weight: normal;
}
.enlaceNorm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339999;
	text-decoration: underline;
	font-weight: normal;
}
.compruebaFondo {
	background-image: url(../images/comprueba_fondo.gif);
	height:43;
	text-align: left;
}
.compruebaFinal {
	background-image: url(../images/comprueba_final.gif);
	height:6;
}
