body {
	background-color: #fff;
	margin: 0px;
	background-image: url("imagenes/bg-round.png");
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
p{font-size: 20px;}
header {
	background: #2c3e50;
	width: 100%;
	height: 100px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
header img{
	width: 15%;
	padding-left: 70px;
	padding-top: 15px;
}
main {
	width: 100%;
	background: #fff232;
	margin: 0px auto;
}

aside {
	width: 100%;
	min-height: 600px;
	background: #2bbc9b;
	margin: 0px auto;
	float: left;
}
aside article {
	padding: 25px 30px;
	background: url("imagenes/bg-round.png") repeat scroll 0 0 transparent;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
}

section {
	width: 100%;
	height: 440px;
	background: #2bbc9b;
	float: left;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
section article {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
section article div {width:258px; height: 258px; margin:0 auto; }
.link{ 
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: 300;
	width:100%;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	text-decoration:none;}
	
h1{display: block;text-transform: uppercase;font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
	width:100%;
	margin:0 auto;
	color:#FFF;
	text-align:center;}
h2{ 
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-weight: 300;
	width:100%;
	margin:0 auto;
	color:#FFF;
	text-align:center;}
aside {
	width: 100%;
	min-height: 500px;
	margin: 0px auto;
	float: right;
	background-color: #ba4c63;
}
aside article {
	float: left;
	padding: 25px 30px;
	background: url("imagenes/bg-round.png") repeat scroll 0 0 transparent;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
}
footer {
	max-width: 100%;
	float: left;
	text-align: center;
	padding: 2px 20px;
	background-color: #2c3e50;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.pagina {
	max-width: 960px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
nav{
	float: right;
	width: 50%;
	margin-right: 5%;
	margin-top: 2%;
}
 #menu ul{
        list-style: none;
		text-transform: uppercase;
    	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
		font-size: 13px;
		text-decoration: underline;
		color: #FFF;
		
    }
/* Centramos y ponemos los textos en mayuscula */
 #menu li{
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
	display: block;
	color: #fff;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 26px;
            }
            #menu li a:hover{
	background: #2bbc9b;
	color: #2c3e50;
            }
            #menu li a.active{
	background: #2bbc9b;
	color: #2c3e50;
            }

h3 {
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
		}

section article p{
	line-height:20px;
	font-family: 'Montserrat',Helvetica,Arial,sans-serif;
	color: #fff;
	text-align: justify;
	font-size: 15px; 
	font-weight: 300;
	margin-top:20px;
	width: 80%;
	max-height:350px;
	padding: 2px 20px;
	background-color: transparent;
	margin: 20px auto;
	}
@media screen and (max-width: 920px) 
{
header img{ padding-left:10px; padding-top:30px;}
nav {width: 80%; margin-right:0px;}
#menu ul{font-size: 10px;}
#menu li a{padding: 0 20px;}
h1{ font-size:80%;}
h2{ font-size:80%;}
aside article { width:33%; margin: 2% 25%;}
aside article img{ width:100%;}
section {
	width: 100%;
	max-height: 350px;
}
}
@media screen and (max-width: 360px)
{
header img{ padding-left:10px; padding-top:30px;}
nav {width: 80%; margin-right:0px;}
#menu ul{font-size: 8px;}
#menu li a{padding: 0 5px;}
h1{ font-size:80%;}
h2{ font-size:80%;}
aside article { width:33%; margin: 2% 25%;}
aside article img{ width:100%;}