<style type="text/css">
@charset "utf-8";

@font-face {
	font-family: 'Gabrielle';
	src: url(webfonts/Gabrielle/Gabrielle.ttf) format('truetype');
}

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: 100%;
	/* [disabled]padding-left: 1.82%; */
	/* [disabled]padding-right: 1.82%; */
	background-image: url(imagenes/fondos/1920x1200.png);
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header{
	clear: none;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 330px;
	}
#head1{
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	font-family: Tahoma,Geneva,sans-serif;
	color: #2F2B60;
	font-size: 14px;
	height: 120px;
	}
#head2{
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 120px;
	}
#head3{
	clear: none;
	width: 100%;
	display: block;
	text-align: center;
	}
nav {
	clear: both;
	/* [disabled]float: left; */
	/* [disabled]margin-left: 0; */
	width: 100%;
	display: block;
}
main {
	clear: both;
	margin-left: auto;
	width: 94%;
	display: block;
	margin-right: auto;
	text-align: center;
}
article {
	clear: none;
	float: left;
	display: block;
	margin-top: 13px;
	/* [disabled]padding-left: 18px; */
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	width: 100%;
}
aside {
	clear: both;
	float: right;
	display: block;
	margin-top: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align: center;
	width: 100%;
}
#visual {
	clear: both;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 80%;
	display: block;
	margin-right: auto;
	font-family: Gabrielle;
	font-size: 12px;
	color: #FEFEFE;
	letter-spacing: 1.8px;
	?text-shadow: 2px 1px 1px #555;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	width: 250px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5), 
0px 0px 20px rgba(0, 0, 0, 0.3), 
0px 0px 20px rgba(0, 0, 0, 0.3);
	opacity: 10%; 
}
#vis1 {
	clear: both;
	/* [disabled]float: left; */
	margin-left: 0;
	width: 100%;
	display: block;
}
#vis2 {
	clear: none;
	/* [disabled]float: left; */
	/* [disabled]margin-left: 4.1666%; */
	width: 100%;
	display: block;
}
#vis3 {
	clear: none;
	/* [disabled]float: left; */
	/* [disabled]margin-left: 4.1666%; */
	width: 100%;
	display: block;
}
#vis4 {
	clear: none;
	float: left;
	/* [disabled]margin-left: 4.1666%; */
	width: 100%;
	display: block;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	background-image: url(imagenes/fondos/footer-tablet.png);
	height: 350px;
	color: #FFF;
}
#footer-central {
	clear: none;
	width: 95%;
	display: block;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
#foot1 {
	clear: none;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	height: 90px;
	text-align: center;
}
#foot2 {
	clear: none;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	height: 90px;
	text-align: center;
}
#foot3 {
	clear: none;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	height: 85px;
	text-align: center;
}

#social-media {
	clear: none;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 50%;
	display: block;
	margin-right: auto;
}
#social1 {
	clear: none;
	float: left;
	margin-left: 18%;
	width: 100%;
	display: block;
	height: 29px;
}
#social2 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 100%;
	display: block;
	height: 29px;
}
#social3 {
	clear: none;
	float: left;
	margin-left: 35%;
	width: 100%;
	display: block;
	height: 29px;
}
/* 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: 100%;
	/* [disabled]padding-left: 1.1625%; */
	/* [disabled]padding-right: 1.1625%; */
	background-image: url(imagenes/fondos/1920x1200.png);
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header{
	clear: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 350px
	}
#head1{
	clear: none;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
#head2{
	clear: none;
	width: 95%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
	#head3{
	clear: none;
	width: 95%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
nav {
	clear: both;
	/* [disabled]float: left; */
	width: 100%;
	display: block;
	padding-top: 10px;
}
main {
	clear: both;
	margin-left: auto;
	width: 94%;
	display: block;
	margin-right: auto;
	text-align: center;
}
article {
	clear: none;
	float: left;
	display: block;
	margin-top: 13px;
	/* [disabled]padding-left: 18px; */
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
}
aside {
	clear: both;
	float: right;
	display: block;
	margin-top: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align: center;
}
#visual {
	clear: both;
	margin-left: auto;
	width: 50%;
	display: block;
	margin-right: auto;
	font-family: Gabrielle;
	font-size: 13px;
	color: #FEFEFE;
	letter-spacing: 1.8px;
	?text-shadow: 2px 1px 1px #555;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	width: 250px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7), 
0px 0px 20px rgba(0, 0, 0, 0.3), 
0px 0px 20px rgba(0, 0, 0, 0.3);
	opacity: 10%; 
}
#vis1 {
	clear: both;
	float: left;
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
}
#vis2 {
	clear: none;
	float: left;
	margin-left: auto;
	width: 90%;
	display: block;
	/* [disabled]margin-right: auto; */
}
#vis3 {
	clear: none;
	float: left;
	margin-left: 2.5641px;
	width: 90%;
	display: block;
	
	/* [disabled]margin-right: auto; */
}
#vis4 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 90%;
	display: block;
}
footer {
	clear: both;
	width: 100%;
	display: block;
	background-image: url(imagenes/fondos/footer-tablet.png);
	height: 380px;
}
#footer-central {
	clear: none;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
}
#foot1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 90%;
	display: block;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	height: 90px;
	margin-top: 20px;
}
#foot2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 90%;
	display: block;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	height: 90px;
}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 90%;
	display: block;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	height: 90px;
	line-height: 23px;
}

