/*
Theme Name: Epu Pataka
Theme URI: http://www.puconino.com
Description: Theme minimalista fondo blanco para Rohco Muebles(200).
Version: 1.0
Author: Felipe Colihueque Brevis
Tags: minimalista, muebles, catalogo
*/

body {
	font-family: Lucida Sans, Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#292929;
	margin:0px auto;
	padding:0;
	width:900px;	
}
img {
	border:0;
}
a {
	color:#019901;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	text-decoration:none;
}
a img {
	border:0;
}
.cabecera {
	width:900px;
	height:100px;
	margin:0px auto;
}
#logo {
	width:500px;
	height:100px;
	float:left;
}
#menu {
	width:400px;
	height:100px;
	float:left;
}

/*** buscar ***/

.searchbox {
	padding:0px 0px 0px 0px;
	text-align: right;
	width:400px;
}

.search {
	height:19px;
	padding:3px 5px 3px 5px;
	width:200px;
	color:#444;
	border:solid 1px #007700;
	background: #EFFFF4;
	margin:0px 0px 0px 188px;
	float:left;
	text-align: right;
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	*/  
}

/*** barra navegacion ***/

.navbar {
	text-align: right;
	width:400px;
	height:25px;
	padding-top:25px
}

.navbar a {
	padding:35px 10px 5px 10px;
	margin:35px 0px 0px 3px;
	color: #fff;
	background: #DF0000;
}

.navbar .activo {	
	background: #009900;
}

.navbar a:hover, .navbar a:active {
	background: #009900;
}

/*** productos y otros ***/

#productos_home {
	width:900px;
	margin:5px auto;
	padding:7px 0px 0px 0px;
}

#titulo_cat_home {
	height:21px;
}

#titulo_cat_home span {
	text-transform: capitalize;
	color:#fff;
	background: #262626;
	padding:5px 30px 5px 30px;
	border-top: dashed 1px #9F9F9F;
	border-left: dashed 1px #9F9F9F;
	border-right: dashed 1px #9F9F9F;
}

#producto {
	float:left;
	height:100px;
	width:100px;
}

#mas {
	height: 100px;
	width: 100px;
	color: #fff;
	background: #6F6F6F;
	text-align: center;
}

#mas a, #mas a:hover {
	color: #fff;
}
 
#mas_texto {
 	position:relative;
	top:20px;
	text-transform: lowercase;
}

#mas span {
	font-size: 2em;	
}
#clear {
	clear:both;
	width:900px;
}

.clear {
	clear:both;
	width:900px;
}

#producto_single {
	width: 900px;
	
}

#slider_fotos_producto {
	width: 500px;
	float:left;
	
}

#datos_producto {
	width: 400px;
	float:left;
	
}

#single_nombre_producto {
	font-size: 2em;
	text-transform: capitalize;
	padding: 0px 0px 10px 0px;
}

/*** precios ***/

.precio-internet {
	color: #070;
	font-weight:bold;
}

#precios {
	padding: 5px 0px 2px 0px;
	width:400px;
	font-weight:bold;
}

#precios1 {
	width:130px;
	float:left;
}
#precios2 {
	width:150px;
	float:left;
}
#precios3 {
	width:120px;
	float:left;
}

#precios1 span, #precios2 span {
	color: #070;
}

#detalles {
	width:400px;
	padding:5px 0px 0px 0px;
	border-bottom: dashed 1px silver;
}

#detalle1 {
	width:130px;
	float:left;
}

#detalle2 {
	width:270px;
	float:left;
	font-weight:bold;
}

#solicitar_cotizacion {
	text-align: center;
	margin:0px auto;
	padding-top:30px;
}

#solicitar_cotizacion a {
	padding:10px;
	background: #006600;
	color: #fff;
}

#productos_misma_categoria {

}

/*** formulario cotiza producto ***/

#form_cotiza_producto {
	width: 400px;
	background: #eee;
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 0px;
}

#form_cotiza_producto h3 {
	padding:0px 10px 0px 10px;
	text-align:center;
}

#form_cotiza_producto h3 span {
	font-weight: bolder;
	color: #009900;
	font-size: 1.2em;
}

.fcp_1{	
	width: 75px;
	padding:5px 0px 5px 0px;
	float:left;
	color: #292929;
	/*background: #ddd;*/
	text-align:right;
	margin:5px 0px 0px 0px;	
}

.fcp_1_rojo{	
	width: 75px;
	padding:5px 0px 5px 0px;
	float:left;
	color: #cc0000;
	text-align:right;
	margin:5px 0px 0px 0px;
	font-weight: bold;	
}

.fcp_2, .fcp_2_rojo{
	width: 320px;
	float:left;
	text-align:right;
	margin:5px 0px 0px 0px;
}


.fcp_2 input, .fcp_2 textarea {
	border: solid 1px #000;
	width:300px;
	padding:4px;
	font-weight: bold;
	font-family: Lucida Sans, Trebuchet MS, Arial, Verdana, sans-serif;
}

.fcp_2_rojo input, .fcp_2_rojo textarea {
	border: solid 1px #cc0000;
	width:300px;
	padding:4px;
	font-weight: bold;
	font-family: Lucida Sans, Trebuchet MS, Arial, Verdana, sans-serif;
}

.fcp_2 textarea, .fcp_2_rojo textarea {
	height:100px;
	font-size: 0.98em;
}

.areatexto {
	height:100px;
	margin-top:6px;
}

#boton_cotizar {
	margin:10px 25px 5px 85px;
	width: 280px;
	color: #eee;
	font-weight: bold;
	background: #006600;
	padding:5px 4px;
	border:solid 1px #2f2f2f;
}

/*** busqueda ***/

#producto_buscado {
	width:300px;
	height:105px;
	float:left;
	padding:0px 0px 5px 0px;
}

#img_producto_buscado {
	width:100px;
	height:100px;
	float:left;
}

#txt_producto_buscado {
	width:180px;
	padding: 10px;
	height:80px;
	float:left;
	text-align:left;
}

/*** footer ***/

#footer {
	clear:both;
	width:900px;
	margin:0px auto;
	text-align:center;
	padding: 0px 0px 25px 0px;
}