/* CSS Document */


html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}
/****************************************************************** FONDO*/
body {
	margin: 0px 0px 0px 0px;
	background-position: top center;
	background-image:url(../images/fondo_total.png);
	font-family: "Arial", Helvetica, sans-serif, Verdana, Lucida;
	font-size:12px;
	color:#000;
}
/****************************************************************** LINKS*/
a {
	text-decoration: underline;
	background-color: transparent;
	text-decoration:none;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
}
a:hover,
a:active {
	color: #FFDE00;
	text-decoration:none;
	}

/*********************************************************TITULOS Y PARRAFOS*/
h1 {
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Arial", Helvetica, sans-serif, Verdana, Lucida;
	font-size: 12px;

}
h2 {
	font-family: "Arial", Helvetica, sans-serif, Verdana, Lucida;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;

}
h3 {
	font-family: "Arial",Verdana, Helvetica, sans-serif,  Lucida;
	font-size:10px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;

	
}

h4 {
	font-family: "Arial", Helvetica, sans-serif, Verdana, Lucida;
    font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}

/********************************************************TABLAS*/
#contenedor {
width:980px;
height:auto;
margin-left:auto;
margin-right:auto;
background-image:url(../images/contenedor.jpg);

}
#inf {
width:980px;
height:114px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/inf.jpg);
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
color:#ffde00;
}
.top{
width:786px;
height:224px;
background:url(../images/top.jpg);
}
.lateral {
width:184px;
height:auto;
padding: 0px 0px 0px 10px;
}

/*********************************** MODULO*/  
.modulo_arriba{
position:relative;
width: 512px;
height:20px;
background:url(../images/mod_arriba.png);
color:#FFF;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
letter-spacing: -0.2pt;
padding-top:18px;
padding-left:50px;
}
.modulo_medio{
position:relative;
color:#FFF;
width:562px;
height:auto;
padding-top:10px;
background:url(../images/mod_medio.png);
}

.modulo_abajo{
position:relative;
width: 562px;
height:38px;
background:url(../images/mod_abajo.png);
}
.modulo_separador{
position:relative;
height:1px;
background-color:#444;
}

	.leer_mas{
	border: 1px solid #ccc;
	font-size:10px;
	padding: 0px 7px 0px 7px;
	color: #E41A26;
	font-weight:bold;
	margin:1px;
}

/****************************************Top*/
.banner {
width:766px;
height:109px;
background:url(../images/top.jpg);
}
/**************************************************COLUMNA*/
.columna {
width:192px;
height:auto;
background:url(../images/columna_fondo.jpg);
background-position:top;
background-repeat:no-repeat;
display:block;
padding-top:20px;
padding-left:10px;
}

.columna_seccion {
width:146px;
height:18px;
background:url(../images/columna_seccion.png);
display:block;
padding-top:6px;
padding-left:20px;
font-weight:bold;
font-size:11px;
letter-spacing: -0.4pt;
color:#E2490D;
}

a.columna_menu:link, a.columna_menu:visited {
	display: block;
	font-family: Arial,Verdana,  Lucida,Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	color:#FF6600;
	padding: 2px 0px 2px 20px;
	height: 16px;
	letter-spacing: -0.4pt;
}

a.columna_menu:hover {
	text-decoration: none;
	color:#7D8FA1;
	}
/**************************************************MENU SUPERIOR*/

.superior {
width:761px;
height:37px;
padding: 0px 0px 0px 25px;
background:url(../images/superior.jpg);
}

a.superior_menu:link, a.superior_menu:visited {
	display: block;
	font-family: Arial,Verdana,  Lucida,Helvetica, sans-serif;
	background:url(../images/superior_menu.png);
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 11px;
	color:#003A8A;
	padding: 10px 10px 0px 25px;
	height: 27px;
}

a.superior_menu:hover {
	background-position: 0px -37px;
	text-decoration: none;
	color:#FFF;
	}

/**************************************************CONTENIDO*/
.contenido {
width:562px;
height:auto;
background:url(../images/contenido.jpg);
background-position:top;
background-repeat:no-repeat;
padding-top:100px;
padding: 20px 0px 0px 15px;
}
.contenido h1 {
display: block;
color:#FFF;
text-decoration:none;
background:url(../images/h1.png) no-repeat;
display:block;
font-weight: bold;
letter-spacing: -0.2pt;
font-weight:bold;
text-transform:uppercase;
width:500px;
height:25px;
padding-top:10px;
padding-left:30px;
}
.contenido h2 {
text-decoration:none;
font-weight: bold;
color:#003A8A;
}
.contenido h3 {
text-decoration:none;
font-weight: bold;
letter-spacing: -0.1pt;
color:#FFF;
}
.contenido h4 {
background:url(../images/h4.png) no-repeat;
text-decoration:none;
font-weight:bold;
background-repeat:no-repeat;
padding:5px 0px 5px 20px;
color:#FFA00D;
}
/**************************************************BAR*/
.bar {
width:194px;
height:auto;
background:url(../images/contenido.jpg);
background-position:top;
background-repeat:no-repeat;
padding-top:100px;
padding: 20px 0px 0px 10px;
}

/****************************************formulario*/
input.text {
	border: 1px solid #FF9F0C;
	margin: 0;
	height:16px;
	background-color:#FFF;
	padding: 2px;
	color:#FFF;
	font-size:10px;
	}
	
input.button {
	background-color:#FFDE00;
	font-size:9px;
	height:23px;
	color:#000;
	font-weight:bold;
	border: 1px solid #fff;
}

input.button:hover {
	background-position: 0px -23px;
	background-color:#FFFFFF;
	border: 1px solid #FFDE00;
	color:#000;
	cursor:pointer; 
	font-weight:bold;
	cursor:hand;
}

textarea {
	border: 1px solid #FF9F0C;
	background-color:#FFF;
	margin: 0;
	padding: 2px;
	color:#7c7c7b;
	font-family: "Arial", Helvetica, sans-serif, Verdana, Lucida;
	font-size:10px;
	}
	
select {
	border: 1px solid #FF9F0C;
	background-color:#FFF;
	margin: 0;
	padding: 2px;
	color:#FFF;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif, Lucida;
	font-size:10px;
	}	

