/* Blog Theme : category template CSS file */

#flexicontent .clear { 
	border: 0; clear: both; 
	float: none; 
	font-size: 1px; 
	height: 0; 
	line-height: 1px; 
	margin: 0; 
	padding: 0; 
	visibility: hidden;
}

#flexicontent .floattext:after { /* ie fix in conditional comments (html source) */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#flexicontent .floattext { 
	display:block; /* safari */
}

/**
 * @section buttons
 *
 * print, pdf, ...
 */
#flexicontent .buttons { 
	float: right;
}

#flexicontent .buttons > a > img { 
}

#flexicontent .buttons > a { 
}


/**
 * @section headlines
 *
 */
#flexicontent h2 {
}

#flexicontent h2 img {
border: none;
}


/**
 * @section Categoryview
 *
 */
#flexicontent .catimg {
margin: 0 0.5em 0.5em 0;
float: left;
position: relative;
}

#flexicontent .catimg p {
font-size: 0.9em; line-height: 180%;
margin: 0 0 0.5em 0;
}

#flexicontent .catdescription {
margin: 0 0 0.5em 0;
}

#flexicontent .subcategories {
/* font-size: 1.2em; font-weight: bold; */
border-bottom: 2px solid #ddd;
padding:0.5em 0.3em; margin: 0.8em 0;
}

/**
 * @section FLEXIcontent Item
 *
 */
#flexicontent .taglist {
margin: 5px 0 10px; padding: 0 5px;
}


/**
 * @section flexicontent Table Filter Form
 *
 */
div.subcategorieslist {
margin: 0 0 1em 0;
}

#flexicontent #fc_filter {
margin: 0 0 1em 0; padding: 0.5em;
border: solid 1px #ddd;
}

#flexicontent .fc_fleft {
float: left;
}

#flexicontent .fc_fright {
float: right;
}
#flexicontent .fc_fright .filter {
margin-left: 10px;
}


/**
 * Comments for JComments only ;-)
 */
div.comments {
	margin-top: 15px;
}
.comments #jc h4 {
	font-weight: normal;
	color: inherit;
	margin-top: 0px;
}
.comments #comments a {
	color: inherit;
}
.comments #comments a:hover {
	color: #578E13;
}
.comments #comments div.comments-list {
	margin-left: 0;
}
.comments .rbox_tr,
.comments .rbox_tl,
.comments .rbox_t,
.comments .rbox_br,
.comments .rbox_bl,
.comments .rbox_b,
.comments .rbox_m {
	background: none;
	border: none;
}

.comments .rbox {
	border: 1px #ccc solid;
}
.comments .even .rbox {
	background: #fff;
}
.comments .odd .rbox {
	background: #f0f0f0;
}
.comments #comments-list-footer {
	margin: 0 0 10px 0;
}
#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error {
	margin-left: 0px !important;
}
#comments-form #comments-form-message, #comments-inline-edit #comments-form-message {padding: 5px 5px 5px 25px;display: block;}
.comments-form-message-error {background: #FFD86F url(../images/error.png) no-repeat 4px 50%;}
.comments-form-message-info {background: #DFEEFF url(../images/information.png) no-repeat 4px 50%;}

/**
 * blog block
 */
#flexicontent ul.leadingblock,
#flexicontent ul.introblock {
	margin: 0;
	padding: 0;
}
#flexicontent ul.leadingblock > li {
	margin: 0px 0px 12px 0px;
	padding:0;
	background: none;
	width: 100%;
	min-height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 10px;
	line-height: inherit;
}
#flexicontent ul.introblock > li {
	margin: 0px 0px 12px 0px;
	padding: 12px 0px 0px 0px;
	border-top: 1px dashed darkgray;
	background: none;
	width: 100%;
	min-height: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 10px;
	line-height: inherit;
}
#flexicontent ul.introblock.two > li {
	width: 48%;
}
#flexicontent ul.introblock.two > li.fceven {
	margin-left: 3%
}
#flexicontent ul.introblock.three > li {
   width: 30%;
}
#flexicontent ul.introblock.three > li.fceven {
   margin-left: 1%
}
#flexicontent ul.introblock.four > li {
   width: 23%;
}
#flexicontent ul.introblock.four > li.fceven {
   margin-left: 1%
}

#flexicontent figure.image.right, 
#flexicontent div.image.right {
	float: right !important;
	margin: 8px 2px 0px 10px !important;
	width:auto !important;
}

