/*
Theme Name: 	Art3C
Theme URI: 		http://artresc.com
Description: 	Estudio de Dise&ntilde;o
Version: 		1.0
Author: 		Nacho Villegas
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";
@import "css/art3c.css";
@import "css/art3chome.css";
@import "css/efecto.css";

.cual{color:#993300;font-family:"Times New Roman", Times, serif;display:none}
/*************SERVICIOS HOME*******************/
/*SERVICIOS HIGHLIGHTS*/
.grid-container {position: relative;margin-right: -25px;}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6{ display: block; float: left; margin-right: 20px; margin-bottom: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.grid-1{ width: 920px; }
.grid-2{ width: 450px; }
.grid-3{ width: 290px; margin-right: 25px; margin-bottom: 25px; }
.grid-4{ width: 215px; }
.grid-5{ width: 168px; }
.grid-6{ width: 140px; margin-right: 16px; margin-bottom: 16px; }

#home-highlights{overflow:hidden}
.hp-highlight{width:217px;float:left;overflow:hidden;margin:0 10px 20px 10px;}
.hp-highlight h2 {color: #333333;font-family: 'Open Sans';font-size:18px;font-weight: bold;line-height: 1.2em;text-decoration: none;text-align:center;margin:0 0 10px;}
.hp-highlight h2 a{text-decoration:none;}
.hp-highlight .wpex-icon{display:none}
.hp-highlight p { text-align: center }
.hp-highlight ul { text-align: center;line-height:1.8em; }
.hp-highlight ul li{list-style:none; }

/*PRODUCTOS DETALLE*/
.type-portfolio{overflow:hidden;background:#fff url(../img/bg-page.png) repeat-x 0 0;}
.type-portfolio h2{font-family:'Open Sans';background:url(img/quad.png) repeat-x 0 55px;font-size:25px;text-align:left;font-weight: 600;margin:0 20px 0px;padding:15px 0 15px;position: relative;color:#333;}
.type-portfolio .content{padding:0 25px 15px;text-align:justify}
.type-portfolio .detalle-cat{padding:12px 0;}
.type-portfolio .detalle-cat .post-categories{background:#ddd;margin:0;padding:10px;text-align:left;display:inline-block;max-width:205px;}
.type-portfolio .post-categories a{color:#999;text-decoration:none}
.type-portfolio .galeria{clear:both;overflow:hidden;}
.type-portfolio .galeria ul{overflow:hidden;background-color:#fff;padding:0px;}
.type-portfolio .galeria ul li{float:left;margin:5px; padding:5px;border-bottom:1px solid #bcbec0;text-align:center;overflow:hidden;border:1px solid #ddd;}