﻿/*
CSS Navigation1 & Navigation2
*/

/* ----------GENERAL----------*/

body {
	font-family: "Trebuchet MS", "MS Sans Serif", Arial, sans-serif;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	}

img {
	border-style: none;
	}

h1 {
	color: #6acad6;
	font-size: 18px;
	}

h2 {
	color: #6acad6;
	font-size: 14px;
	margin-top: 0;
	}


p {
	color: #666666;
	font-size: 14px;
	line-height: 1.4em;
	}

a:link {
	color: #f98c33; 
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
	color: #f98c33; 
	font-weight: normal;
	text-decoration: none;
	}


a:hover {
	color: white;
	background-color: #95b435;
	}
	
ul, ol { /* Para que quede del mismo tamaño que el resto */
	color: #666666;
	font-size: 14px;
	}



/* ----------HEADER----------*/
#header	 { 
	height: 40px;
	margin: 0;
	padding: 0;
	}
	
#header img {
	float:left;
	}
	
#header ul {
	margin: 0;
	padding: 0;
	float:right;
	width: 600px;
	}
	
#header li {
	display: inline;
	}
	

/* ----------NAVIGATION1----------*/

#navigation1 { 
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		}
		
#navigation1 ul {
	padding: 0.3em 0;
	margin-top: 0px;
	margin-left: 0;
	background-color: #c6e46a;
	color: #ffffff;
	text-align: center;
	width: 100%;
	float: left;
	}
	
#navigation1 li {
	display: inline;
	}

#navigation1 ul li a {
	padding: 0.2em 1.5em;
	background-color: #c6e46a;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	}

#navigation1 ul li a:hover {
	background-color: #95b435;
	color:	#ffffff;
	}

#navigation1 h1 {
	display: inline;
	font-size: 15px; 
	}

#navigation1 ul li a.oferta {
	padding: 0.2em 1.5em;
	background-color: #ffc405;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	}

#navigation1 ul li a:hover.oferta {
	background-color: #f98c33;
	color:	#ffffff;
	}


/* ----------NAVIGATION2----------*/
		
#navigation2 { 
	background-color: #fcfdf4;
	width: 235px;
	padding-left:5px;
	float: left;
	}


#navigation2 ul {
	list-style: none;
	padding: 0 0 0 8px;
	margin: 0;	
	}

#navigation2 a {
	display: block;
	padding: 1px;
	border-bottom: 1px solid #eeeeee;
	}

#navigation2 a:link {
	color: #95b435;
	text-decoration: none;
	}
	
#navigation2 a:visited {
	color: #80a430;
	text-decoration: none;
	}
	

#navigation2 a:hover {
	color: #ffffff;
	background-color: #95b435;
	}

#navigation2 a:active {
	background-color: #f98c33;
	color:	#ffffff;
	}

#navigation2 h1 {
	font-size: 15px; 
	margin: 0;
	}
	
#navigation2 h2 {
	font-size: 14px; 
	color: #c6e46a;
	padding: 4px 0 0 0;
	margin: 0;	
	}

/* ----------tab-container-1----------*/

#tab-container-1 { 
	padding-bottom: 20px;
		}
#tab-container-1 ul {
	padding: 0.3em 0;
	margin-left: 0;
	color: #c6e46a;
	width: 100%;
	float: left;
	}
	
#tab-container-1 li {
	display: inline;
	}
	
a.active {
	padding: 5px 4px 5px 4px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
#tab-container-1 li {
	padding: 5px 4px 5px 4px;
	margin: 5px;
	text-decoration: none;
	background-color: #fcfdf4;
	}

#tab-container-1 ul li a:link {
	color: #c6e46a;
	} 
		
#tab-container-1 ul li a:hover {
	background-color: #95b435;
	color:	#ffffff;
	}

#tab-container-1 h1 {
	display: inline;
	font-size: 25px; 
	}


/* ----------cont_navigation2_1_2_3----------*/

#cont_navigation2_1_2_3 {
	clear: both;
	margin-top: 10px;
	}

/* ----------cont_1_2_3----------*/

#cont_1_2_3 {
	width: 700px;
	float: right;
	}

/* ----------cont_1_2----------*/

#cont_1_2 {
	width: 500px;
	float:left;
	}

/* ----------cont_1----------*/

#cont_1 {
	width: 235px;
	float: left;
	padding: 5px;
	}

/* ----------cont_2----------*/

#cont_2 {
	width: 235px;
	float: right;
	padding: 5px;
	}

/* ----------cont_3----------*/

