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

/* CSS Mini Reset */
html, body, div, form, fieldset, legend, label, h1
{
 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: #00C;
	text-decoration: none;
}

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

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

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

body {
	
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

footer{
	font-size:12px;
	margin-top:-22px;
	margin-left:20px;
	float:left;
	width:950px;
	}

footer a:link {
	border:none;
	color: #FFF;
	text-decoration:none;
}

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

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

.gmap{
	float:left;
	padding-top:45px;
	margin-left:30px;
}


header{
	background-image:url(../img/b1-home/baner-fondo.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:996px;
	
}

.logo{
	height:110px;
	margin-left:45px;
	padding-top:20px;
	width:88px;
}

.logo:hover{
	
}

.masFotos{
	float:right;
	margin-top:-100px;
	margin-right:1px;
	opacity:.5;
	filter:alpha(opacity=50);
}

.masFotos:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.main{	
	background-image: url(../img/b1-home/fondo-malla.jpg);
	height:690px;
	width: 996px;
}

.mainContacto{
	background-image: url(../img/b9-contacto/contacto-fondo.jpg);
	height: 690px;
	width: 996px;
}

.menu2line{
	font-size: 13px;
	padding-top:5px;
	padding-bottom:5px;
}

.menu2line:hover{
	color:#fff;
}



.mainContenedor{
	width: 996px;
	height: auto;
	margin: 0 auto;
}

nav{
	height:42px;
	float:right;
	margin-top:-120px;
	margin-right:20px;
	z-index:999;
	
	
}

nav ul{
	display:inline;
	list-style:none;
	float:left;	

}

 .mi-menu ul {
	filter:alpha(opacity=0);
    opacity: 0; /* no son visibles */
	position: relative;
	left: -40px;
    margin: 0;
    top: 5px; /* se ubican debajo del enlace principal */
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1;filter:alpha(opacity=100);}

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
     height: 0;/* no son visibles */
    overflow: hidden;
    padding: 0;
	margin-top:5px;
	background-color:#CCC;
	vertical-align:middle;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
	
  }
  .mi-menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  
  .mi-menu ul li a {
    border: none;
    margin: 0;
    /* el ancho dependerá de los textos a utilizar */
    padding: 5px 20px;
  }
  

nav li{
	background-image:url(../img/b1-home/btn/fondoBTN.png);
	background-repeat:repeat-x;
	color:#00C;
	display: inline-block;
	font-weight:bold;
	float:left;
	height: 32px;
	list-style: none;
	margin-right:3px;
	padding-top:10px;
	text-align:center;
	width: 84px;		
	vertical-align:middle;
	text-shadow:#666666 1px 1px 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	transition:all ease 1s;
}
ul .menusito li{
	padding-top:5px; 
	height:20px;
}
nav li:hover{
	background-color:#00C;
	border-radius: 30px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color:#fff;
}

nav li:hover a{
	color:#FFF;
}

.telTop{
	color: #00C;
	font-weight:bold;
	font-size:16px;
	margin-top:-35px;
	margin-left:180px;
	text-decoration:none
}

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

.telTop img{
	margin-right:30px;
	vertical-align:middle;
}

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

.textoHome{
	font-size:14px;
	float:right;
	margin-top:-650px;
	margin-right:45px;
	text-align:justify;
	width:220px;
}

.textContacto{
	float: right;
	display: inline-block;
	position: absolute;
	height: auto;
	width: 455px;
	margin-right: 20px;
	margin-left:510px;
	text-align: justify;
}

.textoContaxtoBajo{
	text-align: center;
	width: 520px;
	margin-top: -120px;
	position: fixed;
	margin-left: 240px;
}

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

.titulo{
	font-size: 16px;
	font-weight:bold;
	margin-left:70px;
}

@media all\9 {
.textoContaxtoBajo{
	position: absolute;
	margin-left: -720px;
}
}