#social-media {
	clear: none;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 50%;
	display: block;
	margin-right: auto;
}
#social1 {
	clear: none;
	float: left;
	margin-left: 37%;
	width: 100%;
	display: block;
	height: 30px;
}
#social2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	height: 30px;
}
#social3 {
	clear: none;
	float: left;
	margin-left: 45%;
	width: 100%;
	display: block;
	height: 30px;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	/* [disabled]max-width: 1232px; */
	/* [disabled]margin: auto; */
	background-image: url(imagenes/fondos/1920x1200.png);
	/* [disabled]height: 900px; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center; */
	/* [disabled]background-color: #FFF; */
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
header{
	clear: both;
	width: 80%;
	display: block;
	background-image: url(imagenes/background/header.png);
	height: 110px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	margin-top: 6px;
	}
#head1{
	clear: none;
	float: left;
	margin-left: 10%;
	width: 20%;
	display: block;
	text-align: left;
	height: 90px;
	}
#head2{
	clear: none;
	float: left;
	margin-left: 5%;
	width: 30%;
	display: block;
	text-align: center;
	height: 90px;
	}
#head3{
	clear: none;
	float: left
	;
	margin-left: 5%;
	width: 25%;
	display: block;
	text-align: left;
	line-height: 24px;
	height: 90px;
	}
.text-info {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #1AB3A9;
	line-height: 23px;
	font-weight: bold;
}
nav {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	height: 50px;
	margin-right: auto;
	background-image: url(imagenes/fondos/menu.png);
	color: #407729;
	padding-top: 5px;
	background-repeat: no-repeat;
	max-width: 1000px;
}
main {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	height: 600px;
	max-width: 990px;
	text-align: center;
}
article {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	margin-top: 11px;
	/* [disabled]padding-left: 18px; */
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	height: 430px;
}
aside {
	clear: both;
	float: right;
	width: 55%;
	display: block;
	margin-top: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	height: 430px;
	text-align: right;
}
#visual {
	clear: both;
	margin-left: auto;
	width: 1000px;
	display: block;
	height: 150px;
	margin-right: auto;
	
}
#vis1 {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 200px;
	display: block;
	height: 130px;
}
#vis2 {
	clear: none;
	margin-left: 5%;
	width: 200px;
	display: block;
	height: 130px;
	/* [disabled]float: left; */
}

#vis3 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 200px;
	display: block;
	height: 130px;
	                            
}
#vis4 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 200px;
	display: block;
	height: 130px;
}
.text_visual {
	font-family: Gabrielle;
	font-size: 27px;
	color: #FFFFFF;
	letter-spacing: 1.8px;





	?text-shadow: 2px 1px 1px #555;
	/* [disabled]text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); */
	font-weight: bold;
	width: 250px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7), 
0px 0px 20px rgba(0, 0, 0, 0.3), 
0px 0px 20px rgba(0, 0, 0, 0.3);
	opacity: 10%;
}
      


	
footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 230px;
	background-image: url(imagenes/fondos/footer.png);
}
#footer-central 
	{
	clear: none;
	max-width: 1000px;
	width:100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	padding-top: 65px;
}
#foot1 {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	height: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	}
#foot2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 30%;
	display: block;
	height: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #FFF;
	font-style: normal;
	}
#foot3 {
	clear: none;
	float: left;
	margin-left: 2.041%;
	width: 30%;
	display: block;
	height: 80px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 24px;
	font-style: normal;
	}

#social-media {
	clear: none;
	/* [disabled]float: left; */
	margin-left: auto;
	width: 90%;
	display: block;
	margin-right: auto;
	height: 30px;
	}
#social1 {
	clear: none;
	float: left;
	margin-left: 12%;
	width: 26%;
	display: block;
	}
#social2 {
	clear: none;
	float: left;
	margin-left: 7%;
	width: 26%;
	display: block;
	}
#social3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 26%;
	display: block;
	}


}

.logo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	color: #2E2B5F;
}
.slogan {
	font-family: "comic Sans MS";
	font-size: 16px;
	color: #F00;
	line-height: 42px;
	font-weight: normal;
}

.white {
	font-size: 0px;
	color: #FFF;
	line-height: 0px;
}
.titulo-menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}
.text-titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #28B3A9;
}
.text-visual {
	font-family: Gabrielle;
	font-size: 27px;
	color: #28B3A9;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
   
.text-subtitulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	color: #1AB3A9;
}
.text-contenido {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 29px;
}
.text-white {
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
}
.text-video {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #28B3A9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>
