@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #006400;
}
#BannerEscritorio {
	display: none;
}
#BannerMovil{
	padding: 5%;
	width: 25%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.content{
display:table; 
margin-bottom:40px; 
width:90%;
margin-left:5%;
margin-top:3%;
}

.content h2{
font-size:18px; 
font-weight:500; 
color:#006400; 
border-bottom:1px solid #006400; 
display:table; 
padding-bottom:10px; 
margin-bottom:10px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}

.content p{
font-size:16px; 
line-height:22px; 
color:#333; 
text-align:justify;
font-family: 'Lato', sans-serif;
text-decoration: none;
}


footer{
display:table; 
padding-bottom:30px; 
width:100%;
border-top: #006400 2px solid; 
}
.contacto{
font-size:14px; 
font-weight:50; 
color: #006400 ; 
margin-top:10px;
font-family: 'Montserrat', sans-serif;
text-align: center;
}
.contacto i{
 padding-right:10px; 
 font-size:22px;
 color: #006400 ; 
}
.social{
margin:15px auto; 
display:none; 
font-size:30px;
}
.social li{
float:left; 
padding:0px 10px;
}
.social li a{
color: #98b100; 
transition: all 0.5s ease 0s;
}
.social li a:hover{
color:#418226; 
transition: all 0.5s ease 0s;
}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#BannerMovil{
	padding: 5%;
	width: 25%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.content{
display:table; 
margin-bottom:40px; 
width:90%;
margin-left:5%;
margin-top:3%;
}

.content h2{
font-size:18px; 
font-weight:500; 
color:#006400; 
border-bottom:1px solid #006400; 
display:table; 
padding-bottom:10px; 
margin-bottom:10px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}

.content p{
font-size:16px; 
line-height:22px; 
color:#333; 
text-align:justify;
font-family: 'Lato', sans-serif;
text-decoration: none;
}


footer{
display:table; 
padding-bottom:30px; 
width:100%;
border-top: #006400 2px solid; 
}
.contacto{
font-size:14px; 
font-weight:50; 
color: #006400 ; 
margin-top:10px;
font-family: 'Montserrat', sans-serif;
text-align: center;
}
.contacto i{
 padding-right:10px; 
 font-size:22px;
 color: #006400 ; 
}
.social{
margin:15px auto; 
display:none; 
font-size:30px;
}
.social li{
float:left; 
padding:0px 10px;
}
.social li a{
color: #98b100; 
transition: all 0.5s ease 0s;
}
.social li a:hover{
color:#418226; 
transition: all 0.5s ease 0s;
}
}

/* Diseño escritorio: de 978 px hasta un máximo de 1980 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 978px) {
.gridContainer {
	width: 88.2%;
	max-width: 1600px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#BannerMovil {
	display: none;
}
#BannerEscritorio{
	padding-top:1%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom: 2%;
	width: auto;
	display: block;
	align:center;
}

.content{
display:table; 
margin-bottom:40px; 
width:90%;
margin-left:5%;
margin-top:3%;
}

.content h2{
font-size:18px; 
font-weight:500; 
color:#006400; 
border-bottom:1px solid #006400; 
display:table; 
padding-bottom:10px; 
margin-bottom:10px;
font-family: 'Montserrat', sans-serif;
font-weight:bold;
}

.content p{
font-size:16px; 
line-height:22px; 
color:#333; 
text-align:justify;
font-family: 'Lato', sans-serif;
text-decoration: none;
}


footer{
display:table; 
padding-bottom:30px; 
width:100%;
border-top: #006400 2px solid; 
}
.contacto{
font-size:14px; 
font-weight:50; 
color: #006400 ; 
margin-top:10px;
font-family: 'Montserrat', sans-serif;
text-align: center;
}
.contacto i{
 padding-right:10px; 
 font-size:22px;
 color: #006400 ; 
}
.social{
margin:15px auto; 
display:none; 
font-size:30px;
}
.social li{
float:left; 
padding:0px 10px;
}
.social li a{
color: #98b100; 
transition: all 0.5s ease 0s;
}
.social li a:hover{
color:#418226; 
transition: all 0.5s ease 0s;
}
}