/* CSS Document */
*{margin:0; padding:0;}
body{font-family: 'Rosario', sans-serif;width:100%; background:#fcffb9;}
div {max-width:960px; position:relative; margin: 0px auto 0px auto;}
section { width: 100%; margin: 10px 0px 0px 0px;}
#cabecera{
	width: 960;
	height: 220px;
	background: none;
	margin-bottom: 10px;
}
#home{
	max-width: 960px;
	height: auto;
	background: #fcffb9;
	position: relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
header{
	max-width: 960px;
}
header nav {float:right}
header nav ul li {float:left; list-style-type: none; margin:5px; padding:5px}
header nav ul li a {color:#98cb32;}
.titulo {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
}


section article div nav ul li a {list-style-type: none;}
.h1 { font-size:8px; border-color:#FF9}
.h2 { font-size:6px; border-color:#FF9} 

#flyerconcursocm {
	background-color: #fcffb9;
	height: 610px;
	width: 960px;
	position: relative;
	float: left;
}

#columnaverde {
	background-color: #98cb32;
	float: left;
	height: 225px;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
}
#fotounocm {
	background-color: #98cb32;
	float: left;
	height: 225px;
	width: 337px;
	margin-top: 10px;
}
#fotodoscm {
	background-color: #98cb32;
	float: left;
	height: 225px;
	width: 380px;
	margin-top: 10px;
	margin-left: 10px;
}
.section1{width:100%; position:relative}
.section2{width:100%; position:relative}
.section3{width:100%; position:relative}
.section4{width:100%; position:relative}

#columnaverde2 {
	background-color: #98cb32;
	float: left;
	height: 220px;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
}
#fototrescm {
	background-color: #98cb32;
	float: left;
	height: 225px;
	width: 337px;
	margin-top: 10px;
	margin-right: 10px;
}
#fotocuatrocm {
	background-color: #98cb32;
	float: left;
	height: 225px;
	width: 380px;
	margin-top: 10px;
}
#contacto {
	background-color: #C14075;
	float: left;
	height: 125px;
	width: 960px;
	margin-top: 10px;
}
#fiesta {
	background-color: #98cb32;
	float: left;
	height: 250px;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#veinteanios {
	background-color: #98cb32;
	float: left;
	height: 250px;
	width: 300px;
	margin: 5px;
}
#sabado {
	background-color: #98cb32;
	float: left;
	height: 250px;
	width: 330px;
	margin: 5px;
}

p {
	font-size: 12px;
	padding: 10px;
}

footer {width:100%; display:table; padding:15px 0px 0px 0px}
footer p {font-size:12px;}
@media screen and (max-width:320px)
{section article{width:100%;}
section aside{width:100%; font-size:10px; display:none;}}
