@charset "UTF-8";
/* ddxmedia.com.mx */

/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, h1, ul
{
 margin: 0;
 padding: 0;
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }
a img{ border: 0; }
/* CIERRA CSS Mini Reset */

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0A9CC2 ;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

body {
	background-color: #0A9CC2;
	background-image:url(../img/armadoHome/fondo-textura-lonas-ecologicas-del-sur.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

footer{
	float:right;
	font-size:12px;
	margin-top:5px;
	margin-right:50px;
}

footer a:link {
	border:none;
	color: #fff;
	margin-right:30px;
	text-decoration:none;
}

footer a:visited {
	border:none;
	color: #fff;
	text-decoration:none;
}

footer a:hover {
	border:none;
	color: #09F;
	text-decoration:none;
}

header{
	
}

.logo{
	margin-left:50px;
	padding-top:20px;
	position:absolute;
	z-index:999;
	width:161px;
	height:127px;
}

.logo:hover{
	
}

.mainContenedor{
	background-image: url(../img/armadoHome/fondo-lonas-ecologicas-del-sur.png);
	background-repeat:no-repeat;
	width:1020px;
	height:1198px;
	margin:0 auto;
}

.mainContenedorAnexo{
	background-image:url(../img/armadoHome/fondo-radial-lonas-ecologicas-del-sur.png);
	width:100%;
	height:1198px;
}

nav{
	font-weight:bold;
	float:left;
	font-size:12px;
	line-height:28px;
	margin-left:30px;
	margin-top:200px;
	position:absolute;
	text-align:right;
	z-index:999;
}

nav ul{
	list-style:none;
}

nav li{
	background-image:url(../img/armadoHome/boton-menu-lonas-ecologicas-del-sur.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	margin-bottom:8px;
	transition:all ease 1s;
	width:116px;
	height:31px;
}

nav li:hover{
	background-image:url(../img/armadoHome/botonOV-menu-lonas-ecologicas-del-sur.png);
	transition:all .5;
}

.telTop{
	color:#FFF;
	margin-left:800px;
	margin-top:5px;
	position:absolute;
	text-shadow: -1px -1px 1px #000;
}

.sigGal{
	position:absolute;
	margin-top:950px;
	margin-left:800px;
}

.sigGal:hover{
	background-color:rgba(100,100,100,0.50);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.telTop a{
	color: #000;
	text-decoration:none;
}

.telTop a:hover{
	color: #000;
	text-decoration:none;
}

.textoHome{
	color:#FFF;
	float:left;
	margin-top:300px;
	margin-left:80px;
	text-align:center;
	text-shadow: -1px -1px 2px #000;
/*	text-fill-color: #355f75;
	text-stroke: .5px #fff;
	-webkit-text-fill-color: #000;
	-webkit-text-stroke: .5px #fff;
*/	width:220px;
}

.textDescripcion{
	background-image: url(../img/armadoHome/fondo-texto-lonas-ecologicas-del-sur.png);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	font-size:13px;
	margin-top:300px;
	margin-right:30px;
	padding-left:208px;
	padding-right:35px;
	padding-top:60px;
	text-align:center;
	width:430px;
	height:134px;
}

.titulo{
	font-size: 16px;
}

.tituloSeccion{
	position:absolute;
	margin-left:310px;
	z-index:1000;
}

.textoLogo{
	position:absolute;
	margin-left:20px;
	margin-top:10px;
}

.txtContacto{
	color:#FFF;
	margin-top:100px;
	margin-left:380px;
	position:absolute;
	text-shadow: -1px -1px 2px #000;
	text-align:center;

}
