/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

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

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
	height = 100%;
	background-color: #004b9b;
	
}

body {
	padding:0;
	margin:0;
	text-align:center; /* for ie6 and under */
	min-width:920px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
#Contenido p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#EspacioFecha {
	height: 40px;
	width: 920px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	vertical-align: middle;
}
#EspacioFecha p {
	padding-top: 10px;
}

#Contenedor {
	width:916px;
	text-align:left;
	margin:auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0px;
}
#ContenedorIn {
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #003366;
	border-right-color: #003366;
	border-left-color: #003366;
	border-right-style: solid;
	border-left-style: solid;
	background-image: url(../images/bgContenido.gif);
}


#Contenido {
	float: left;
	width: 61%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: inline;
}
#RegionContenido {
	position: relative;
	padding: 0;
	margin: auto;
}

#Lateral {
	height: auto;
	width: 298px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 8px;
	margin-left: 6px;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	
}


/* Clear Fix */
#banner {
	height: 200px;
	width: 912px;
	background-image: url(../images/banner-bg.jpg);
}
p.TitulosLateral {
	font-weight: bold;
	color: #000066;
	background-image: url(../images/pTituloLateral.gif);
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	background-position: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
#frmBoletin #inpSuscribir {
	width: 200px;
}
#frmBoletin #btSuscribir {
	width: auto;
}



#PiePagina {
	height: 80px;
	width: 920px;
	background-color: #666666;
	margin: auto;
	clear: both;
}
#PiePagina #PieIzq {
	float: left;
	width: 49%;
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
	height: 80px;

}
#PiePagina #PieDer {
	float: right;
	width: 49%;
	height: 70px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}

#PiePagina #PieDer table {
	font-family: Verdana, Arial, Helvetica, "sans-serif 12px";
	font-size: 12px;
	color: #FFFFFF;

}

h2 {
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.imagenContenido {
	padding: 4px;
}
#logo{
	background-image: url(../images/logo-azul.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	height: 198px;
	width: 912px;
}
