/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url('../images/fondo.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	min-width: 960px;
	font-family: 'Oswald';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FUENTES*/


/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
	font-family:"Oswald";
	src:url("../fuentes/Oswald.eot?") format("eot"),
	    url("../fuentes/Oswald.woff") format("woff"),
	    url("../fuentes/Oswald.ttf") format("truetype"),
	    url("../fuentes/Oswald.svg#Oswald") format("svg");font-weight:normal;font-style:normal;
	    }

@font-face {
	font-family:"DroidSerif_Regular";
	src:url("../fuentes/DroidSerif-Regular.eot?") format("eot"),
	    url("../fuentes/DroidSerif-Regular.woff") format("woff"),
	    url("../fuentes/DroidSerif-Regular.ttf") format("truetype"),
	    url("../fuentes/DroidSerif-Regular.svg#DroidSerif-Regular") format("svg");font-weight:normal;font-style:normal;
	    }

/*CLASES*/

.clear {
	clear:both;}
	
.img_l {
	margin:5px;
	float:left;}
	
.img_r {
	margin:10px;
	float:right;}
	
.alpha {
	margin-left:0px;}
	
.omega {
	margin-right:0px;}


ul.nav {

    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
}

.nav li {
    float: left;
    margin: 14px 50px;
    /*width: 110px;*/
}
	
.lista_menu {
	
	width: 180px;
	margin:60px 0 0 60px;
}
	
.lista_menu ul {
	width:180px;
	padding:10px 0 10px 10px;
	font-family:"CoolveticaRg-Regular";
	font-size:18px;
	}
	
.lista_menu ul li {
	background: url("../images/l_rueda.png") no-repeat scroll 0 0 transparent;
	width: 174px;
	margin: 10px 0;
	padding: 5px 0 5px 25px;
	}
	
.lista_menu ul li a {
	line-height:20px;
	padding:5px 0 18px 0;
	display:block;
	
}
	
.lista_menu ul li a:hover {
	color:#f77717;}

.relative{
        position:relative;
        z-index:1;
}
		

/*HTML*/

ul, ol {
	list-style:none;}
	
a:link {
	text-decoration:none;}
	
a:visited {
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	}
	
a:active {
	text-decoration:none;
	}

	
/*PAGINA*/

.container {
	width:960px;
	margin:auto;
	}
	
#desc_h1 {
	display: none;
	position: absolute;
	color: transparent;
}

#menu {
	width: 100%;
	height: 64px;
	background-color: #3FBF04;
}

#menu .nav, #menu .nav a {
	color: #fff;
}

#menu .nav a:hover {
	color: #000;
}


#logo {
	position: absolute;
	top: 45px;
	left: 50px;
}

#contenido_home {
	margin: 16px 0 30px 0;
}

#contenido_home #cont1 {
	width: 500px;
	float: left;
}

#contenido_home #cont1 h2 {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin:10px 0 38px 0;
}

#contenido_home #cont1 p {
	text-align: center;
	width: 490px;
	font-family: 'DroidSerif_Regular';
	font-size: 16px;
}

#footer {
	font-family: 'DroidSerif_Regular';
}

#fc {
    background: url(../images/redes.png) no-repeat left;
    display: inline-block;
    float: right;
    width: 213px;
    height: 44px;
}

#footer #footer_1 {
	width: 720px;
	height: 90px;
	background-image: url('../images/fondo_footer.png');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	float: left;
	}
#footer #footer_1 p {
	color: #FFF;
	padding: 2px 0 0 20px;
	font-weight: 100;
}

#footer #footer_2 p {
	margin-top: -32px;
}

#quienes {
	width: 400px;
	float: left;
}

#quienes .txt_quienes {
	color: #FFFFFF;
	font-family: 'DroidSerif_Regular';
	font-size: 14px;
	margin: 130px 0 20px 40px;
	text-align: right;
	width: 224px;
}

#quienes ul li {
	color: #fff;
	border: solid 2px #FFF;
	width: 260px;
	height: 30px;
	margin-bottom: 4px;
	padding-top: 10px;
}

#quienes ul li a {
	color: #FFF;
	padding-left: 80px;
	text-align: center;
}

#quienes ul li a:hover {
	color: #000;
}

#texto_scroll h2 {
	font-size: 28px;
	margin-top: -50px;
	float: right;
	position: relative;
}

#texto_scroll p {
	font-family: 'DroidSerif_Regular';
}

.subfooter {
	background-image: url('../images/fondo_subfooter.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	min-width: 960px;
	background-color: #000;
	height: 231px;
	margin: -10px 0 20px 0;
}

#productos h2 {
	font-size: 28px;
	margin-top: -50px;
	float: right;
}

#productos p {
	font-family: 'DroidSerif_Regular';
	text-align: right;
	float: right;
	width: 467px;
	margin: 20px 0 50px 0;
}

#btn_productos {
	margin-top: -50px;
	position: relative;
	z-index: 10; 
}

#btn_productos a, #btn_productos h2{
	float: right;
}

#btn_productos h2 {
	font-size: 27px;
}

#cont_productos {
	width: 528px;
	height: 319px;
	background-image: url('../images/fondo_cont_productos.png');
	background-repeat: no-repeat;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#cont_productos p {
	margin: 10px 12px 0 0;
	font-size: 18px;
}

#cont_productos img {
	display: block;
	margin: 0 auto;
}

.txt_servicios {
	color: #fff;
	font-size: 14px;
	left: -310px;
	position: relative;
	text-align: right;
	top: -150px;
	width: 250px;
	margin-bottom: 50px;
}

#txt_contactenos {
	width: 290px;
	font-family: 'DroidSerif_Regular';
	color: #FFF;
	float: left;
	text-align: right;
	font-style: italic;
	margin: 100px 70px 0 0;
}

#formulario input, textarea {
	border: 0 none;
	color: #fff;
	font-family: 'DroidSerif_Regular';
}

#formulario #name, #tel, #email {
	height: 30px;
	margin: 5px 0 5px 0;
	padding: 2px 2px;
	width: 588px;
	font-weight: bold;
	background-color: #000;
}

#formulario #msj {
	height: 150px;
	margin: 5px 0 0 0;
	padding: 5px 2px;
	width: 588px;
	font-size: 13.5px;
	font-weight: 600;
	background-color: #000;
}

#formulario form .button {
	background-color: #000;
	border: 0 none;
	cursor: pointer;
	float: right;
	margin: 5px 10px 50px 0;
	width: 117px;
	height: 31px;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	font-family: 'DroidSerif_Regular';
}

#mapa {
	padding-top: 5px;
}

#mapa iframe {
	border: solid 5px #FFF;
}

#frase{
	float: right;
    position: absolute;
    margin-left: 797px;
    margin-top: -85px;
}