@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 30px;
	margin-bottom: 5px;
}

#contenedor {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contenedor #cabecera{
	width: 100%;
}

#contenedor #cuerpo {
	width: 100%;
}

#contenedor #cuerpo #columna1 {
	width: 48%;
	background-color:#FFF;
	float: left;
	text-align: right;
	padding-right: 2%;
}

#contenedor #cuerpo #columna2 {
	width: 30%;
	background-color:#FFF;
	float: left;
}

#contenedor #cuerpo #columna3 {
	width: 20%;
	background-color:#FFF;
	float: right;
}

#contenedor #footer{
	width: 100%;
	height: 45px;
	background-color:#900;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	border-top:solid;
	clear: both;
}


@media screen and (max-width: 980px) {
	
#contenedor{
	float: none;
	width: 100%;
}

#contenedor #cabecera {
	height: auto;
}

#contenedor #cuerpo #columna1 {
	float: none;
	width:100%;
}

#contenedor #cuerpo #columna2 {
	float: none;
	width:100%;
}

}
