/*	COLORES
verde  mas claro (menu) : #77b514;
verde encabezados y enlaces: #679916;
*/

/*--------------------- BODY ---------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 70%;
	/* NOTA: 70% equivale a un tamao de fuente de 11px. Entenderamos que esto sera 1em. */
	margin:0px; 
	padding:0px;
	
						background: url("img/fondo_sombra.jpg") repeat-y center top;

}
a {
	color:#588310;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/*--------------------- HTML ---------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0 This style sheet portion is licensed under a Creative Commons License. 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0} */
a img,:link img,:visited img { border:none }
ul,ol { list-style:none }
/* // (CC) 2004 Tantek Celik. // */


/*------------------------------------------- ESTRUCTURA -----------------------------------------------*/
#fondoverde {
	width: 100%; 
	background: url("img/fondo_verde.gif") repeat-x center top;
}
html>body #fondoverde {
	width: 100%; 
	background: url("img/fondo_verdeF.gif") repeat-x center top;
}
#contenedorh {
	width: 100%; 
	margin-right: auto;
	margin-left: auto; 
	background: url("img/fondo_cabecera.jpg") no-repeat center top;
	margin-top:-1px;
	border-bottom: 1px solid #cccccc;
}
#container {
	width: 100%; 
	margin-right: auto;
	margin-left: auto; 
	background: url("img/fondo_cabecera_coalition.jpg") no-repeat center top;
	margin-top:-1px;
	border-bottom: 1px solid #cccccc;
}
#header {
	width: 744px;
	height: 142px;
	background:url("/images/header.jpg") left no-repeat top;
	background-repeat:no-repeat;
	background-position: left top;
	background-image: url("/images/header.jpg");
	border-bottom: 1px solid #666666;
	 
	margin-right: auto;
	margin-left: auto; 
	margin-top: 0px;
	padding-top: 0px;
}
#header img{
	padding:  0 0 0 0;
}
#header h1 {
	color:#FFFFFF;
	font-size: 3.1em;
	padding: 0.5em 0 0 0.5em;
}

#header h2 {
	color:#eee;
	padding: 0.5em 0 0 1.5em;
	font-size: 16px;
}
/*#continente {
	margin-right: auto;
	margin-left: auto; 
	text-align:center;
}*/
#content {
	padding: 2em;
}

#content {
	width: 744px; 
	margin-right: auto;
	margin-left: auto; 
}
#fondoSombra {
	width:100%;
	margin-right: auto;
	margin-left: auto; 
	background: #ffffff url("img/fondo_sombra.jpg") repeat-y center;
}
#cuerpoH {
	text-align:left;
	margin:0.3em 1em 1em 0.7em;
	line-height:1.6em;
	padding:0.6em 0.6em 0.6em 1em ;
	font-size:105%;
}
#cuerpo {
	text-align:left;
	margin:8px 1em 1em 1.5em;
	line-height:1.6em;
	font-size:1.1em;
}	
#cuerpo h2{
	position: absolute;
	left: -10000px;
	top: -10000px;
	font-size: .1em;
	line-height: 1%;
}
#cuerpo h3{
	font-size: 1.3em;
	color:#679916;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	/*color:#333333;*/
}
#cuerpo ul {
	margin-left:5px;
}
#cuerpo li{
	list-style-image:none;
	background: url(img/icosubmenu.gif) no-repeat left 8px;
	padding-left:15px;
}

#cuerpo .titSecciones{
	margin: 1em 0 0.5em -5px;
}
#ruta{
	font-size: 0.9em;
}
#footer {
	border-top: 1px solid #cccccc;
	padding:0.5em;
	text-align:center;

	width: 756px; 
	margin-right: auto;
	margin-left: auto; 

}

