/*
Theme Name: Murke
Theme URI: http://www.muike.net
Description: Plantilla desarrollada por AyerViernes S.A para Murke
Version: 2.0
Author: AyerViernes S.A.
Author URI: http://www.ayerviernes.com/
*/

body{
	background: #FFF url(imag/back/back.gif) repeat-x scroll;
	font: normal normal 1em/120% Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	border-top: 5px solid #A9DA0A;
}
*, form{
	margin: 0;
	padding: 0;
}
/* cellspacing & cellpading = "0" */
table{
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
}
td{
	padding:0;
}
hr{
	display: none;
}
fieldset{
	border: 0;
}
li{
	list-style: none;
}
kbd{
	padding:.05em .5em;
	margin:0 3px;
	background:#FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
/***********************************************************************************  ESTRUCTURA PRINCIPAL ***/
.center{
	width: 73%;
	min-width: 780px;
	max-width: 900px;
	margin: 0 auto;
}
#titu{
	display: block;
	width: 278px;
	height:30px;
	margin-left: 8%;
	margin-top:2em;
	z-index: 1;
	font-size:12px;
}
.titu{
	margin-top:2em;
	font-size:12px;
	height:30px;
}
#titu a img{
	display: block;
	border:none;
}
#titu span{
	display: none;
}
a{
	color: #36C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*------------------------------------- HEADER */
#header{
	width: 100%;
	text-align: left;
}
#header .center{
	position: relative;
	display: block;
	height: 9em;
	min-width: 780px;
	max-width: 900px;
}
/*------------------------------------- MAIN */
#main{
	position: relative;
	margin-top: 1.5em;
	padding-bottom: 2em;
	text-align: left;
	border-top: 1px dashed #D4D4D4;
	background: #F5F5F5 url(imag/back/backMain.jpg) repeat-x top;
}
#main .center{
	position: relative;
	min-width: 780px;
	max-width: 900px;
}

#main p.blogs{
	text-align:center;
	font-size: .71em;
	font-family:verdana;
	color: #d5d5d5;
	margin-bottom:1em;
	padding-top:1em;
}
#main p.blogs strong{
	color:#000;
}
#main p.blogs a{
	text-decoration: underline;
}
#cont{
	position: relative;
	float: left;
	width: 68%;
	margin: 2% 1% 0 0;
}

#cont .listConc{
	color:#ffcc00;
}

#side{
	position: relative;
	float: left;
	width: 31%;
	margin-top: 2%;
	margin-left: 0%;
	padding: 0 0 0 0;
	/*border: 5px solid #CCC;*/
	background-color: #FFF;
}
#sideLeft{
	position: absolute;
	width: 12%;
	top: 0;
	left: 0;
}
/*------------------------------------- FOOTER */
#footer{
	width: 100%;
	text-align: left;
	background: #FFF;
	border-top: 1px dotted #ccc;
	background: url(imag/back/backFoot.gif) repeat-x bottom;
}
#footer .center{
	position: relative;
	padding: .2em 0 2.5em 0;
}
/*********************************************************************************** ESTRUCTURA HEADER ***/
/*---------------------------------- Top */
#header #top{
	margin-top: 1px;
	padding: .3em 6% .3em 0;
	font-size: .7em;
	text-align: right;
	color: #758A84;
	background: #DFDFE0;
	border-bottom: 1px dashed #CCC;
}
#header #top a{
	color: #CCFF33;
}
/*---------------------------------- Cita Top */
#header blockquote{
	position: relative;
	float: left;
	width: 60%;
	left: .5em;
	margin: 1.5em 0 0 0;
	font: normal 1.38em/115% Arial, Helvetica, sans-serif;
	color: #fff;
}
#header blockquote strong{
	font-weight: bolder;
	color: #fff;
}
#header blockquote a{
	position: relative;
	top: -.3em;
	font: normal .5em/100% Verdana, sans-serif;
	text-decoration: underline;
	color: #CCFF33;
	paddinf-bottom:1em;
}
#header blockquote a:hover{
	color: #CCC;
}
#header #bannMurk{
	display:block;
	color: #000000;
	background:#333333 url(imag/back/backTop.jpg) repeat-x bottom;

}
#header #bannMurk .prodInfo{
	float:right;
	margin:1.5em;
	margin-left:0;
	background:url(imag/back/prodInfo.jpg) no-repeat;
}
#header #bannMurk .prodInfo ul{
	margin:1.05em 2.5em 1.6em;
	font-size: 1.2em;
	font: normal 1.3em/100% Arial, Verdana, sans-serif;
}
#header #bannMurk .prodInfo ul li{
	font-size: 0.8em;
}
#header #bannMurk .prodInfo ul li strong{
	width: 2em;
	text-align:right;
}
/*---------------------------------- Menu */
#menu{
	position: absolute;
	width: 60%;
	top: 1.5em;
	right: 0;
	padding: .7em 1% .9em 4%;
	background: #F5F5F5;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