#cont_3 {
	width: 182px;
	float: right;
	border-left: #f7f7f7 1px solid;
	padding-left: 10px;
	}


/* ----------cont_1_2_inside----------*/

.cont_1_2_inside {
	border-bottom: #f7f7f7 1px solid;
	}

/* ----------cont_1_2_3_inside----------*/
.cont_1_2_3_inside div {
	}

/* ----------cont_1_inside----------*/
.cont_1_inside {
	border-bottom: #f7f7f7 1px solid;
	}

/* ----------cont_2_inside----------*/
.cont_2_inside {
	border-bottom: #f7f7f7 1px solid;
	}

/* ----------cont_3_inside----------*/
.cont_3_inside {
	border-bottom: #f7f7f7 1px solid;
	}

/* ----------footer_inside----------*/
.footer_inside {
	border-top: #f7f7f7 1px solid;
	}

/* ----------footer_1_inside----------*/
.footer_1_inside {
	border: none;
	}

/* ----------footer_2_inside----------*/
.footer_2_inside {
	border-left: #f7f7f7 1px solid;
	padding: 10px;
	}


/* ----------FOOTER----------*/

#footer {
	clear:both;
	background-color:  #6acad6;
	padding: 5px 10px 10px 10px;
	}

#footer p{
	color: #ffffff;
	margin: 0;
	}
	
#footer a:link {
	font-weight: bold;
	color: #DDFA85;
	}

#footer a:visited {
	font-weight: bold;
	color: #DDFA85;
	}


#footer a:hover {
	font-weight: bold;
	color: #ffffff;
	}

#footer h1 h2 {
	color: #ffffff;
	}


/* ----------FOOTER1----------*/
#footer1 {
	width: 460px;
	float: left;
	}
	
	
/* ----------FOOTER2----------*/
#footer2 {
	width: 460px;
	float: right;
	}
	
/* ----------CLEARONE----------*/

.clearone {
	clear: both;
	height: 10px;
	}
		
/* ----------PROVEEDOR1----------*/
.proveedor1 img{
	display: block;
	float: left;
	width: 100px;
	margin-top: 10px;
	}

.proveedor1 {
	border-top: 1px solid #eeeeee;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* ----------PROVEEDOR2----------*/
.proveedor2 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 115px;
	margin-top: 5px;
	}

.proveedor2 p{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.proveedor2 h1{
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	font-size: 22px;
	}
	
.proveedor2 h2 {
	color: #6acad6;
	}
/* ----------TIPS----------*/
.tips {
	border-bottom: 1px solid #eeeeee;
	}

/* ----------PROVEEDORES----------*/

.enlinea {
	font-size: 12px;
	}
	

/* ----------art_relac---articulos relacionados-------*/

.art_relac {
	margin-top: 2em;
	}

.art_relac p{
	font-size: 12px;
	}

.art_relac h1 {
	font-size: 14px;
	}

.art_relac h2 {
	font-size: 12px;
	}


.art_relac a {
	display: block;
	}

.art_relac a:link {
	color: #95b435;
	text-decoration: none;
	}
	
.art_relac a:visited {
	color: #95b435;
	text-decoration: none;
	}
	

.art_relac a:hover {
	color: #ffffff;
	background-color: #95b435;
	}

/* ----------artic_01---articulos listado-------*/
.artic_01 h3 {
	font-size: 16px;
	margin-bottom: 0px;
	border-top: 1px solid #f7f7f7;
	}

.artic_01 h4 {
	font-size: 12px;
	margin-bottom: 0px;
	border-top: 1px solid #f7f7f7;
	}

.artic_01 p {
	font-size: 12px;
	margin-top: 0px;
	}
	
/* ----------tipslist-------*/

.tipslist h4 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 5px;
	border-top: none;
	border-bottom: 1px solid #eeeeee;
	}

.tipslist p {
	font-size: 12px;
	margin-top: 0px;
	}

	
/* ----------miniprov----------*/

.miniprov {
	border-top: 1px solid #f7f7f7;
	}
	
.miniprov p{
	font-size: 12px;
	display: block;
	margin-top: 0px;
	text-align: center;
}

.miniprov img{
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	}

.miniprov a:hover{
	background: none;
	color: #f98c33;
	}



/* ----------tipo_prov-------*/
h1.tipo_prov {
	margin: 0;
	padding: 5px 0 5px 0;
	}
	
/* ----------tipo_prov--temp mientras esta gallery-----*/
.imgprov {
	float:right;
	width: 200px;
	}

/* ----------gallprov -----*/
.gallprov {
	float:right;
	width: 410	px;
	margin-left: 20px;
	}


