/* CSS Document APERCIBIMIENTOS*/

/*---------------------------CAPAS PRINCIPALES---------------------*/

/*DIV CONTENEDOR*/

#contenedor{
	background-image:url(../images/contenedor.png);
	width:1000px;
	padding: 0px;
	margin: 0px auto;
	position:absolute;
	background-repeat: repeat-y;
}

#contenedorOld{
	background-image:url(../images/contenedor.png);
	width:800px;
	padding: 0px;
	margin: 0px auto;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-repeat: repeat-y;

}
/*DIV CABECERA*/

#cabecera{
	background-image:url(../images/cabeceralimpia.png);
	width:1000px;
	height:120px;
	text-align:center;
	border: 0.2mm solid #b3e0ff;	



}

/*DIV MENU*/

#menus{
	background-image:url(../images/menu_sup.png);
	width:785px;
	height:50px;
	text-align:center;
	padding-left:15px;
	border-top-width: 0.2mm;
	border-right-width: 0.2mm;
	border-bottom-width: 0.2mm;
	border-left-width: 0.2mm;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b3e0ff;
	border-right-color: #b3e0ff;
	border-bottom-color: #b3e0ff;
	border-left-color: #b3e0ff;

}

#menu{

width:160px;
position:relative;
float:left;
margin-left:10px;
padding-top:5px;
padding-bottom:5px;



}


/*DIV CENTRO*/

#centro1{
	width:600px;
	float:left;
	margin: 0 0 0 0px;
	padding-left:10px;
	border-bottom-width: 0.2mm;
	border-bottom-style: none;
	border-bottom-color: #b3e0ff;
	border-right-width: 0.2mm;
	border-right-style: none;
	border-top-color: #b3e0ff;
	border-right-color: #b3e0ff;
	border-left-color: #b3e0ff;
	padding-top:5px;
	padding-bottom:5px;

}

#centro{
	width:465px;
	float:left;
	margin: 0 0 0 10px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-width: 0.2mm;
	border-bottom-style: none;
	border-bottom-color: #b3e0ff;
	border-right-width: 0.2mm;
	border-right-style: none;
	border-top-color: #b3e0ff;
	border-right-color: #b3e0ff;
	border-left-color: #b3e0ff;
	padding-top:5px;
	padding-bottom:5px;

}



/*DIV PIE*/

#pie{
	width:770px;
	height:130px;
	background-image:url(../images/pie.png);
	position:relative;
	float:left;
	padding-top:5px;
	padding-left:30px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0.2mm solid #b3e0ff;	
	
	
}

body {
background-color:#e5f5ff;
color:#0066FF;
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
}


table.menu{
width:180px;
}

th.menu{
	width:180px;
	background-image:url(../images/th.png);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	text-align:left;
}

td.menu{

	border-bottom-width: 0.2mm;
	border-bottom-style: solid;
	border-bottom-color: #309efe;
	color:#309efe;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-image:url(../images/menunuevo.png);
	
}

td.menu:hover{

	border-bottom-width: 0.2mm;
	border-bottom-style: solid;
	border-bottom-color: #309efe;
	color:#309efe;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-image:url(../images/menunuevohover.png);
		
}



h1{
	background-image:url(../images/h1.png);
	text-align:right;
	height:30px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	width:100%;
}

a {
	color: #0066FF; text-decoration: none
}
a:hover {
	background-color: #309efe;color:#b3e0ff
}

.hlink
{
	font-weight: bold;
	color: navy;
}


tr.tablacentro
{
	border-right: #0099ff 0.2mm solid;
	border-top: #0099ff 0.2mm solid;
	background-image: url(../images/centrotablab.png);
	border-left: #0099ff 0.2mm solid;
	color: #0066ff;
	border-bottom: #0099ff 0.2mm solid;
	background-repeat: repeat-y;
	background-color: #c5e9fe;
}

table.tablacentro{
	background-image:url(../images/thcentro.png);
	color: #FFFFFF;	
	border: 0.2mm solid #0099FF;

}