/*------------------------------------------- Secciones con submenu / Submenus-----------------------------------------------*/
#submenu {
	float:left;
	width: 120px;
	background: #ffffff url(img/imgsubmenu.gif) no-repeat top right;
	height: 40em;
	margin-left:-5px;
}
#submenuFotos {
	float:left;
	width: 120px;
	background: #ffffff url(img/imgsubmenu.gif) no-repeat top right;
	height: 40em;
	margin-left:-5px;
}
#cuerpoCont{
	padding-left:110px;
	padding-right:0.5em;
}
#cuerpoCont ul {
	margin-left:5px;
}
#cuerpoCont li{
	list-style-image:none;
	background: url(img/icosubmenu.gif) no-repeat left 8px;
}
#cuerpoCont .titSecciones{
	margin: 1em 0 0.5em -5px;
}
#cuerpoCont h3{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-bottom:0.5em;
}
#cuerpoCont h4{
	font-size:1em;
	font-weight:normal;
}
#cuerpoCont a.ico, #cuerpo a.ico {
	background: #ffffff url(img/icoenlaces.gif) no-repeat center right;
	padding-right:12px;
}


/*------------------------------------------- Men -----------------------------------------------*/
#menu {
	background: #000000 url(img/fondo_menu.jpg) repeat-x center;
	height: 25px;
	font-size:105%;
	letter-spacing:.01em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	width: 744px; 
	margin-right: auto;
	margin-left: auto; 
}
html>body #menu {
	--width: 100%; 
}
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
	text-align:center;
}
#menu li {
	float:left;
	padding:4px 9px 3px 9px;
	border-right:1px solid #666666;
}
#menu a {
	text-decoration:none;
	font-weight: normal;
	color:#FFFFFF;
}
#menu li.menuitemselected {
	padding:4px 9px 3px 9px;
	color:#ffffff;
	background:#77b514 url(img/FondoMenuActivo.jpg) repeat-x ;
}
#menu a:hover {
	color:#77b514;
}
#menu li.activo a:hover {
	color:#000000;
}
#menu a.activo:hover {
	color:#000000;
	font-weight:bold;
}
/*------------------------------------------- Submen -----------------------------------------------*/
#submenu{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#submenu ul, #submenuFotos ul {
	margin-left:0;
}
#submenu li, #submenuFotos li{
	list-style-image:none;
	background: url(img/icosubmenu.gif) no-repeat 0 center;
	padding-left:15px;
}
#submenu .activo, #submenuFotos .activo{
	font-weight:bold;
}
#submenuFotos a.activo{
	font-weight:bold;
	color:#000000;
}


/*------------------------------------------- Men superior -----------------------------------------------*/
#menuSup {
	float:right;
	margin: -94px 0 0 0;
	padding:0.1em 0.5em 0.1em 0.5em;
	background-color:#000000;
	filter: alpha(opacity=60); opacity: .6;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#menuSup span.activo {
	color: #77b514;
	font-weight:bold;
}
--html>body #menuSup {
	margin: -94px 0 0 0;
}
#menuSup a{
	color: #ffffff;
	text-decoration:none;
}
#menuSup a:hover{
	color: #93d529;
	text-decoration:none;
	margin: 0;
	padding:0;
}


/*------------------------------------------- CONTENIDOS HOME-----------------------------------------------*/
#coalition {
	background: url(img/fcoalition_inicio.jpg) no-repeat center;
	width:100%;
	height: 140px;
	margin-top:1em;
}
#coalitionCont {
	padding:1.5em 1.5em 0 2.5em ;
}
#coalition img{
	float:left;
	margin-right:0.8em;
}
#coalitionCont a:hover img{
	background-color:#FFFFFF;
	filter: alpha(opacity=70); opacity: .7;
}	
	
#coalition h2{
	font-size:1.3em;
	margin:0.3em 0 1em 0;
	font-weight:bold;
	color: #699b18;
}
/*------------------------------ Destacados home Noticias y novedades --------------------------------*/
#noticias {
	float: left;
	width: 46%;
}
#novedades {
	float: right;
	width: 47%;
}
#noticias h2, #novedades h2 {
	position: absolute;
	left: -10000px;
	top: -10000px;
	font-size: .1em;
	line-height: 1%;
}
#noticias h3, #novedades h3{
	display: inline;
	font-size: 1.1em;
}
#noticias ul, #novedades ul{
	margin-top: 0.8em;
}
#noticias li{
	margin-bottom: 2em;
}
#noticias p.inline{
	display: inline;
}
.fecha{
	color:#999999;
	margin-left:5px;
}
#novedades li{
	margin-bottom: 4em;
}
#noticias img{
	float: left;
	padding: 2px;
	margin-right:0.6em;
	width:100px;
	margin-top: 0.5em;
}
#novedades img{
	float: left;
	padding: 2px;
	margin-right:0.6em;
	margin-top:0.3em;
	width:80px;
}
#novedades img.tit, #noticias img.tit{
	width: auto;
	border:0;
	margin:0;
	padding:0;
	float:none;
}
#novedades a img, #noticias a img {
	border:1px solid #737373;
}
#novedades a:hover img, #noticias a:hover img {
	background-color:#FFFFFF;
	filter: alpha(opacity=70); opacity: .7;
}

