/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* LAYOUT  - CENTERING AUTO-Margin 
================================== */

body {
  text-align: center; 
  min-width: 775px;
  background: #d4d6d4 url(../images/fondo_pagina.gif) repeat-x;
}
#wrapper {
  width: 948px; 
  margin: 0 auto; 
  text-align: left; 
  background-color: #FFF;
  padding: 20px;
  margin-bottom:30px;	
}
#content { 
	background-color: #fff;
	width: 100%;
	float: left;			
	margin-top: -6px;	
	margin-bottom:0px;	
}
#contentLeft{
	width: 400px;
	float: left;
	text-align: justify;   /*  JUSTIFICAR Texto */	
	margin-left:	6px;	
}
#contentLeftNarrow{
	width: 240px;
	float: left;			
}
#contentRight{ 
	width: 50%;	/*    NO podemos quitar el ancho */	
	float: right;
	padding-left:	8px;
	margin-left:	5px;
}
#contentRightWide{ 
	width: 68%px;	/*  450px;  NO podemos quitar el ancho */	
	float: right;
	padding-left:	8px;
	margin-left:	5px;
}
#columRight{ 
	width: 65px;
	float: right;
	border-style: solid;
	border: 1px;       
    border-color: #949494;
	background-color: #f8f8f8;
	padding: 0px;
	margin-top: 14px; /*  PRUEBA */	
	margin-right:6px;
}
#direccion {
	width: 948px;
	line-height: 26px;
	text-align: center;
	background: url(../images/fondo_cierre.gif);
}

#footer { 
  clear: both; 
  background-color: #fff;
  padding-bottom: 50px; /*  Para FIREFOX */	
  font-family: Verdana, Arial, Helvetica, sans-serif;	
  font-size: 11px;	
}
#footerLeft { 
 	float: left;
	text-align: left;
} 
#footerRight{ 
	float: right;
	text-align: right;
}
/* add some PADDING to the contents in the izdaNav and contentRight areas */
#contentRight * { 
 padding-left: 20px;
 padding-right: 20px;
}
#contentRight * * { 
 padding-left: 0;
 padding-right: 0;
}
#menuInferior {
	font-size: 13px;
    text-align: center; 
	color: #4E5156;
	text-decoration: none;
	margin: 16px;
}

/* TEXTO General
================================== */
body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;	
	color: #272727;
	text-decoration: none;
}
/* TITULARES
================================== */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 17px;
	line-height: 19px;	
	color: #8e8e8e;	
	text-decoration: none;	
	text-align: center;	
	margin: 12px;
}
h2 {
	font-size: 17px;
	color: #ff6a00;
	/* text-transform: uppercase;	 */
	margin-bottom: 16px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #1A4979;
}
h4 {
	font-size: 12px;
	color: #ED8E0E;
}

/* ESTILOS
================================== */

.enlacesHome {
	font-weight: bold;
	text-decoration: none;	
	background-color:#fff8a4;
	color: #19476f;
}
ul li {
	margin-top: 1em;	
	margin-bottom: 1em;
}
.enlacesProductos{
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}
.cierreTxt {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
.volverMenu {
	color: #1A4979;
	font-size: 13px;
	text-decoration: none;
	text-align:right;
}
/*
================================== */


/* Productos ESTANDAR TECNICOS */

#estandar, #tecnicos {
	width: 100%;
	background-color: #FFFFFF;	
	padding: 12px;

	font-size: 12px;
	color: #3E3931;
	margin-left: 10px;
} 
.contenedorFotoEstandarTecnico { 
	position:relative; 
	width:100%; 
	height:100%; 
	margin-bottom: 25px;
}
.numFotoEstandarTecnico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
	padding: 3px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.fotoEstandarTecnico {
	position:relative; 
	top:0;
	left:0;
	z-index:1;	
}

/* Contact FORM */
form {
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
  }
#name, #email #tlf {
  width: 170px;
  }
#message {
  width: 320px;
  height: 90px;
  }
label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #91227c;
  }
.warning {
  	color:#EC5F00;
  }
.labelForm {
	color: #D95700;
	text-decoration: none;
}

/* Menu Inf
================================== */

#infNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;  
}
#infNav ul li {
	text-align:center;
	margin: 0 6px 0 6px;		
	float: right;
}
#infNav a, #infNav a:visited{
	display: block;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f4f73;
	line-height: 16px;		
	text-decoration: none;
	padding: 0 10px 0 10px	
}
#infNav a:hover{
	color: #FFF;
	background-color: #000;	
}
.bloqueTxt {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pedroimagina {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 11px;
}
img {
	border-style: none;
}
table {
	border-style: none;
}
