form input[type=submit]{
	cursor: pointer;
}
.catalogo_introduccion{
	border-bottom:1px dotted #c0c0c0;
	margin-bottom:10px;
	padding:5px;
}

.catalogo_desc_categoria{

}

.catalogo_tabla_categoria{
	margin:4px;
	border-bottom:2px solid #c0c0c0;
	width:100%;
}

.catalogo_tabla_categoria td {
	text-align:left;
}



.catalogo_h3{
	font-weight:bold;
	color: #000000;
	font-size: 11px;
}

.catalogo_p{
	margin-top:4px;
}

table.catalogo_subcategorias {
	width:100%;
	margin:0px;
	padding:0px;
	-moz-border-radius:1%;
	/*background-color: #F9F5C7;*/
}

table.catalogo_subcategorias tr {

	margin-bottom:1px;
}

table.catalogo_subcategorias td {
	padding:4px;
}


.catalogo_tagsubcategoria{
	font-weight: bold;
	font-size:11px;
	color: #000000;
}

table.infoproducto{
	border: 1px solid #c0c0c0;
	width:150px;
	margin-bottom:5px;
	height: 150px;
	-moz-border-radius:2%;
}

table.infoproducto th{
	background-color: #D4CFC0;
	text-align:left;
	color:#000;
	font-weight: bold;
}

table.infoproducto td{
	text-align:center;
	padding-top:4px;
}

.tag_marca{
	font-weight:bold;
}

.tag_precio{
	color:#000000;
	font-weight: bold;
}

.catalogo_tagresultados{
	margin-top:5px;
	margin-bottom:10px;
	font-weight:bold;
	color:#000000;
	text-transform: uppercase;
}

div.catalogo_searchbar{

}

div.catalogo_searchbar p{
	margin:0px;
	margin-top:2px;
	margin-bottom:3px;
}

div.descripcionproducto{
	padding:5px;
	border:1px solid #F9F5C7;
}

div.descripcionproducto p{
	margin-top:1px;
	text-align:justify;
}

div.descripcionproducto label{
	font-weight: bold;
}

div.catalogo_detallesproducto{
	padding:5px;
}

/* HTML CAROUSEL */
.contenedor-carousel{
	  background: #D9C09A;
      height: 120px;
      width:165px;
      padding:5px;
      -moz-border-radius:10px;
}

#html-carousel {
    background: #D9C09A;
}

#html-carousel {
    margin-bottom: 10px;
    float: left;
    width:110px;
    height: 120px;
}

#html-carousel .carousel-list li {
    margin:0px 0px 0px 0px;
}

#html-carousel .carousel-list li {
    width: 105px;
    padding: 5px;
    padding-top:  15px;
    margin: 0px;
    color: #3F3F3F;
   list-style: none;
   	background-image: none;
}

#html-carousel .carousel-list li img {
    border:1px solid #999;
    padding:0px;
    margin:0px;
    display:block;
}




/* BUTTONS */
#prev-arrow-container, #next-arrow-container {
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:40px;
}

#next-arrow {
    cursor:pointer;
}

#prev-arrow {
    cursor:pointer;
}
