@charset "UTF-8";
/* CSS Document */
* {
    padding:0;
    margin:0;
}

body {
	background-color: #002DAD;
	background-image:url(images/fondoHTML.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A6CC5;
	text-align: justify;
	line-height: 13px;
	}
#PaddingImg {
    border-width: 0;
	margin-top:20px;
	margin-bottom: 20px;
	
	}
a img {
	/*elimina borde en los enlaces*/
    outline-style: none;
	border: none;
}
#contCentral {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-380px;
	width:760px;
	height: 100%;
	/*background-color: #FFFFFF;*/
	visibility: visible;
	z-index: 2;
	}
#cabecera {
	position: absolute;
	top:0px;
	left: 0px;
	height:186px;
	width:760px;
	visibility: visible;
	z-index: 1;
}
#menuGeneral {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 760px;
	height: 50px;
	z-index: 12;
	visibility: visible;
	}	

#contenido {
	position: absolute;
	top: 45px;
	left:20px;
	width:720px;
	z-index: 3;
	visibility: visible;
}
#contenidoSWF {
	position: absolute;
	top: 45px;
	left: 0px;
	width:760px;
	z-index: 2;
	visibility: visible;	
}
#columnaIzq {
	float:left;
	height:380px;
	width: 350px;
	
	
}
#columnaDer {
	float:right;
	height: 380px;
	width: 350px;
	
}
#footer {
	position:absolute;
	left:0px;
	bottom: 0px;
	height:23px;
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	z-index: 6;
	visibility: visible;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;	
}
ul {
	margin-left:20px;
	
}
#menuSubM {
	position: absolute;
	top: 45px;
	left: 266px;
	height: 31px;
	width: 279px;
	z-index: 9;
	visibility: hidden;
} 

#menuSubP {
	position: absolute;
	top: 45px;
	left: 259px;
	height: 32px;
	width: 450px;
	z-index: 11;
	visibility: hidden;
}
#menuCierre {
	position: absolute;
	top: 0 px;
	left: 0px;
	height: 100px;
	width: 760px;
	z-index: 7;
	visibility: hidden;
}

#menuSubNo {
	position: absolute;
	top: 45px;
	left: 5px;
	height: 35px;
	width: 750px;
	z-index: 10;
	visibility: hidden;
}
a:link {
	color: #2A6CC5;
	font-weight: bold;	
}
a:visited {
	color: #2A6CC5;
	font-weight: bold;
}
a:hover {
	color: #2A6CC5;
	font-weight: bold;
}
a:active {
	color: #2A6CC5;
	font-weight: bold;
}
a.mail:link {
	color: #FF9C00;
	font-weight: bold;	
}
a.mail:visited {
	color: #FF9C00;
	font-weight: bold;
}
a.mail:hover {
	color: #FF9C00;
	font-weight: bold;
}
a.mail:active {
	color: #FF9C00;
	font-weight: bold;
}
a.titulo:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;	
}
a.titulo:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.titulo:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.titulo:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.imagen:link {
	
	text-decoration:none;	
}
/*php*/
body.PHP {
	background-color: #002DAD;
	background-image:url(images/shim.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
.cabeceraPHPBold {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #990000;
	font-weight: bold;
	
	}

INPUT, TEXTAREA,SELECT {
	font-size: 11px;
	font-family:Arial,Verdana,sans-serif;
	color:333333;
	
}
.textoBold {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2A6CC5;
	background-color: #FFFFFF;
	
}
.pie {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #111111;  
	text-align: center;
}
.pieNegro {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;  
	text-align: center;
}
.texto {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A6CC5;
	background-color: #FFFFFF;
}
.pieTabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #990000;
	border-top-style: solid;
	border-top-color: #FF9C00;
	border-top-width: thin;
	padding-top: 5px;
	padding-bottom: 5px; 
}