#menu li{
	position: relative;
	display: block;
	float: left;
	margin-right: 1.5em;
	padding: 0 0 4px 0;
	list-style: none;
	font-size: .9em;
}
#menu li a{
	padding: .7em 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #F60;
	border-bottom: 4px solid #FFF;
}
#menu li a:hover{
	text-decoration: none;
	border-color: #000;
}
#menu li.acti a{
	color: #000;
	border-color: #000;
}
#menu li.acti{
	margin-top:.2em;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #000;
}
/*---------------------------------- Formulario ----------------------------*/
#header #search{
	background: #FFF;
}
#header #search .center{
	height:5.5em;
}
#header #search form{
	position: absolute;
	width: 40%;
	top: 1.6em;
	right: 14%;
	padding: 0;
}
#busq{
	display: block;
	float: left;
	width: 72%;
	height: 1.7em;
	margin-right: 2%;
	margin-left: 2%;
	padding: .6em 0 0 .3em;
	color: #666;
	border: 1px solid #e5e5e5;
	font:.8em/110%  Arial, Helvetica, Verdana, sans-serif;
}
#buscador {
	height:2.7em;
}
#header form fieldset .boton{
	float: right;
	width: 25%;
	padding-left: 0;
	padding-right: 0;
}
/************************************************  ESTRUCTURA 
 *********************/
/*---------------------------------- Elementos */
#cont p{
	font-size: .75em;
	line-height: 130%;
}
#cont h1, #cont h2, #cont h3, #cont h4{
	margin-top:.3em;
	font-family: Arial, helvetica, sans-serif;
}
#cont .text h2{
	margin-bottom: .3em;
}
#cont .text h3{
	color: #F60;
}
#cont .text p, #cont .text ul{
	margin-bottom: 1em;
}
#cont .text ul{
	margin-left: 1.5em;
}
#cont .text ul li{
	margin-bottom: .3em;
	font-size: .8em;
}
#cont ol .infoPost li{
	border-bottom: none;
}
#cont ol li{
	padding-top: 0;
	border-bottom: 1px solid #CCC;
}
#cont ol h3{
	padding-top: .3em;
}
#cont ul h3 a:hover, #cont ol h3 a:hover{
	color:#000000;
	text-decoration: none;
}
#cont form fieldset .busc{
	display: block;
	float: left;
	width: 70%;
	margin-right: 2%;
	padding: .4em 0 .3em .3em;
	color: #666;
	border: 1px solid #CCC;
	font:.8em/110% Arial, Helvetica, Verdana, Sans-serif;
}
#cont form fieldset legend{
	display:none;
}
#cont .tipoGrande {
	font-size:1.3em;
}
#cont .textConc {
	font-size:1.3em;
}
#cont .textConc h2{
	margin: 0 0 2% -6%;
	padding: 0;
	color: #333;
	font-size: 1.1em !important;
}
#cont .textConc ul li{
	padding-left: 18px;
	font-size: .8em;
	background: url(imag/auxi/auxiConc.gif) no-repeat 0 4px;
}
/*---------------------------------- Post */
.post {
	position: relative;
	clear: both;
	padding: 0 0 1.1em 0;
	margin: .6em 1% .5em 0;
	/*border-bottom: 1px solid #CCC;*/
	
}
.post p{
	font:.8em/110% Verdana, Arial, Helvetica, sans-serif;
	margin-top:.05em;
	
}
.post p a{
	text-decoration: underline;
}
.text{
	position: relative;
	margin: 1em 0;
}
.post h3 a{
	width: 100%;
}
.post h3, #page #cont h2{
	padding: .5em 4em 0 1.5em;
	margin-top:0;	
	font-family: Arial, helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -.04em;
	line-height: 95%;
	
}

