img{border:0;}

html, body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, p, form, dd, dl, dt, label, fieldset, legend, address, center, input {
  font-style:normal;
  font-weight:normal;
  list-style-image:initial;
  list-style-position:initial;
  list-style-type:none;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  
  }

body {
	font-family: Tahoma, Arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	

	
.top {
	background-color: #EFEDEC;
}
.top .header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.content .derecha {
	background-color: #EFEDEC;
	float: left;
	width: 205px;
	background-image: url(../img/fd_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content .izquierda {
	float: right;
	padding: 5px;
}
.productos .content .izquierda {width:684px;}
.breadcrum{border-bottom:1px solid #EFEDEC; padding:10px;}
.carousel h1 {
	font-size: 18px;
	font-weight: normal;
	color: #257950;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
}

	
.contProductos{}
.contProductos .box
	{
	width:206px;
	height:175px;
	border:1px solid #D3D3D3;
	float:left;
	margin-bottom:12px;
	margin-right:10px;
	text-align:center;
	padding:5px;
	}
	
.boxImage
	{
	height:120px;
	}
	
.imagenDetalle
	{
	border:1px solid #dfdfdf;
	cursor:pointer;
	}	
	
	
		
.contProductos .box a{color:#666666;text-decoration:none;}
.contProductos .box a.mas{text-align:right;}
.contProductos .box a:hover{color:#257950}
.carousel {
	height: 250px;
}


.content .izquierda .home {
}

.header .menu li {
	float: left;
	margin-right: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 8px;
}
.header .menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding:2px;
}
.header .menu li a:hover {
	background-color:#FFFFFF;
	padding:2px;
	text-decoration: none;
	color:#257950;
}
.header .logo {
	float: left;
	margin-top: 30px;
}




.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
		background-image: url(../img/fd_columna.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	background-color: #D8D3D1;
	color: #666666;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	vertical-align: bottom;
	bottom: 0px;
}

.barraIndex
	{
	background-color:#257950;
	}
	
.clearfix{display:block;}


.content .derecha .menu li.clearfix2
	{
	margin-left:20px;
	background-image:url(../img/ico_menu2.gif);
	}
	
.content .derecha .menu li.clearfix3
	{
	margin-left:20px;
	text-decoration:underline;
	background-image:url(../img/ico_menu2.gif);
	color:#257950;
	}

.content .derecha .menu li.clearfix3 a
	{
	text-decoration:underline;
	color:#257950;
	}	
	
.content .derecha .menu li{
  border-bottom-color:#FFFFFF;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;	
  background-image:url(../img/ico_menu.gif);
  background-repeat: no-repeat;
  background-position: 8px; padding-left:20px;
  
  }
  
.content .derecha .menu li a{
text-decoration:none; color:#333333;
}  
.content .derecha .menu li a:hover{color:#257950;}

.content .derecha .menu li.seccion
	{
	background-image: url(../img/fd_menuseccion.gif);
	background-repeat: no-repeat;
	padding-left:8px;
	padding-top:7px;
	padding-bottom:7px;
	background-position: left top;	
	font-weight:bold; font-size:12px;
	}

.clear {
	clear: both;
}

.header .menu {
	background-image: url(../img/fd_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 32px;
	width: 665px;
	padding-left: 20px;
	margin-top: 20px;
}
.header .buscador .enviar {
	font-size: 11px;
	color: #FFFFFF;
	background:url(../img/fd_btn.gif) 0 0 no-repeat;
;
	background-repeat: no-repeat;
	height: 22px;
	width: 61px;
	font-weight: bold;
	border:none;
	cursor:pointer;
}
.header .buscador {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.derecha {
	float: right;
	width:685px;
}
/*Carousel*/
.infiniteCarousel 
	{
  	width: 684px;
  	position: relative;
	}
 
.infiniteCarousel .wrapper {
  width: 604px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 13em;
  margin: 0 40px;
  position: absolute;
  top: 0;
  height:175px;
}
 
.infiniteCarousel ul a img {
  /*border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}
 
.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
  
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 15px;
  height: 150px;
  width: 170px;
  text-align:center;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
.infiniteCarousel ul li a:hover img {
  border:1px solid #F5f5f5;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../img/btn_flecha.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 50px;
  cursor: pointer;
}
 
.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}
 
.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}
 
.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
 
.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
/*Tabs*/
UL.tabNavigation 
	{
	list-style: none;
	margin: 0;
	padding: 0;	
	}
 
UL.tabNavigation LI 
	{
	display: inline;
	width:60px;
	}

.izquierda .contacto {
	background-color: #EFEDEC;
	width: 635px;
	margin-left:25px;
	
}
.contacto .tabs {
	padding: 0px;
	
}

.tabs 
	{
	margin: 7px;
	margin-right:7px;
	width:630;
	}
 
UL.tabNavigation LI A {
	background-color: #EFEDEC;
	color: #000;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
	padding-top:15px;
	padding-bottom:2px;
	}


.breadcrum a {
	color: #333333;
	text-decoration: none;
}
.breadcrum span {
	color: #257950;
}
.contProductos .box .titulo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.paginador {
	color: #999999;
	padding: 10px;
	width:100%;
}
.paginador .botones a {
	color: #257950;
	text-decoration: none;
}
.paginador .botones a:hover{color:#113925} 
.paginador .botones .anterior {

	background-image: url(../img/btn_sig_ant.gif);
	background-repeat: no-repeat;
	background-position: 40px 2px;
	height: 8px;
	width: 6px;
	overflow: hidden;
}
.paginador .botones .siguiente {

	background-image: url(../img/btn_ant.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	height: 8px;
	width: 6px;
	overflow: hidden;
}
.paginador .botones .siguiente a{padding-left:20px;}
.paginador .botones .anterior  a{padding-right:20px;}

.paginador  .indicador {
	float: left;
}
.paginador .botones {
	float: right;
}



 
		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #ffffff;

		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}
 
		div.tabs > div {
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}
 
		#first {
		padding:10px;
		background-color: #ffffff;
		}
		.direccion{
	width:540px;
	float:left;
}
		.ver_mapa{float:right;}
 
		#second {
		padding:10px;
		    background-color: #ffffff;
			
		}
 
 
 
 
.contacto  a {
	color: #257950;
}
 .ficha_producto{margin-top:0px;}
.ficha_producto p {
	font-size: 12px;
	line-height: 120%;
}
.ficha_producto .descripcion {
	margin-top: 10px;
}
.ficha_producto img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ficha_producto .carro {
	color: #257950;
	margin-top: 20px;
}

.ficha_producto h1 {
	font-size: 15px;
	font-weight:bold;
	color:#000000;
	margin-bottom:0;}

.texto {
	margin: 10px;
	font-size: 13px;
}
.texto  input {
border-color:#AAADB2 #E2E9EF #E2E9EF;
border-right:1px solid #E2E9EF;
border-style:solid;
border-width:1px;
line-height:17px;
width:195px;
}
.texto  span.obligatorio {
	color: #FF0000;
}
.mapa {
	background-color: #E2E9EF;
	padding:0px;
	height:300px;
	width:100%;
}

.tabMapa
	{
	width:180px; height:30px; text-align:center; text-transform:uppercase; cursor:pointer; vertical-align:middle; display:inline-block;
	}
	
.texto  input.enviar{
	background-image: url(../img/fd_btn.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 61px;
	text-align:center;
	border:none;
}
.texto  textarea {
border-color:#AAADB2 #E2E9EF #E2E9EF;
border-right:1px solid #E2E9EF;
border-style:solid;
border-width:1px;
line-height:41px;
width:195px;
font:Arial, Helvetica, sans-serif;
}

.texto li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../img/im_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 130%;
	background-position: 0px 7px;
}



.texto ul {
	padding-left: 10px;
	margin-top: 10px;
}
.texto p {
	font-size: 13px;
	line-height: 130%;margin-top: 5px;
}
a{color: #257950;}