#flexicontent figure.image.left,
#flexicontent div.image.left {
	float: left !important;
	margin: 8px 10px 0px 2px !important;
	width:auto !important;
}

#flexicontent figure.image.right img, 
#flexicontent figure.image.left img, 
#flexicontent div.image.right img,
#flexicontent div.image.left img {
	padding: 1px;
	border: 1px solid lightgray;
}

/* lines */
#flexicontent .lineinfo {
	display: block;
	float:left;
	clear:both;
	margin: 0 0 0.5em 0;
	*width: 100%; /* IE6/IE7 */
}
#flexicontent .lineinfo {
	vertical-align: middle;
}
#flexicontent .lineinfo .element {
	display: block;
	float: left;
	margin-right: 10px;
}
#flexicontent .lineinfo .element .label {
	border-bottom: 1px dashed silver;
	color: #555555;
	font-size: 90%;
	margin-right: 8px;
}
#flexicontent .lineinfo .element,
#flexicontent .lineinfo .element .label,
#flexicontent .lineinfo .element .value {
	display: inline-block;
	float: left;
	min-width: 90px;
}

#flexicontent .readmore {
	display: inline-block;
	float:left;
	clear:both;
}

/* =============================================
   Bootstrap adjustments
============================================= */
#fc_alpha .btn.fc_alpha_index,
#fc_alpha .btn.fc_alpha_index_sep {
	margin-top:0;
	margin-bottom:0;
}

/* ===============================================
   "micro" clearfix 
   http://nicolasgallagher.com/micro-clearfix-hack/
   =============================================== */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.group:after {
	clear: both;
}

/**
 * Include this rule to trigger hasLayout and contain floats.
 */
.group {
	/* for IE 6/7 */
	*zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
	/* non-JS fallback */
	*zoom: 1;
}

div.bloque3col{
	background:transparent url('../img/fondo_bloque3col_alt.png') 199px 4px no-repeat;
	padding-top:7px;
	margin-bottom:40px;
	overflow:hidden;
}
	
div.bloque3col div.vivir, div.bloque3col div.descubre, div.bloque3col div.empresas{
	float:left;
	padding:0 8px 0 8px;
	width:183px;
}
div.bloque3col h2 , div.bloque3col h1{
	font-family: Arial;
	background:transparent url('../img/sprite_8bit_portada.png') -218px -470px no-repeat;
	border-bottom: 1px solid #98cfde;
    color: #398700;
    font-family: Arial;
    font-size: 155%;
    margin-bottom: -4px;
    margin-top: 0;
    padding: 0 0 0 14px;
     line-height: 23px;
	}
#portada h3, h3, h2.enctext, .texto h3, .lista2simple li h2, .listapest-buscador li h2, p.subtitulonorm{
	font:bold 118% Verdana, Arial, Helvetica, sans-serif;
	color:#5a5959;
}
div.bloque3col h3{
	min-height:38px;
	padding-left:16px;
	background:transparent url('../img/sprite_8bit_portada.png') 0 -114px no-repeat;
}
div.vivir h3{background-position:0 -114px;}
div.descubre h3{padding-left:19px;background-position:-217px 3px;}
div.empresas h3{background-position:-433px 3px;}
div.empresas {margin-left: 12px;}
div.bloque3col ul, div.bloque ul, div.bloque2 ul{margin-bottom:21px;clear:both;}
div.bloque3col ul{margin-bottom:22px;min-height:114px;margin-left: 0;min-width: 190px;}
div.bloque3col ul li, div.bloque ul li, div.bloque2 ul li, div.infoutil ul li{
	padding-left:10px;
	color:#c9c9c9;
	list-style:none;
	letter-spacing:-1px;
	background:transparent url('../img/sprite_8bit_portada.png') 4px -854px no-repeat;
	margin-bottom: 8px;
}
div.bloque3col ul li a, div.bloque ul li a, div.bloque2 ul li a, div.infoutil ul li a{
	color:#747474;
}

p.masinfo, p.vertoda{
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
p.masinfo a{
	float:right;
	margin:0;
	padding-left:15px;
	font-size:91%;
	color:#006f8e;
	background:transparent url('../img/sprite_8bit_portada.png') 0 -489px no-repeat;
	text-align: left;
    text-indent: 0 !important;
}