.post .comePost{
	padding-left: 17px;
	margin-left: 2.5em;
	font-size: .7em;
	color: #F30;
	text-decoration: none;
	background: url(imag/auxi/auxiCome.gif) no-repeat 0 .2em;
}
.post strong.comePost{
	margin: 0;
	padding-top:0;
}
.post .infoPost{
	padding: .3em 0 0 0;
	display:none;
}
.post .infoPost li{
	float: left;
	margin-right: .8em;
	padding-left: 16px;
	font-size: .7em;
	line-height: 140%;
	color: #999;
}
.post .infoPost li a{
	color: #69C;
}
/*---------------------------------- Paginador de Búsqueda ----------------------*/
p.paginador{
	font: normal normal 1em/120%  Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}
p.paginador span.results-resource, p.paginador span.results-current{
	padding: .1em .4em;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #E5E5E5;
}
p.paginador span.results-resource{
	background-color: transparent;
}
p.paginador span.results-current{
	background-color: #FF9;
}
p.paginador span.results-first, p.paginador span.results-last{
	color: #666;
}
/*---------------------------------- Post Home */

.homePost{
}
.homePost li.homeLeft, .homePost li.homeRight{
	float: left;
	display: block;
	width: 48%;
	margin-left: 1%;
}

.homePost li ul li {
	background: url(imag/back/lineSepDobl.gif) repeat-x bottom;
}

.homePost h2{
	margin-top: 1em;
	margin-bottom:1.5em;
	font: bold 1.1em/110%  Arial, Helvetica, Verdana, sans-serif;
}
.homePost h3{
	font-size:1.15em;
}

.homeRight {
	font-size:.95em;
	margin-left:1em;
}

.homeRight h2 {
	font-size:1.19em;
}

.homeRight .post .comeAbst {
	text-decoration:none;
}

.homeLeft {
	margin-right:1%;
}

.homeLeft h2 {
	margin:0;
	padding-bottom:.6em;
}

.homeRight ul li h4 {
	margin-bottom:-.4em;
	padding-bottom:0;
}

.homeRight ul li strong.comePost {
	margin-bottom:0em;
	padding-bottom:0em;
}

.homeRight ul li p {
	margin-bottom:-.3em;
	padding-bottom:0;
	color:#333;
}

/* ---------------- lastCome Home ---------------*/
.lastCome{
	padding-top: 0;
}
.lastCome .upper{
	padding: .4em 0 .4em .8em;
	}
.lastCome ul li{
	color: #666;
}
.lastCome strong{
	color: #F30;
}
.lastCome a.comeAbst{
	color: #000;
	text-decoration:none;
	margin:0;
}
.lastCome a.comeAbst:hover{
	background:#ffff99;
}
/*---------------------------------- List Post */
.listPost{
	margin-right: .6em;
	background: #E9F6C2 url(imag/auxi/auxiCVBL.gif) no-repeat bottom left;
}
.listPost .upper{
	color: #5B8747;
	background: #D4EC84 url(imag/auxi/auxiCVTL.gif) no-repeat top left;
}
.listPost .upper span{
	display: block;
	padding: .8em 1.2em .7em 1.2em;
	background: transparent url(imag/auxi/auxiCVTR.gif) no-repeat top right;
}
.listPost ul{
	
	padding: .6em 1em;
	background: transparent url(imag/auxi/auxiCVBR.gif) no-repeat bottom right;
}
.listPost ul li{
	height:28px;
	margin: 0 0 .6em 0;
	padding-left: 16px;
	font-size: .7em;
	line-height: 110%;
	color: #360;
	background-position: .2em .3em;
}
ul.listPost li ul li{
	background:transparent url(imag/auxi/auxiMostCome.gif) no-repeat 0 0;
}
.listPost ul li a{
	font-size: 1.15em;
}
/*--------------------------------- Formulario */
.form{
	position: relative;
	margin: -2em 0 0 0;
	padding: 1.2em 0;
	background: #F5F5F5;
	border-top: 1px solid #D8D8BE;
	border-bottom: 1px solid #D8D8BE;
}
.form .mens{
	width: 71%;
	margin: 1.5em auto;
	padding: .5em 0 .5em 35px;
}
.form .error{
	color: #F30;
	background: transparent url(imag/auxi/auxiSampAler.gif) no-repeat left;
	}
