/* STATIC.CSS: ESTILOS GENERALES DE LA PLANTILLA, NO PERTENECIENTES AL SISTEMA DE COMERCIO */

/* Estilos generales */
* { 
	margin:0; padding:0; border: 0;
}
body { 
	background-color:#fff;
	font-size:12px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	vertical-align:middle;
}
a {
	color:#008179;
	text-decoration:none; 
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0px;
}
fieldset{
	border: 0;
}
iframe {border:0px;}
h1 {
	font-size:14px; 
	padding: 0.5em;
}
h2 {
	font-size:13px; 
	padding: 0.5em;
}
h3 {
	font-size:12px; 
	padding: 0.5em;
}


/* Configuración de las columnas */
#contenedor{
    padding:20px;
	width:900px;
}
#cabecera {
	background-color:#FFF;
	padding:0px; 
}
#navegacion{
	height:32px; 
	padding-top:15px; 
	background-color:#ffffff; 
	color:#008179; 
	font-weight:bold;
	width:560px;
	float:left;
	background-image:url('/Plantillas/imagenes/navegacionBack.png');
	text-align:center;
}
#navegacion a{
	border: 0px solid #FFF;
	color: #008179;
	font-weight: bold;
	padding: 5px;
}
#navegacion a:hover{
	text-decoration: none;
	background-image:url('/Plantillas/imagenes/navigOver.png');
	background-repeat:repeat-x;
}
#izquierda { 
	float:left;
	width:300px;
	padding:8px;
	margin-left:10px;
	
}
#derecha { 
	float:right;
	width:150px;
	padding:8px;
}

#centro{
	margin-left:350px;
	margin-top:90px;
	padding:8px;
	position:relative;
	top:5px;
	width:550px;
}

* html #centro{
	top:-10px;
	margin-left:80px;
	position:relative;
	top:0px;
}

*+html #centro{
	top:-10px;
	margin-left:80px;
	position:relative;
	top:0px;
}



.ie #centro { 
	
}
#pie { 
	clear:both;
	color: #008179;
	text-align: center;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #008179;
	position:relative;
	top:50px;
	background-color: #EEE;
	padding-bottom:10px;
	width:900px;
}
.ie #pie { 
	top:0px;
}
#pie a{
	color: #008179;
}

/* Módulos */
#cajaBuscar{}
#cajaFamilias{}
#cajaFamilias ul, li {
	list-style-type: none;
}

#moduloClientes{}
#moduloMasVendidos{}
/*
#contenedorIF{
	z-index:10000;
}
*/


.caja{
    width:310px;
    background-color:#fff; 
	text-align:center;
	float:left;
}

/* Otros estilos */
.cajaPortada{
	border:1px solid #008179;
	height:310px;
	background-color:#EEE;
	}

.ModNoticiasContenedor{
	text-align:left;
	padding:10px;
	}
.ModNoticiasTitulo{
	margin-bottom:10px;
	}
.ModNoticiasTitulo a, .ModNoticiasTitulo a:hover{
	color:#008179;
	font-weight:bold;
	}
.ModNoticiasResumen{
	font-size:11px;
	color:#666;
	}
.textoNoticias{
	color:#666;
	}
	
	
	#google_translate_element{
	/*margin-left:65px;*/
	width:300px;
	float: left;
	margin-left: 30px;
	}
	
	#facebook {
	width:560px;
	height: 40px;
	padding-top: 10px;
	float: left;
	text-align: center;
	}
	#facebook a {
		text-decoration: none;
	}
	
	#subcabecera {
	clear: both;
	}
	
	
	

	
	
	
