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{
line-height:1;
}

/* ----------------------- ON LOAD ------------------------- */

#onload {	
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left:-200px; 
	margin-top: -219px;
	background-color: #666;
	border:#fff 10px solid;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	box-shadow: 0px 0px 10px 0px #000;
	z-index:1000;
	display:none;
}

#cerrar {
	background-image:url(../fancybox/fancy_close.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-25px;
	top:-25px;
	width:31px;
	height:31px;

}

.iso9001 {
	width:307px;
	height:48px;
	background-color:#0F0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position:0 -92px;
	position:absolute;
	left:0px;
	top:97px;

}

#certificado {	
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left:-450px; 
	margin-top: -250px;
	width:870px;
	height:70%;
	background-color: #666;
	border:#fff 10px solid;
	-webkit-box-shadow: 0px 0px 1000px 0px #000;
	box-shadow: 0px 0px 1000px 0px #000;
	z-index:1000;	
	display:none;	
}

#cont_certif {		
	overflow:scroll;
	width:870px;
	height:100%;
}

#cerrar1 {
	background-image:url(../fancybox/fancy_close.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-25px;
	top:-25px;
	width:31px;
	height:31px;

}

.certif {
	font-weight: bold;
	color:#900;
}

/* MAQUETACIÓN */

.sombra-izq{
	width: 12px;
	height: 100%;
	float:left;
	display: inline;
	background-image: url(../images/sombra.png)
}
.sombra-der{
	width: 12px;
	height: 100%;
	float:right;
	background-image: url(../images/sombrader.png)
}

.sombra-aba{
	width: 975px;
	height: 12px;
	margin-top: 0px;
	float:right;
	display: inline;
	background-image: url(../images/sombraaba.png)
}

.esq1{
	float: left;
}

.esq2{
	float: right;
}


#contenedor {
	width: 974px;
	height: 920px;
	margin: auto;
}

#header {
	background-color: #1A171B;
	height: 145px;
	width: 950px;
	margin-top: 21px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#principal {
	background-color: #FFF;
}

#footer {
	margin:auto;
	float:left;
	height: 350px;
	margin-top: 40px;
}

#footer_bg {
	background-color: #fff;
	height: 805px;
	margin-top: -775px;
}

/* APLICACION DE ESTILOS */

.clear{
  clear: both;
}

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	background-color: #444;
}

.divisor{
	width: 692px;
	margin: 0px 10px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcb;
	float: left;
}

/* Header */

.logo{
	width:307px;
	height:147px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center 5px;
}

.logo a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.nav{
	float: right;
	font-family: 'Rokkitt', tahoma, sans serif;
	padding-top: 60px;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0px;
}

.nav li{
	display: inline;
	/* [disabled]font-size: 0.7em; */
	list-style: none;
	border-left-style: solid;
	border-left-color: #CB181D;
}

.nav li span{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CB181D;
	/* [disabled]font-size: 26px; */
}

.nav li a{
	text-decoration: none;
	color: #BFBFBF;
	background-color: #1A171B;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CB181D;
	float: left;
}

.nav li a:hover {
	color: #fff;
	background-color: #CB181D;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	float: left;
}

.seleccionado{
	color: #fff !important;
	background-color: #CB181D !important;
	float: left;
}

.no_seleccionado{
	border-left-style: none !important;
	color: #BFBFBF 
	background-color: #1A171B 
	float: left;}
	
.no_seleccionado a{
	border-left-style: none 
	color: #BFBFBF !important;
	background-color: #1A171B !important;
	float: left;
}

.no_seleccionado a:hover {
	color: #fff !important;
	background-color: #CB181D !important;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	float: left;
}

/* Contenido */

#principal{
	width: 832px;
	margin-left: 114px;
	position: relative;
	float: left;
}

.txt{
  width: 692px;
  color: #333;
  float: left;
  text-align: justify;
  line-height: 16px;
}

.txt li{
	list-style: none;
	width: 220px;
	margin-top: 25px;
	margin-bottom: 25px;
	display:inline;

}

.txt li img{
	padding: 7px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.txt li p{
	width: 220px;
	margin-bottom: 15px;
	margin-right: 15px;
}


h2.titulo{
	font-family:'Rokkitt', tahoma, "sans serif";
	margin-top: 40px;
	font-size: 26px;
	color: #CB181D;
	font-weight: lighter
}

#presenta{
  width: 832px;
  float: left;
}

.logos_productos{
	width: 92px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	float: right;
	margin-top:-70px;
}

.logos_productos li{
	list-style: none;
	float: left;
	margin-left: 0px;
}

/* Footer */

.contenido_footer{
	margin-left: 100px;
	width: 800px;
	float: left;
}

.divisor2{
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #353535;
}
.divisor3{
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #595859;
}

.form{
	height: 245px;
}

.derechos{
	margin-top: 16px;
	color: #848484;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.derechos a{
	margin-top: 16px;
	color: #999;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.derechos a: hover{
	margin-top: 16px;
	color: #CCC;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}


h4.otro_titulo{
	color: #FFF;
	font-size: 20px;
	font-weight: lighter;
	paddin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Rokkitt', Tahoma, Geneva, sans-serif;
}

.bandera{
	background-color: #fff;
	color: #999;
	font: 400 12px/14px "Tahoma",Sans Serif;
	padding: 10px 0px 0px 10px;
	position: absolute;
	right: 141px;
	top: 178px;
	z-index: 1000;
	width: 75px;
}

.google_translate {
	margin-top: -5px;
	float:left;
	}
