/*
GENERAL
*/
body{
	background:#FFF;
	/*background: #FFF;*/
	font-family: Verdana, sans-serif;
	color:#626166;
	text-align: justify;
	background-repeat: repeat-x;
	margin-top: -3px;
	overflow-y: scroll;
}
/*NOTICIAS*/
.caja_imagen_noticia_portada{
	
}
.caja_imagen_noticia_portada  img{
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	max-height: 166px;	
}
.caja_fecha_noticia_portada{
	font-size:12px;
	font-weight: bolder;
	color: #333;
	margin-bottom: 0px;
}
.caja_titulo_noticia_portada{
	color: #32ABC9;
	font-weight: bolder;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 140px;
}
.caja_resumen_noticia_portada{
	margin-bottom: 0px;
	margin-top: 0px;
	height: 150px;
}
.caja_enlace_noticia_portada a{
	color:#FFF;
	background:#32ABC9;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bolder;
}
.caja_enlace_noticia_portada a:hover{
	color:#32ABC9;
	background:#FFF;
}

.caja_titulo_noticia{
	color: #32ABC9;
	font-weight: bolder;
	white-space: nowrap;
	font-size: 25px;
}
.caja_fecha_noticia{
	font-size:12px;
	font-weight: bolder;
	color: #333;
}
.caja_imagen_noticia img{
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja_text_noticia{
	text-align: justify;
}
.buscador_noticias{

}
.buscador_noticias ul {
	list-style-type: none;
}
.buscador_noticias ul li{
	color: #32ABC9;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	width: 50%;
	margin: auto;
	font-size: 14px;
}
.buscador_noticias ul li a{
	color:#000;
	font-weight:500;
}
.buscador_noticias ul li a:hover{
	color:#32ABC9;
}
.boton_prov{
	background:#61CEEA;
	border:1px solid #32ABC9;
	padding:5px;
	color:#FFF;
	cursor:pointer;
	margin-top: 10px;
	display: inline-block;
}
.boton_prov:hover{
	background:#32ABC9;
	text-decoration:none;
}
#block-texto-contenido{
	margin-bottom:30px;
}
/*
MAS INFO
*/
#mas_info{
	z-index:3000;
	width:50%;
	height:500px;
	background:#fff;
	border:3px solid ;
	display:none;
	margin-left:25%;
	margin-top:30px;
	position: absolute;
	border-radius: 15px;
}
#id_mas_info{
	text-align: center;
	padding-top: 10px;
}
#boton_mas_info{
	cursor:pointer;
	text-transform: uppercase;
}
#boton_mas_info:hover{
	
	text-decoration:underline;
}
#boton_cerrar_mas_info{
	float:right;
	color:red;
	cursor:pointer;
	margin-right:10px;
}
#contenido_mas_info{
	padding:20px;
}
.shadow{
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	border:1px solid #DDD;
}
/*
PRODUCTOS
*/
.item_producto{
	height:200px;
}
.item_producto img{
	width:150px;
	margin-bottom:20px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*
catalogo
*/
#block-catalogo{
	min-height:350px;
}
.imagen_categoria{

}
.nombre_categoria{

}

.paypal{
	margin-left: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	width: 175px;
	height: 50px;
	cursor: pointer;
	color: transparent !important;
	background: white url(../images/form-boton-paypal.png) no-repeat center;
}
.paypal:hover{
	border: 1px solid cornflowerblue;
	background-color: #e9f0ff;
}

#compra-form input.paypal, 
#compra-form input.transferencia,
#compra-form input.tarjeta{
	margin-left: 5px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	width: 175px;
	height: 50px;
	cursor: pointer;
	color: transparent !important;
	
}
#compra-form input.paypal:hover,
#compra-form input.transferencia:hover,
#compra-form input.tarjeta:hover{
	border: 1px solid cornflowerblue;
	background-color: #e9f0ff;
}
#compra-form input.paypal{
	background: white url(../images/form-boton-paypal.png) no-repeat center;
} 
#compra-form input.transferencia{
	background: white url(../images/form-boton-transferencia.png) no-repeat center;
	float:left;
}
#compra-form input.tarjeta{
	background: white url(../images/form-boton-tarjeta.png) no-repeat center;
	float:left;
}
