/* CSS Document */

/*estilo correspondiente a la plantilla madre*/
html, body
{
	font-family:Verdana;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}
h5
{
	color: #006699;
}


#contenedor
{
	border: solid 1px #999999;
	width: 980px;
	margin-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#contenedor2
{
	border: solid 1px #999999;
	width: 980px;
	margin-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height:auto;
}

#header
{
	background-image: url(../imagenes/banner.png);
	background-repeat: no-repeat;
	position: relative;
	height: 140px;
	width: 100%;
}


#footer
{
	margin-top: 10px;
	height: 60px;
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	width: 980px;
}