.leermas {
	color: #679916;
}
.clear {
	clear:both;
	margin-top:1.5em;
}
.clear0 {
	clear:both;
	margin: 0;
	padding: 0;
}

/*------------------------------ Productos y marcas --------------------------------*/

.categoriaPresentacion{
	background: url(img/fondoPresen.gif) no-repeat right 0px;
	height:120px;
	padding:0 1.2em 0 0.4em;
	margin-bottom: 1.5em;
}
.categoriaPresentacion img {
	float:left;
	margin-right:1em;
}
.categoriaPresentacion a:hover img {
	background-color:#FFFFFF;
	filter: alpha(opacity=70); opacity: .7;
}
.ira {
	color:#679916;
}
#iraIzq {
	float:left;
	width:300px;
	color:#679916;
}
#iraDer{
	float:right;
	color:#679916;
}

/*------------------------------  Detalle: Productos Calle nieve y Bolsas --------------------------------*/

.detalleProductoImg{
	background: url(img/fondoProdCalleBolsas.gif) no-repeat right 0px;
	height: 168px;
	padding: 10px 10px 10px 20px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.detalleProductoNieve{
	background: url(img/fondoProductosNieve.gif) no-repeat right 0px;
	height: 195px;
	padding: 10px 10px 10px 30px;
	margin-right:2em;
}
#colecciones img{
	float:left;
	padding:2px;
	border:1px solid #737373;
	margin-right:0.5em;
	width:110px;
}
#colecciones a:hover img {
	background-color:#FFFFFF;
	filter: alpha(opacity=70); opacity: .7;
}

/*------------------------------ Productos novedades --------------------------------*/
.novedad {
	margin-bottom:1.5em;
}
.novedad h3{
	font-size: 1.5em;
	margin-bottom:0.2em;
}

.novedad img.nov{
	float: left;
	padding: 2px;
	margin-right:0.6em;
	border:1px solid #737373;
	width: 100px;
}

/*------------------------------ Marcas --------------------------------*/
#detalleMarca{
	background: url(img/fondoProdCalleBolsas.gif) no-repeat right 0px;
	height: 168px;
	padding: 10px 10px 10px 20px;
	margin-top:0.8em;
	margin-bottom:0.5em;
}
#detalleMarcaP{
	background: url(img/fondoMarcas.gif) no-repeat right 0px;
	height: 100px;
	padding: 12px 10px 10px 20px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#detalleMarcaP img  {
	width:125px;
	margin-left:15px;
	margin-top:10px;
}
#detalleMarca img  {
	width:125px;
	margin-left:15px;
}
#marcasBurton img{
	border:1px solid #737373;
	padding: 2px;
	width: 195px;
	margin: 0 2px 1.2em 0;
}
#marcasEassun img{
	border:1px solid #737373;
	padding: 2px;
	width: 195px;
	margin: 0.8em 2px 0.8em 0;
}
.logo{
	float:left;
	margin: 0.2em 0.5em 0 0.4em;
}


/*------------------------------ La tienda --------------------------------*/
img.tienda{
	float:left;
	margin:0.4em 0.8em 0 0;
	padding:2px;

}
img.tiendaDer{
	float:right;
	margin:0.3em 0.5em 0 0.5em;
	padding:2px;
	border:1px solid #737373;
}