.form .clasErro{
	background-color: #FFE5E5;
	border: 1px solid #FFBFBF;
}
.form .aler{
	margin-left: 10px;
	padding: .5em .5em .5em 35px;
	font-size:.7em;
	color: #F30;
	background: transparent url(imag/auxi/auxiSampErro.gif) no-repeat left;
}
.form .correcto{
	background: transparent url(imag/auxi/auxiSampOk.gif) no-repeat left;
	color: #6FA436;
}
.form .reque{
	position: absolute;
	top: .5em;
	right: 1em;
	font-style: oblique;
}
.form .reque strong{
	font-style: normal;
}
.form span small{
	position: absolute;
	float: right;
	margin-right: .4em;
	margin-top: -1.8em;
	color: #F60;
	z-index: 100;
}
.form form fieldset{
	width: 96%;
	margin: 0 auto;
}
.form form fieldset p{
	margin: 0 0 .5em 0;
	font: normal .75em/160%  Arial, Helvetica, Verdana, sans-serif;
}
.form form p.reque{
	color: #ff3300;
}
.form form samp{
	margin-top: 1em;
	color: #999;
	font: normal .7em/110%  Arial, Helvetica, Verdana, sans-serif;
	
}
.form form fieldset label{
	display: block;
	margin-top:1.5em;
	padding: 0 0 .2em 0;
	font: bold .8em/110%  Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}
.form form fieldset label small{
	color: #ff3300;
}
.form form fieldset input{
	padding: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #000;
}
.form input, .form select, .form textarea{
	margin: 0;
	padding: .3em 0 .3em .3em;
	font: normal 1em/120%  Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	border: 1px solid #CCC;
}
.form textarea{
	margin-bottom: 1em;
}
.form .right{
	margin: 0 -.45em 0 .8em;
}
#submit, #comentar{
	float:right;
}
#reset{
	background:transparent;
	border:none;
	color:#0c8fce;
	font-weight:bold;
	text-decoration:underline;
	text-transform: none;
}
#comentar{
	color: #fff;
	font-weight:bold;
}
#mascu{
	float: left;
	width: 30%;
	margin: .5em 0;
	vertical-align:middle;
}
#feme{
	float: left;
	width: 70%;
	margin: .5em 0;
	vertical-align:middle;
}
#masc, #fem{
	top:.2em;
}
#mascu label, #feme label {
	margin:0 0 1em 0;
	padding:0;
	font-weight:normal;
}
.checkBlogs{
	width:25%;
	float:left;
}
.form form fieldset .checkBlogs label{
	padding:0;
	font-weight:normal;
}

/*** ESTRUCTURA SIDEBAR ***/

