@font-face {
    font-family: 'defecto';
    src: url('SpecialElite-webfont.eot');
    src: url('SpecialElite-webfont.eot?#iefix') format('embedded-opentype'),
         url('SpecialElite-webfont.woff') format('woff'),
         url('SpecialElite-webfont.ttf') format('truetype'),
         url('SpecialElite-webfont.svg#special_eliteregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html {
	font-family: defecto;
	/* [disabled]background-color: #000; */
	color: #FFF;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
	margin: auto;
}
h1 {
	font-size: 32px;
	font-size: 2rem;
}
ul{
	list-style-type: none;
	/* [disabled]height: 40px; */
	/* [disabled]float: right; */
}
	ul li{
	display: inline-block;
	/* [disabled]width: 130px; */
	color: #FFF;
	/* [disabled]float: right; */
	}
		ul li:last-child{
			border: none;
		}
		ul li a{
	text-decoration: none;
	font-size: 1.5rem;
	outline: 0;
	font-weight: bold;
	color: #FFF;
		}
#inicio {
	width: 100%;
	height: 100%;
}
#conetido {
	width: 100%;
	height: 100%;
}
#clientes {
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-image: url(../cd.jpg);
	
	
	
}
#servicios {
	
	width: 100%;
	height: 100%;
}

			ul li a:hover{
	color: #CCC;
			}

#menu{
	display: inline-block;
	text-align: center;
	float: right;
	z-index: 1000;
}
#cabecera {
	/* [disabled]display: block; */
	width: 100%;
	position: fixed;
	top: 0px;
	height: 85px;
	z-index: 10;
	background-color: #000;
}
#logo {
	display: inline-block;
	width: 35%;
	top: 0px;
	position: fixed;
	z-index: 2;
}
#barra {
	display: inline-block;
	width: 64%;
	float: right;
}
#contactar{
	width: 100%;
	height: 100%;
	margin: auto;
	}
.fondo {
	min-width: 100%;
	min-height: 100%;
	/* [disabled]width: auto; */
	height: auto;
	z-index: -1000;
	left: 0px;
	position: absolute;
	max-width: 100%;
	
}
.txtinio {
	font-size: 1rem;
	text-align: justify;
	width: 50%;
	float: left;
	padding: 5%;
	margin: 5%;
	/* Para CSS3 */
	background-color: rgba(102,102,102,0.5);
}
.txtCentrado {
	font-size: 1.2rem;
	text-align: center;
	width: 20%;
	padding: 10px;
	margin: 10px;
	background-color: #999;
	margin-left: 40%;
}
.txServicio {
	font-size: 1rem;
	text-align: justify;
	width: 50%;
	float: right;
	padding: 5%;
	margin: 5%;
	/* Para CSS3 */
	background-color: rgba(102,102,102,0.5);
}

.txtcontactar {
	font-size: 1rem;
	text-align: justify;
	width: 40%;
	float: right;
	padding: 2%;
	margin: 5%;
	/* Para CSS3 */
	background-color: rgba(102,102,102,0.5);
}
.cliente {
	display: inline-block;
	width: 370px;
	text-align: center;
	height: 205px;
}


.titulo {
	color: #FF0;
	font-size: 1.1rem;
	text-decoration: none;
}
form{
	width: 500px;
	padding: 5px 0;
	font-family: defecto;
}
fieldset{
	border: 0px solid #000;
	font-family: defecto;
	}
div.campo,div.check{
	margin: 10px 0 10px 10px;
	}
div.campo label{
	float: left;
	width: 90px;
	line-height: 23px;
	text-align: left;
	}
div.campo input,div.campo textarea{
	width:300px;
	}
input#enviar{
	margin-left: 100px;
	border: 1px solid #27518A;
	font-size: 1.2rem;
	background-color: #0C6491;
	color: #FFF;
	font-family: defecto;
	
	}
 /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(nav.png) no-repeat center center;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .6;

    }   
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
        #nav-mobile.nav-active{
            opacity: 1;
        }
@media only screen and (max-width: 768px) {
      body,html {	
	font-size: 12px;
	font-size: 0.8rem;
	
}  
       
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }
	
.txtcontactar,.txtinio, .txtCentrado, .txServicio { 
padding-top: 75px;
width:80%;
}
#clientes {
	padding-top: 30px;	
}	
	form {width:80%;}
	
    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
	width: 250px;
	/* [disabled]float: none; */
	padding-top: 75px;
	/* [disabled]height: 400px; */
	text-align: center;
    }
        /* Convertimos nuestra lista de enlaces en un menú horizontal */
        #menu ul{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	max-height: 0px;
	overflow: hidden;
	height: 175px;
	background-color: #CCCCCC;
	width: 175px;
	text-align: center;
	padding: 0;
        }
            /* estilos para los LI del menu */
            #menu li{
	border-bottom: 1px solid #282b30;
	float: none;
	display: block;
	height: 40px;
	width: 175px;
            }

            /* Quitamos el borde del ultimo item del menú */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
	/* [disabled]padding: 0; */
	height: auto;
	line-height: normal;
	background: none;
                }
                #menu li a:hover{
	color: #000;

}

        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 400px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }
}
		