/*------------------------------ Enlaces --------------------------------*/
#enlacesCont {
	background: url(img/fdescargas.jpg) no-repeat right top;
}
#enlacesIzq{
	float:left;
	width:47%;
}
#enlacesDer{
	float:right;
	width:47%;
	margin-right:0.8em;
}
#descargas{
	float:right;
	width:340px;
	padding:1.2em 1.8em 0 0;
}
#descargas h3{
	color: #000000;
}
#cuerpo a.icopdf {
	background: url(img/ico-pdf.gif) no-repeat center right;
	padding-right:18px;
}
#cuerpo a.icoexcel {
	background: url(img/ico-excel.gif) no-repeat center right;
	padding-right:18px;
}

/*------------------------------ El snow --------------------------------*/
#izq{
	float:left;
	width:47%;
}
#der{
	float:right;
	width:50%;
}
#der img{
	padding:2px;
	border:1px solid #737373;
}

/*------------------------------ El valle --------------------------------*/

#valleIzq{
	float:left;
	width:63%;
	margin-right:20px;
}
#cuerpoCont #valleIzq h3.normal{
	font-size: 1em;
	font-weight:normal;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
#valleDer{
	float:left;
	width:200px;
	text-align:right;
}
#valleDer img{
	padding:2px;
	border:1px solid #737373;
	width:200px;
	margin-top:3px;
}
html>body #valleDer img{
	margin-top:0;
}
/*------------------------------ Noticias --------------------------------*/
#noticiasI{

}
#noticiasI h3{
	margin-bottom: 0.2em;
	display:inline;
}
#noticiasI p{
	margin-bottom: 0.5em;
}
#noticiasI img{
	float:left;
	padding:2px;
	border:1px solid #737373;
	margin-right: 0.8em;
	margin-top:0.5em;

}


/*------------------------------ Mapa web --------------------------------*/
#mapaweb{
	line-height:1.8em;
}
#mapaweb h3 {
	font-size: 1.05em;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}
#mapaweb h3 {
	display:inline;
}
#mapaweb h3 a{
	color:#333333;
}
#mapawebImg{
	float:left;
	width:310px;
}
#mapawebIzq{
	float:left;
	width:150px;
}
#mapawebDer{
	padding-right:70px;
	float:right;
}

#mapawebImg img{
	padding:2px;
	border:1px solid #737373;
	margin-top:0.5em;
}

/*------------------------------ Contacto --------------------------------*/
#contacto{
	line-height:1.8em;
}
#contacto ul {
	margin-left:190px;
}
#contacto img{
	float:left;
	margin-right:20px;
	padding:2px;
	border:1px solid #737373;
}

/*------------------------------ Localizacion--------------------------------*/
#map{
	float:left;
	width: 500px;
	height: 350px;
	border:1px solid #737373;
	padding: 2px; 
	margin-right: 0.5em; 
	margin-top: 0.5em;
}
#localDer {
	margin-left:520px;
	margin-top:1em;
}


/*------------------------------ Aviso legal --------------------------------*/

#avisoLegal h2{
	position: relative;
	left: 0;
	top: 0;
	font-size: 1.5em;
	margin: 1.5em 0 1em 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#avisoLegal h3 {
	font-size: 1.2em;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.5em;
}

/*------------------------------ Galera fotos--------------------------------*/
#galeria ul{
	list-style:none;
	margin-left:50px;
}
#galeria li{
	list-style:none;
	background: none;
	float:left;
	width:160px;
	text-align: center;
	border:1px solid #cccccc;
	background-color:#e7e7e7;
	margin:2px;
	padding: 4px 2px 4px 2px;
}
#galeria li img{
	border:1px solid #737373;
	padding: 2px;
	height:100px;
	margin:0;
}
#galeria a:hover img {
	background-color:#FFFFFF;
	filter: alpha(opacity=70); opacity: .7;
}
#galeriaDetalle img{
	border:1px solid #000000; 
	padding: 2px; 
	width:550px;
	margin-left:25px;
}
#anterior{
	float:left;
	margin-left:50px;
	text-align:right;
	color: #679916;
}
html>body #anterior{
	margin-left:0px;
}
#siguiente{
	float:right;
	width:45%;
	text-align:right;
	color: #679916;
}
#volver{
	float:right;
	width:45%;
	text-align:right;
	color: #679916;
	margin-bottom: 0.5em;
}








