@charset "utf-8";
/* Autor: Ricardo Padilla Martínez */

h2{
	font-size:22px;
	font-weight:lighter;
	display:block;
	margin:0;
	text-decoration:none;
	border-bottom:none;
}

p{
	margin:12px 0;
}

hr{	
	border: #CCCCCC dotted 1px;
	height: 1px;
}



/*---MAQUETADO----*/

.nosotros{
	width:492px;
	float:left;	
}

.servicios{
	width:284px;
	float:left;
	padding:6px;
	margin-left:10px;
	border:#CCC 1px dotted;
	border-radius:10px;
}

.productos-index{
	width: 478px;
	height: 260px;
	float: left;
	margin-top: 10px;
	border: 1px dotted #CCC;
	border-radius: 10px;
	background: #F3F3F3;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.banners{
	width:297px;
	height:268px;
	float:right;
	margin:10px 0 0 10px;

}

.llamame{
	width:297px;
	height:128px;
	margin-top:10px;
}

.marcas{
	width:297px;
	height:128px;
	
}

.foto{
	width:192px;
	float:left;
}

.foto img{	
	float:left;	
}

.info{
	width:280px;
	float:right;
	padding:6px;
	border:#CCCCCC 1px dotted;
	border-radius:10px;
}

.prod_columnas{
	width:239px;
	float:left;
	margin:0;
	padding-top:8px;
}

.boton{
	width: 71px;
	height: 19px;
	float: right;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #666666;
	padding-top: 3px;
	border-radius: 3px;
}

.boton a{
	text-decoration:none;
	color:#FFFFFF;	
}

.boton:hover{
	background-color: #00B9F0;
}

.nosotros img{
	display:block;
	margin:0;
	border:0;
}

.productos-index ul{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style: url(../_imagenes/vineta1.png);
	color: #666;
	margin: 0;
	padding-left: 22px;
}

.productos-index ul li a{
	text-decoration:none;
	color:#666;
}

.productos-index ul li a:hover{
	color: #00B9F0;
}