/* ----------textprov--temp mientras esta gallery-----*/

.textprov {
	width: 265px; /* Si se cambia este cambiar datosprov*/
	}

/* ----------datosprov--temp mientras esta gallery-----*/

#datosprov {
	width: 260px; /* Si se cambia este cambiar textprov*/
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #eeeeee;
	background-color: #fcfdf4;
	float: left;
	}

#datosprov h1 {
	font-size: 24px;
	display: block;
	}

#datosprov p {
	margin: 0.4em;
	}


#datosprov a:link {
	text-decoration: underline;
	}
	
#datosprov a:visited {
	text-decoration: underline; 
	}


#datosprov a:hover {
	color: #ffffff;
	}
	
/* ----------nomprov1-------*/
	
.nomprov1 {
	font-size: 30px;
	margin: 0;
	padding: 0;
	}
	
.bold {
	font-weight: bold;	
	}
	
.artic_intro p {
	font-size: 18px;
	}
	
/* ----------index_cycle-------*/
#index_cycle {
	width: 500px;
	height: 320px;
	margin-bottom: 5px;
	overflow: hidden;
	}

#index_cycle div {
	width: 490px;
	height: 310px;
	background-color: #fcfdf4; 
	padding: 2px;
	border: 1px solid #eeeeee;
	margin-bottom: 5px;
	}

#index_cycle div img {
	width: 490px;
	height: 265px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

	
/* ----------formulario de contacto-------*/
	
form.contact fieldset {
	background-color: #fcfdf4;
	border-style: none;
	padding: 5px 20px 20px 20px;
}

form.contact label {
	color: #666666;
	margin-bottom: 20px;
}

form.contact input {
	margin-bottom: 20px;
}

form.contact select {
	margin-bottom: 20px;
	color: #666666;
}

form.contact p {
	margin-top: -20px;
}


form.contact label.fixedwidth {
	clear: both;	
	display:block;
	width: 100px;
	float:left;
}

/* ----------formulario de cotizar-------*/

form.cotizar label {
	color: #666666;
}

form.cotizar fieldset {
	background-color: #fcfdf4;
	border-style: none;
	padding: 10px;
}

form.cotizar label.fixedwidth {
	clear: both;	
	display:block;
	width: 220px;
	float:left;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

form.cotizar label.sublabel {
	font-size: 0.9em;
	margin-bottom: 10px;
}

form.cotizar input {
	margin-bottom: 10px;
}

form.cotizar select {
	margin-bottom: 10px;
	color: #666666;
}


form.cotizar p {
	margin-top: 0.1em;
	color: #85A4BC;
	font-size: 0.8em;
	font-style: italic;

}

.rojo {
	color: #ff0000;
	font-size: 14px;
	}
	
.botcot {
	width: 250px;
	}	

	
/* ------------ CSS Photo Gallery ------------ */
#thumbwrap_oneline {
	width:400px; 
	height:470px;
	border:1px solid #fff3cc;
	position:relative;
	background:	#ffffff;
	padding:3px;
}

#thumbwrap {
	width:400px; 
	height:540px;
	border:1px solid #eeeeee;
	position:relative;
	background:	#ffffff;
	padding:3px;
}

#smallthumbwrap {
	height: 300px;
	position: absolute;
	top: 310px;
}
.thumb .small {
	float:left;
	padding:3px;
	background:#ffffff;
	border:1px solid #ffffff;
}

.thumb .small:hover {
	padding:1px;
	border:3px solid #f98c33;
	position:relative; /* Opera 9.5 needs this to show :hover */
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
}
.thumb span { /* IMAGEN GRANDE*/
	z-index:1;
	position:absolute;
	top:-310px;
	left:1px;
	visibility:hidden;
}
.thumb span img {  /* IMAGEN GRANDE*/
	background: #ffffff;
	padding:6px 6px;
}
.thumb:hover span {
	visibility:visible;
}
.visible {
	visibility:visible;
}
/* ---texto a resaltar en promociones dentro de anuncio -- */
.promociones {
	color: #cc3300;
	font-weight:bold;
}

.wimpycontainer {
	width: 400px;
	}
	
.titular {
	font-weight: normal;
	}

#recomiendeheader {
	display: block;
	border: 1px solid #FFCC00;
	background-color: #FFFF99;
	color: #000000;
	padding: 5px;
}
.direccion {
	color: #CCCCCC;
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
	} 
#limo2010header {
	color: #6acad6;
	font-size: 0.8em;
	display: block;
	border: 1px solid #D7F4F1;
	background-color: #EFF9FC;
	padding: 5px;
}
