html { 
	height: 100%; 
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/fondo_inicio.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #cae6f9;
	height: 100%;
}

@font-face {
    font-family: 'Puritan20Normal';
    src: url('../../fonts/PTN57F-webfont.eot');
    src: url('../../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/PTN57F-webfont.woff') format('woff'),
         url('../../fonts/PTN57F-webfont.ttf') format('truetype'),
         url('../../fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1{
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	font-size: 1.8em;
	color: black;
	margin: 5px;
}

h2{
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	font-size: 1.4em;
	color: black;
	margin: 5px;
}

h3{
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	font-size: 1.0em;
	color: black;
	margin: 5px;
}

p{
	font-family: Calibri, Trebuchet Ms, Arial;
	font-weight: normal;
	font-size: 1em;
	color: black;
	margin: 0px;
	padding: 8px;
	text-align: justify;
}

li{
	font-family: Calibri, Trebuchet Ms, Arial;
	font-weight: normal;
	font-size: 1em;
	color: black;
}


a img {
	border:none; 
	text-decoration:none;
} 

#contenedor{
	width:100%;
	margin: 0px;
}	

#subcontenedor{
	width:1000px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
}

#encabezado{
	height: 100px;
}

#encabezado_logo {
	width: 1018px; 
	left: 0px;
	position: relative;
}


#contenido{
	overflow:hidden;
	width:100%;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 60px;
	padding: 5px;
}

#columna1{
	margin-bottom: 60px;
}


/*SUBMENUS*/

#pie {
	overflow: hidden;
	width: 100%;
	background-image: url("../images/negro_40st.png");
	text-align: center;
	
	width: 910px;
	margin: 20px;
	margin-top: 0px;
	padding-bottom: 25px;
	padding: 5px;

	border-radius: 10px;

}


#footer{
	background-image: url("../images/negro_40st.png");
	overflow:visible;
	width:100%;
	margin-top: 10px;
	padding-bottom: 60px;
	text-align: center;
}

#footer h1{
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	color: #222;
}

#footer h2{
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	color: white;
}

#footer p{
	font-family: Calibri, Trebuchet Ms, Arial;
	font-weight: normal;
	font-size: 1em;
	color: #222;
	margin: 0px;
	padding: 8px;
	text-align: center;
}

#footer a{
	color: black;
}

/*SUBMENU*/

.a_menu_widget {
	background-image: url('../images/boton_pie.png'); 
	width: 123px; 
	height: 90px;
	
	margin: 5px;
	padding-top: 10px;
	
	display: inline-block;
		
	font-family: Puritan20Normal, Arial Narrow;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: center;
	color: #17375e;	
	text-decoration: none;	
}

.a_menu_widget:hover{
	background-position: bottom;
	color: white;	
}