/*#side{
	font-size: .9em;
} 
#side h2{
	font-size: 1em;
	
	background: #CCC;
}
#side li{
	padding:.5em;
	margin: 0;
	line-height: 100%;
	color: #333;
}
#side li.upper {
	padding:0;
}
#side li.upper h2 {
	font-size:1.1em;
	padding:.2em 0 .4em .5em;
}
#side li p{
	margin-top: .5em;
	font:.78em/110% Verdana, Arial, Helvetica, sans-serif;
}
#side li ul{
	font-size: 1.2em;
}
#side li p img{
	display: block;
	width:50%;
	float:right;
	margin: 0 0 1em 1em;
}
#side li h4{
	font:bold 1em/110% Arial;
	margin-bottom:0;
	padding-bottom:0;
}
#side li h4 a{
	color: #3366CC;
	text-decoration:none;
}
#side li a{
	color: #3366CC;
	text-decoration:underline;
}
#side li h2{
	margin-bottom: 0;
	padding-bottom:.6em;
}
#side li ul li{
	margin: 1em 0;
	padding: 0 0 0 17px;
	font-size: .7em;
}
*/
#MurkeAvisos{
	width: 98%;
	padding: 1px !important;
}
#side li.lastCome{
	padding-top: 0;
}
#side li.lastCome ul li{
	color: #666;
	background: url(imag/auxi/auxiComeSide.gif) no-repeat 0 0;
}
#side li.lastCome strong{
	color: #F30;
}
#side li.lastCome a.comeAbst{
	color: #000;
	text-decoration:none;
	margin:0;
}
#side li.lastCome a.comeAbst:hover{
	background:#ffff99;
}
#side li.mostCome{
	margin-top: -3em;
}
#side li.mostCome h2.upper{
	background: #CCC;
	padding: 0;
}
#side li.mostCome a{
	color: #F30;
	text-decoration: underline;
}
#side li.mostCome a.comeBlog{
	color: #36C;
	text-decoration: underline;
}
#side li.mostCome a.comeBlog:hover{
	color: #3366cc;
	text-decoration: underline;
}
#side li.mostCome ul li{
	background: url(imag/auxi/auxiMostCome.gif) no-repeat 0 0;
}
#side .bannRed{
	margin-bottom: .7em;
	padding: .5em 0 .5em .8em;
	background: #F5F5F5;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
#side .bannRed .upper{
	background: url(imag/auxi/auxiLine.gif) no-repeat 11.8em .4em;
}
#side .bannRed p{
	font-size: .7em;
	line-height: 120%;
}
#side .bannRed p a{
	color: #F60;
	text-decoration:underline;
}
#side .bannRed a img{
	margin: -.5em 0 0 0;
	border: 0;
}
#side #bannEncuesta{
	padding: 0;
	margin: 0 0 .5em 0;
}
#side #bannEncuesta a.bann{
	height: 55px;
	background: url(imag/back/banner-encuesta.jpg) no-repeat bottom center;
	text-indent: -1000em;
	display: block;
}
#side #bannEncuesta a.bann:hover{
	background-position: top center;
}
#side .sideBanner{
	display: block;
}
#side .sideBanner img{
	width: 170px;
	margin: .5em 0 .5em 6%;
	border: none;
}
/***********************************************************************************  ESTRUCTURA LEFT ***/
#redSide .upper{
	padding: .6em .4em .5em .8em;
	font-size: .75em;
	color: #FFF;
	background: #000;
}
#sideLeft ul li ul li{
	font-size: .7em;
	background: #F6F6F6 url(imag/back/backRedLink.jpg) repeat-x top left;
	border-bottom: 1px solid #CCC;
}
#sideLeft ul li a{
	display: block;
	padding: .3em .6em .3em 22px;
	color: #F00;
}
#sideLeft ul li a:hover{
	background-color: #FFF;
}
.mensSide{
	margin-top: 1em;
	background: #FFFFA6 url(imag/back/backBuscBlog.jpg) repeat-x top left;
	border: 1px solid #ECEA9D;
}
.mensSide .upper{
	margin: .3em 0;
	font-size: .9em;
	line-height: 110%;
}
.mensSide div{
	padding: .5em .6em 1em .6em;
	border: 1px solid #FFF;
}
.mensSide p{
	font-size: .66em;
	line-height: 135%;
}
#sideLeft ul li.mensSide a{
	text-align:left;
	margin-left:-2.1em;
	text-decoration:underline;
}
#sideLeft ul li.mensSide a:hover{
	background:none;
}
/*********************************************************************************  ESTRUCTURA FOOTER ***/
#footer p, #footer address{
	padding: .9em 0 1em .2em;
	font-size: .7em;
	font-family:verdana;
	font-style: normal;
	line-height: 130%;
	color: #666;
}
#menuFoot, #redFoot{
	border-bottom: 1px dotted #ccc;
	padding-bottom:1em;
	height:4.5em;
}
#menuFoot a img{
	border:none;
}
#redFoot, #footer address{
	border-top: 1px solid #FFF;
}
#footer p img{
	position: relative;
	bottom: -11px;
	margin-right: .5em;
}
#footer .acti{
	font-weight: bold;
	color: #000;
}
/*--------------------------------- Validacion */
#footer #validator{
	position: absolute;
	width:auto;
	top: 7em;
	right: 25px;
	color: #C5C5C5;
}
#validator a.rss{
	position: absolute;
	display: block;
	right: 0;
	width: 18px;
	height: 18px;
	margin: -1.4em -2em 0;
	text-indent: -1000em;
	background: url(imag/auxi/auxiRss.gif) no-repeat 0 0;
}


/***********************************************************************************  AUXILIARES ***/
.left{
	float: left;
}
.right{
	float: right !important;
}
.last{
	border: none;
}
.boton{
	padding: .3em .4em;
	font: bold .75em/100% arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	border: 1px outset #6FA436;
	background: #6FA436;
	cursor: pointer;
}
.form .boton{
	padding: .7em .8em;
	font: bold .75em/100% arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	border: 1px outset #6FA436;
	background: #6FA436;
	cursor: pointer;
}
.form fieldset.concSubm .boton{
	float:right;
}
.boton:hover, .form .boton:hover, .form fieldset.concSubm .boton:hover{
	text-decoration: none;
	background: #54762A;
}
.upper{
	font-size: 1em;
	color: #000;
	
}
.masInfo{
	float: right;
	padding-right: 16px;
	font-size: .7em;
	letter-spacing: -.04em;
	background: url(imag/auxi/auxiIcoMasInfo.png) no-repeat 100% 5px;
}
.rss{
	position: absolute;
	width: 18px;
	height: 22px;
	margin: -.1em 0 0 .6em;
	text-indent: -1000em;
	background: url(imag/auxi/auxiRss.gif) no-repeat 0 .3em;
}
.fechPost{
	background: transparent url(imag/auxi/auxiFech.gif) no-repeat 0 .2em;
}
.autoPost{
	background: transparent url(imag/auxi/auxiAuto.gif) no-repeat 0 .2em;
}
.catePost{
	background: transparent url(imag/auxi/auxiCate.gif) no-repeat 0 .2em;
}
.concImg{
	width:100%;
	height:200px;
	margin-bottom: 2%;
	text-align:center;
	border: 1px dotted #CCC;
	background:#fff;
}
.concImg img{
	display:block;
	margin:0 auto;
}
.tvBack{
	width:100%;
	margin-bottom: 2%;
	padding: 1em 0;
	text-align:center;
	border: 1px dotted #CCC;
	background:#000;
}
.foroBack{
	width:100%;
	margin-bottom: 2%;
	padding: 1em 0;
	text-align:center;
	border-top: 1px dotted #CCC;
	background:none;
}
.tvBack embed, .foroBack embed{
	display:block;
	margin:0 auto;
}
a.insc{
	display:block;
	float:right;
	width:137px;
	height:51px;
	margin: 0 0 .5em .5em;
	text-indent: -4000000px;
	background: transparent url(imag/boto/botoConc.gif) no-repeat 0 0;
}
a.insc:hover{
	background:transparent url(imag/boto/botoConc.gif) no-repeat -137px 0;
}
.mens_aler{
	margin: 1em .8em 0 .8em;
	padding: .5em 0 .5em 45px;
	color: #000;
	font-size:.8em;
	border: 1px solid #D8D8D8;
	background: #FAFCCF url(imag/auxi/auxiSampAler.gif) no-repeat 10px 10px;
}
.mens_corr{
	margin: 0 1em;
	padding: .5em 0 .5em 45px;
	color: #000;
	font-size:.8em;
	border: 1px solid #D8D8D8;
	background: #FAFCCF url(imag/auxi/auxiSampOk.gif) no-repeat 10px 10px;
}
.anuncio{
	margin: -.5em 1em 1em 1em;
	font-size:.9em;
	background: #fff;
	color: #666;
	padding: .5em;
}
.anuncio h4 a{
	text-decoration: underline;
}
.anuncio .pieAnuncio{
	margin-top: .2em;
}
/*--------------------------------- Iconos blogs */
/*.DatoBlog{
	background: transparent url(imag/auxi/auxiDatoBlog.gif) no-repeat .3em .6em;
}
.EducaBlog{
	background: transparent url(imag/auxi/auxiEducBlog.gif) no-repeat .2em .6em;
}
.TecnoBlog{
	background: transparent url(imag/auxi/auxiTecnBlog.gif) no-repeat .2em .6em;
}
.TuVidaSana{
	background: transparent url(imag/auxi/auxiVidaSana.gif) no-repeat .2em .6em;
}
.Maqueros{
	background: transparent url(imag/auxi/auxiMaqueros.gif) no-repeat .3em .5em;
}
.Vaquelita{
	background: transparent url(imag/auxi/auxiVaquelita.gif) no-repeat .3em .5em;
}
.MercadoCapital{
	background: transparent url(imag/auxi/auxiMercadoCapital.gif) no-repeat .3em .5em;
}
.BlogDescorchados{
	background: transparent url(imag/auxi/auxiDescorchados.gif) no-repeat .3em .5em;
}*/
/*--------------------------------- Iconos blogs List Posts - Iconos blogs Searchresults*/
ul.homePost li ul li h3{
	background-repeat: no-repeat;
	background-position: 0 5px;
}
ul.homePost li ul li.DatoBlog h3, #cont ol li.DatoBlog h3{
	background-position: 3px 10px;
	background-image: url(imag/auxi/auxiDatoBlog.gif);
}
ul.homePost li ul li.EducaBlog h3, #cont ol li.EducaBlog h3{
	background-image: url(imag/auxi/auxiEducBlog.gif);
}
ul.homePost li ul li.TecnoBlog h3, #cont ol li.TecnoBlog h3{
	background-image: url(imag/auxi/auxiTecnBlog.gif);
}
ul.homePost li ul li.TuVidaSana h3, #cont ol li.TuVidaSana h3{
	background-image: url(imag/auxi/auxiVidaSana.gif);
}
ul.homePost li ul li.Finanzas h3, #cont ol li.Finanzas h3{
	background-image: url(imag/auxi/auxiFinanzas.gif);
}
ul.homePost li ul li.Maqueros h3, #cont ol li.Maqueros h3{
	background-image: url(imag/auxi/auxiMaqueros.gif);
}
ul.homePost li ul li.Vaquelita h3, #cont ol li.Vaquelita h3{
	background-image: url(imag/auxi/auxiVaquelita.gif);
}
ul.homePost li ul li.MercadoCapital h3, #cont ol li.MercadoCapital h3{
	background-image: url(imag/auxi/auxiMercadoCapital.gif);
}
/*--------------------------------- Colores borde body ----------------------------------*/
.uno{
	border-top: 5px solid #FF6A00;
}
.dos{
	border-top: 5px solid #FFD600;
}
.tres{
	border-top: 5px solid #A9DA0A;
}
.cuatro{
	border-top: 5px solid #0D8BCE;
}
.cinco{
	border-top: 5px solid #2F0DCE;
}
.seis{
	border-top: 5px solid #CE0D71;
}
/*--------------------------------- Clear Fix ----------------------*/
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .cf{height: 1%;}
/* End hide from IE-mac */
/*--------------------------------- Anchos a % ---------------------*/
.w5{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w30{
	width: 30%;
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w70{
	width: 70%;
}
.w80{
	width: 80%;
}
.w90{
	width: 90%;
}
.w100{
	width: 100%;
}
.conc{
	margin-left: 15% !important;
}
/*google */
iframe div.std span.a{
display:none;
}
/*--------------------------------- Clear Fix ----------------------*/
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
