/*
Theme Name: La Malla 2010
Theme URI: http://diegoquintana.com/
Description: Theme developed exclusively for <a href="http://www.lamalla.cl">LaMalla.cl</a>.
Version: 1.0
Author: Diego Quintana
Author URI: http://diegoquintana.com/

*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
text-decoration: none;
outline: none;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
a img {
	border: none;
}


/* Begin Typography & Colors */

html {
padding: 0;
margin: 0;
outline: none;
min-height: 100%;
background: #ccc url('images/lamalla2010_pat.jpg') fixed;
}

::-moz-selection {
	background: #f36;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f36;
	color: #fff;
	text-shadow: none;
}

object {
cursor: pointer;
}

.diez {
	display: block;
	height: 20px; /*separacion */
}

.left {
float: left;
}

.right {
float: right;
}

.capitalize {
text-transform: capitalize;
}

.inline {
display: inline !important;
}

.font10 {
font-size: 10px;
}

.textcenter {
text-align: center !important;
}

.bottom0 {
margin-bottom: 0px !important;
}

.sticky {
position: fixed;
}

.font12 {
font-size: 12px !important;
}

.font24 {
font-size: 24px !important;
line-height: 28px !important;
}

.font18 {
font-size: 18px !important;
line-height: 21px !important;
}

.font36 {
font-size: 36px !important;
line-height: 36px !important;
font-family: Georgia, "Times New Roman", Times, serif !important;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

.sanserif {
font-family: Arial, Helvetica, sans-serif !important;
}

.verarticulos {
	text-align: center;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #f36 !important;
	padding: 10px !important;
/*	width: 600px !important;*/
display: block;
margin: 0px 20px 20px 0px;
	background: #fff !important;
border-radius: 3px !important;  
-ms-border-radius: 3px !important;  
-moz-border-radius: 3px !important;  
-webkit-border-radius: 3px !important;  
-khtml-border-radius: 3px !important;
box-shadow: 0px 0px 2px #f36;
-ms-box-shadow: 0px 0px 2px #f36;
-moz-box-shadow: 0px 0px 2px #f36;
-webkit-box-shadow: 0px 0px 2px #f36;
-khtml-box-shadow: 0px 0px 2px #f36;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.verarticulos:hover {
	background: #f36 !important;
color: #fff !important;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

body {
	font-size: 12px;
/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
display: block;
width: 980px;
background: #cecece;
	color: #555;
	margin: 0px auto;
overflow: auto;
	}

body.ie {
width: 980px;
margin: 0px auto;
height: 100%;
overflow: hidden;
position: static;
}

body.ie #page, body.ie #header, body.ie #headerfixed {
display: none;
height: 0;
width: 0;
overflow: hidden;
}

.gtfo {
display: none;
}

body.ie .gtfo {
display: block;
width: 900px;
height: 400px;
background: #fff;
text-align: center;
margin: 50px auto 0px auto;
padding: 40px;
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
}

body.ie .gtfo h2 {
display: block;
font-size: 72px;
color: #f36;
margin: 0px 0px 20px 0px;
text-align: center;
}

body.ie .gtfo a {
color: #f36;
}

body.ie .gtfo a:hover {
color: #ccc;
}

#page {
	width: 980px;
padding: 20px 0px 20px 0px; /*separacion */
display: block;
	background: #eee;
overflow: auto;
	}

/*#bgg {
margin: 0;
padding: 0;
}*/

#content {
width: 640px; /*separacion */
margin: 0px 0px 0px 20px;
padding: 0;
letter-spacing: 0.1px;
float: left;
	}

.supawide {
width: 960px !important;
float: none;
}

.bottom20 {
margin-bottom: 20px !important;
}

.top20 {
margin-top: 20px;
}

.top0 {
margin-top: 0px !important;
}

.narrow620 {
width: 620px !important;
overflow: hidden;
}

.narrow620 p {
padding: 0;
margin: 0;
}

.narrow580 {
width: 580px !important;
overflow: hidden;
}

li {
list-style-type: none;
}


a, a img {
color: #555; /* line */
	text-decoration: none;
border: none;
cursor: pointer;
outline: none;
	}

a:hover {
	color: #999;
	text-decoration: none;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	}

.blanco20 {
background: #fff;
padding: 20px;
}

#mason {
display: block;
}

.top25 {
margin-top: 25px;
}



/* Begin Structure */

#header {
	margin: 0px 0px 0px 0px; /*separacion */
	padding: 15px 30px;
display: block;
/*height: 100px;*/
border-bottom: 5px solid #aaa;
background: #e5e5e5 url('images/lamalla2010_pat_white.jpg') fixed;
margin-bottom: 0px;
	}

#headerfixed {
width: 940px;
height: 15px;
padding: 5px 20px;
border-bottom: 2px solid #aaa;
background: #e5e5e5 url('images/lamalla2010_pat_white.jpg') fixed;
position: fixed;
left: 50%;
top: -28px;
z-index: 15057575757575730;
margin-left: -490px;
/*background: #ccc url('images/lamalla2010_pat.jpg') fixed;*/
}

#headerfixed ul {
float: left;
list-style-type: none;
font-size: 10px;
width: 700px;
text-align: center;
margin-left: 90px;
}

#headerfixed ul li {
display: inline-block;
padding: 0px 4px;
border-right: 1px solid #ddd;
}

#headerfixed ul li:last-child {
border-right: 0px solid #555;
padding: 0px 0px 0px 4px;
}

#headerfixed ul li a {
color: #555;
display: block;
padding: 1px 3px;
}

#headerfixed ul li:last-child a {
padding: 1px 0px 1px 3px;
}

#headerfixed ul li a:hover {
color: #f36;
}

#logofixed img {
display: block;
height: 15px;
float: left;
}

#socialfixed a {
float: left;
width: 15px;
height: 15px;
margin: 0px 0px 0px 7px;
}

#headerimg {
	margin: 0;
float: left;
	}

#headerimg img {
height: 70px;
	}

#menu {
	margin: 20px 0px 0px 0px;
	padding: 0;
float: left;
}

.top4 {
margin-top: 4px !important;
}

#menu a {
	margin: 0px 10px 0px 0px;
	padding: 4px 6px;
float: left;
background: #efefef;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
font-size: 12px;
font-family: Georgia, "Times New Roman", serif;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#menu a:hover {
background: #f36;
color: #fff;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#menu a.highlight {
background: #fff;
color: #f36;
}

#menu a.highlight:hover {
background: #f36;
color: #fff;
}





/* menudos */

/*#menudos {
list-style-type: none;
display: block;
margin: 15px 0px -15px -30px;
padding: 10px;
width: 960px;
background: #ddd;
border-top: 2px solid #aaa;
text-align: center;
font-size: 11px;
}*/

#menudos {
display: block;
margin: 15px 0px -15px -30px;
padding-bottom: 0px;
width: 960px;
text-align: center;
font-size: 11px;
}

#menudos ul {
list-style-type: none;
display: inline-block;
margin: 0px auto;
background: #efefef;
padding: 5px 7px;
border-radius: 3px;
-ms-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
-khtml-border-radius: 3px 3px 0px 0px;
overflow: hidden;
}

#menudos li {
display: inline-block;
padding: 0px 6px;
border-right: 1px solid #ddd;
}

#menudos li:last-child {
border-right: 0px solid #555;
}

#menudos li a {
color: #888;
display: block;
padding: 1px 3px;
}

#menudos li.current-cat a {
color: #f36;
}

#menudos li a:hover {
color: #555;
}


.clear {
	clear: both;
width: 100%;
height: 0px;
display: block;
}

.clear640 {
clear: both;
display: block;
width: 640px;
height: 0px;
}

.clear960 {
clear: both;
display: block;
width: 960px;
height: 0px;
}

.block {
	display: block;
}

#footer {
	display: block;
width: 900px;
background: #fff;
	padding: 20px;
	margin: 0px 0px 0px 20px; /*separacion */
}

#footer .left {
float: left;
font-family: Georgia, "Times New Roman", serif;
width: 530px;
}

#footer .right {
text-align: right;
float: right;
font-family: Georgia, "Times New Roman", serif;
width: 370px;
margin: 20px 0px 0px 0px;
}

#footer .right a {
float: right;
padding: 4px 6px;
background: #efefef;
margin: 0px 0px 6px 6px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}

#footer .right a:hover {
background: #aaa;
color: #fff;
}
/* End Structure */



/*	Begin Headers */

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}

h1 {
	margin: 0;
	}

h2 {
font-size: 14px;
	margin: 0;
	}

h2.pagetitle {
	margin: 25px 0px 25px 0px;
width: 850px;
height: 20px;
padding: 15px 25px;
display: block;
font-size: 14px;
font-style: italic;
background: #fff;
	}
	


h3,h4 {
	padding: 0;
	margin: 0;
}

h4 {
font-size: 14px;
color: #f36;
}
	
	
#sidebar {
	padding: 0px;
	margin: 0;
	width: 300px;
background: transparent;
margin: 0px 20px 0px 0px; /*separacion */
display: block;
float: right;
	}


.ancho10 {
width: 10px;
}






#content .minigridtitle .wp-pagenavi {
float: right;
padding: 0;
font-size: 12px;
width: auto !important;
font-style: normal;
}


#content .minigrid img, #content .minigridhoverleft img {
opacity: 1;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#content:hover .minigrid img, #content:hover .minigridhoverleft img {
opacity: 0.5;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#content .minigrid:hover img, #content .minigridhoverleft:hover img {
opacity: 1;
}

.minigrid, .minigridhoverleft {
float: left;
width: 94px;
height: 63px;
position: relative;
}

.minigrid img, .minigridhoverleft img {
background: #fff;
}

/*.minigrid:hover {
width: 376px;
}*/

.minigrid .minicoverholder, .minigridhoverleft .minicoverholder {
display: none;
z-index: 1239834;
position: absolute;
width: 282px;
height: 63px;
left: 94px;
top: 0px;
overflow: hidden;
}

.minigrid:hover .minicoverholder, .minigridhoverleft:hover .minicoverholder {
display: block;
}

.minigrid .minicover, .minigridhoverleft .minicover {
display:  block;
/*-moz-box-shadow: 1px 1px 3px #666;
-webkit-box-shadow: 1px 1px 3px #666;
box-shadow: 1px 1px 3px #666;*/
padding: 10px 15px 20px 15px;
overflow: hidden;
position: relative;
width: 252px;
height: 33px;
left: -282px;
top: 0px;
background: #fff;
}

.minigridhoverleft .minicoverholder {
left: -282px;
}

.minigridhoverleft .minicover {
left: 282px;
}

.minigrid img, .minigridhoverleft img {
display: block;
width: 94px;
height: 63px;
}

.minigrid h2 a, .minigridhoverleft h2 a {
color: #f36;
display: block;
font-size: 16px;
height: 19px;
line-height: 19px;
margin-bottom: 0px;
overflow: hidden;
}

.minigrid .cats, .minigridhoverleft .cats {
color: #aaa;
font-size: 10px;
line-height: 12px;
height: 12px;
overflow: hidden;
}

.minigrid .cats a, .minigridhoverleft .cats a {
color: #666;
}

.minigrid .cats a:hover, .minigridhoverleft .cats a:hover {
color: #aaa;
}


div.boxgrid { 
width: 300px; 
height: 200px;
float:left; 
/* background:#fff url('images/bg-overlay.jpg'); */
background:#fff;
border: none; 
/*overflow: hidden;*/
position: relative;
margin: 0px 20px 20px 0px; /*separacion */
padding: 0;
color: #aaa;
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.coverholder {
width: 300px; 
height: 200px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

div.boxgrid .cover img {
	display: block;
width: 300px;
height: 200px;
}

div.boxgrid a, .boxgrid a:hover {
color: #888; /* color-boxgrid */
}


/*
.boxgrid .cubierta {
display: none;
margin: 0;
padding: 0;
}
.boxgrid:hover .cubierta {
display: block;
margin: 0;
padding: 0;
}
*/


.boxgrid .mainimg {
position: absolute;
background: #fff;
top: 0; 
left: 0; 
border: 0;
width: 300px;
height: 200px;
overflow: hidden;
margin: 0;
/*z-index: 234423412;*/
padding: 0;
}

.boxgrid .cubierta { 
/*position: absolute;*/
left: 0px;
padding: 0px; 
width: 300px;
height: 200px;
overflow: hidden;
margin: 0;
z-index: 99;
}

.parrafo {
z-index: 90;
	display: block;
position: relative;
top: 0;
padding: 0;
height: 94px;
overflow: hidden;
width: 260px;
margin: 10px 20px 11px 20px;
}

.parrafo:hover {
color: #aaa;
}

.parrafo p {
	padding: 0;
	margin: 0;
}



.boxgrid h3 {
margin: 7px 0px 7px 10px;
padding: 0;
font-size: 14px;
letter-spacing: -0.3px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
/* text-transform: uppercase; */
width: 186px;
display: block;
float: left;
overflow: hidden;
height: 34px;
line-height: 17px;
}

.boxgrid h3 a {
color: #f36; /* color-boxgrid */
}








input, textarea {
display: block;
padding: 5px;
	font-size: 12px;
}








/* PAGE-NAVI */



.wp-pagenavi {
width: 280px;
padding: 10px;
margin: 0px 20px 20px 0px;
float: left;
color: #888;
text-align: center;
background: #fff;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
}

.wp-pagenavi a, .wp-pagenavi a:link {
padding: 7px 10px;
overflow: hidden;
display: inline-block;
margin: 0px 5px 5px 0px;
color: #888;
	background-color: #FFFFFF;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 	
}
.wp-pagenavi a:visited {
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	color: #fff;
	background-color: #f36;
}
.wp-pagenavi a:active {
color: #fff;
	background-color: #f36;	
}
.wp-pagenavi span.pages {
display: inline-block;
padding: 7px 10px;
overflow: hidden;
margin: 0px 5px 5px 0px;
	background-color: #FFFFFF;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
}
.wp-pagenavi span.current {
display: inline-block;
padding: 7px 10px;
overflow: hidden;
margin: 0px 5px 5px 0px;
color: #fff;
	background-color: #f36;	
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
}
.wp-pagenavi span.extend {
display: inline-block;
color: #777;
padding: 7px 10px;
overflow: hidden;
margin: 0px 5px 5px 0px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
}











/* Sociable */

div.sociable {
float: right;
background: #fff;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}
/*
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
*/







#searchform {
float: right;
padding: 20px;
background: #efefef;
margin: 15px 0px 0px 0px;
color: #aaa;
}

#searchform #s {
display: block;
float: left;
border: none;
width: 117px;
padding: 8px;
margin: 0px 6px 0px 0px;
background: #fff;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
border: 1px solid #fff;
color: #ccc;
}

#searchform #s:focus {
border: 1px solid #f36;
color: #555;
}

#searchform #searchsubmit {
display: block;
float: right;
text-align: center;
border: none;
padding: 8px;
margin: 0;
background: #fff;
color: #aaa;
cursor: pointer;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#searchform #searchsubmit:hover {
background: #f36;
color: #fff;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}





.titulosearch {
text-align: center;
}

.titulosearch span {
display: inline-block;
max-width: 750px;
white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;
}



.brevesingle {
display: block;
padding: 17px;
background: #fff;
/*width: 586px;*/
overflow: hidden;
color: #555;
font-size: 13px;
margin-right: 20px;
font-family: Georgia, "Times New Roman", serif;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4em;
}

.brevesingle a {
color: #f36;
}

.brevesingle a:hover {
color: #aaa;
}

.postsingle a {
border-bottom: 1px dotted #f36;
}

.postsingle a:hover {
border-bottom: 1px dotted #aaa;
}

.postsingle h3 a {
border-bottom: 0px dotted #f36;
}

.postsingle h3 a:hover {
border-bottom: 0px dotted #f36;
}

.postsingle img, .vvqbox, .brevesingle iframe {
display: block;
padding: 2px;
border: 1px solid #ccc;
margin: 0px auto;
z-index: 1400;
}

.vvqbox {
margin: 0px auto !important;
}

.postsingle ul {
/*display: block;*/
margin: 0px 0px;
padding: 25px;
background: #f3f3f3;
text-align: center;
font-size: 16px;
font-style: italic;
line-height: 1.6em;
font-family: Georgia, "Times New Roman", serif !important;
border-radius: 0px 5px 5px 5px;  
-ms-border-radius: 0px 5px 5px 5px;  
-moz-border-radius: 0px 5px 5px 5px;  
-webkit-border-radius: 0px 5px 5px 5px;  
-khtml-border-radius: 0px 5px 5px 5px;
box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;
}

.imgleft {
float: left;
padding: 2px;
background: #fff;
border: 1px solid #ccc;
margin: 0px 30px 30px 0px;
width: 240px;
overflow: hidden;
}

.imgright {
float: right;
padding: 2px;
background: #fff;
border: 1px solid #ccc;
margin: 0px 0px 30px 30px;
width: 240px;
overflow: hidden;
}

.imgleft img, .imgright img {
width: 240px;
border: none !important;
padding: 0px !important;
}

.imgbajada {
display: block;
padding: 5px 7px;
background: #efefef;
color: #999;
font-size: 11px;
margin-top: 2px;
text-align: center;
font-style: normal;
font-family: Georgia, "Times New Roman", serif;
}

.imgbajadadosholder {
display: block;
padding: 2px;
background: #fff;
width: 580px;
margin:-3px auto 0px auto;
border-top: 0px solid #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
z-index: 1500;
}

.imgbajadados {
display: block;
padding: 5px 7px;
background: #efefef;
color: #999;
font-size: 11px;
text-align: center;
font-style: normal;
width: 566px;
font-family: Georgia, "Times New Roman", serif;
}

.imgbajada a, .imgbajadados a {
color: #999;
border-bottom: 1px dotted #999;
}

.imgbajada a:hover, .imgbajadados a:hover {
color: #f36;
border-bottom: 1px dotted #f36;
}



.titulo {
	display: block;
	margin: 0px 20px 20px 0px; /*separacion */
	padding: 10px;
	border-top: 3px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
font-style: italic;
letter-spacing: 0.0em;
color: #888;
}

.tituloconcomments {
max-width:390px;
}

.titulodos {
	display: block;
	margin: 0px 0px 20px 0px; /*separacion */
	padding: 10px;
	border-top: 3px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
font-style: italic;
letter-spacing: 0.0em;
color: #888;
}

.titulodos span {
font-size: 10px;
display: block;
text-align: right;
margin-top: 7px;
}

.titulodos a {
color: #f36;
}

.titulodos a:hover {
color: #bbb;
}

.tcoms {
margin: 20px 0px;
}

.titulotres {
max-width: 580px;
	display: block;
	margin: 0px 0px 0px 0px; /*separacion */
	padding: 0px 10px 15px 10px;
	background: #fff;
font-family: Georgia, "Times New Roman", serif;
font-size: 14px;
font-style: italic;
letter-spacing: 0.0em;
color: #888;
}

.escritoporfecha {
font-size: 10px;
color: #aaa;
}

.vertodos {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	float: right;
	background: #f36;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 2px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.vertodos:hover {
	background: #ccc;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}


.vertodosb {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	float: right;
	background: #aaa;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 2px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.vertodosb:hover {
	background: #ccc;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}


.vertodos2 {
	font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
float: right;
	background: #888;
position: relative;
bottom: 20px;
right: 20px;
	color: #fff;
	padding: 4px 6px;
margin: 20px 0px 0px 0px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.vertodos2:hover {
	background: #ccc;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.sorprendeme {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
	float: right;
	background: #aaa;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 3px;
margin-left: 10px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.sorprendeme:hover {
	background: #ccc;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}


.cuantoscomentarios {
float: left;
position: relative;
bottom: 20px;
left: 20px;
font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
	background: #bbb;
	padding: 4px 6px 5px 6px;
margin-top: 20px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.cuantoscomentarios img {
width: auto !important;
height: auto;
}

.cuantoscomentarios:hover {
	background: #f36;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}






.corazonsingle {
display: block;
float: right;
	width: 35px;
	height: 22px;
overflow: hidden;
	/*cursor: pointer;*/
	padding: 12px 4px 4px 12px;
	/* background: #ddd url('images/heart.png') 50% 8px no-repeat; */
	background: #ddd;
border-radius: 8px 0px 0px 0px;  
-ms-border-radius: 8px 0px 0px 0px;  
-moz-border-radius: 8px 0px 0px 0px;  
-webkit-border-radius: 8px 0px 0px 0px;  
-khtml-border-radius: 8px 0px 0px 0px;
position: relative;
top: -38px;
right: -2px;
margin: 0px 0px 0px 0px;
font-family: Georgia, "Times New Roman", serif;
}

.corazonarticulo {
	float: right;
	width: 35px;
	height: 22px;
	/*cursor: pointer;*/
	padding: 12px 4px 4px 12px;
	/* background: #ddd url('images/heart.png') 50% 8px no-repeat; */
	background: #ddd;
border-radius: 8px 0px 0px 0px;  
-ms-border-radius: 8px 0px 0px 0px;  
-moz-border-radius: 8px 0px 0px 0px;  
-webkit-border-radius: 8px 0px 0px 0px;  
-khtml-border-radius: 8px 0px 0px 0px;
position: relative;
top: -38px;
margin-bottom: -38px;
font-family: Georgia, "Times New Roman", serif;
}

.corazonarticulosingle {
	float: right;
	width: 35px;
	height: 22px;
	/*cursor: pointer;*/
	padding: 7px 0px 0px 7px;
	/* background: #ddd url('images/heart.png') 50% 8px no-repeat; */
	background: #ddd;
border-radius: 8px;  
-ms-border-radius: 8px;  
-moz-border-radius: 8px;  
-webkit-border-radius: 8px;  
-khtml-border-radius: 8px;
margin: 0px 0px 0px 10px;
font-family: Georgia, "Times New Roman", serif;
}

.post-ratings {
cursor: default;
}

.post-ratings-image {
cursor: default;
}

.corazon, .corazonconvia {
	float: right;
	width: 35px;
	height: 22px;
	/*cursor: pointer;*/
	padding: 12px 4px 4px 12px;
	/* background: #ddd url('images/heart.png') 50% 8px no-repeat; */
	background: #ddd;
border-radius: 8px 0px 0px 0px;  
-ms-border-radius: 8px 0px 0px 0px;  
-moz-border-radius: 8px 0px 0px 0px;  
-webkit-border-radius: 8px 0px 0px 0px;  
-khtml-border-radius: 8px 0px 0px 0px;
margin: 0;
font-family: Georgia, "Times New Roman", serif; 
}

.post-ratings {
margin: 0px auto;
}

.post-ratings-image {
margin: 5px 5px 0px 0px;
}

/*.corazon:hover, .corazonconvia:hover {
	background-position: 50% -42px;
}*/

.corazonconvia {
margin-top: -18px;
}


.brevetext, .brevetext2 {
padding: 20px 0px 10px 0px;
color: #555 !important;
}

.brevetext a, .brevetext2 a {
display: block;
color: #555 !important;
}

.brevetext2 a:hover {
color: #f36 !important;
}

.brevetext span a, .brevetext2 span a {
display: inline;
color: #f36 !important;
border-bottom: 1px dotted #f36;
}

.brevetext a:hover {
color: #888 !important;
border-bottom: 1px dotted #888;
}

.via {
float: left;
margin: 0px 0px 0px 0px;
font-size: 10px;
letter-spacing: 1px;
background: #ddd;
padding: 3px 5px 3px 5px;
text-transform: uppercase;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
border-radius: 0px 3px 3px 0px;  
-ms-border-radius: 0px 3px 3px 0px;  
-moz-border-radius: 0px 3px 3px 0px;  
-webkit-border-radius: 0px 3px 3px 0px;  
-khtml-border-radius: 0px 3px 3px 0px; 
}

.via:hover {
	background: #666;
	color: #aaa;
}

.via:hover a {
	color: #fff;
}

.via a {
	color: #888;
}

.via a:hover {
	color: #fff;
}

.viasingle {
float: left;
margin: 20px 0px 0px 0px;
font-size: 14px;
background: #eee;
padding: 4px 6px;
font-family: Georgia, "Times New Roman", serif;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
}

.viasingle:hover {
	background: #eee;
}

.viasingle a {
	color: #f36;
}

.viasingle a:hover {
	color: #888;
}



.boxgrid a.comentarios {
	display: block;
float: left;
margin: 1px 0px 0px 0px;
font-size: 10px;
letter-spacing: 1px;
background: #ddd;
padding: 3px 5px;
text-transform: uppercase;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
border-radius: 0px 3px 0px 0px;  
-ms-border-radius: 0px 3px 0px 0px;  
-moz-border-radius: 0px 3px 0px 0px;  
-webkit-border-radius: 0px 3px 0px 0px;  
-khtml-border-radius: 0px 3px 0px 0px;
}

.boxgrid a.comentarios:hover {
	background: #666;
	color: #fff;
}

.boxgrid .autor {
display: block;
text-align: right;
height: 30px;
width: 30px;
margin: 3px 3px 0px 0px;
float: right;
overflow: hidden;
}

.sinvia {
margin: 20px 0px 0px 0px !important;
}

.boxgrid .autor img {
	display: block;
	width: 30px;
height: 40px;
margin: -5px 0px 0px 0px;
}

.derecha5 {
	margin-right: 5px; /*separacion */
}

.arriba10 {
	margin-top: 10px !important; /*separacion */
}

.derecha10 {
	margin-right: 10px; /*separacion */
}

.izquierda10 {
	margin-left: 10px; /*separacion */
}

.derecha15 {
	margin-right: 20px !important; /*separacion */
}

.izquierda15 {
	margin-left: 20px; /*separacion */
}

.izquierda20 {
	margin-left: 20px; /*separacion */
}

.arriba20 {
	margin-top: 20px !important; /*separacion */
}

.abajo20 {
	margin-bottom: 20px; /*separacion */
}


#autores, #colaboradores {
	display: block;
	background: #fff;
}

#autores {
	minheight: 45px;
	margin-top: -20px; /*separacion */
	padding: 12px 12px 11px 12px;
}

#colaboradores {
	height: 91px;
	padding: 0px 12px 12px 12px;
	margin: 0px 0px 20px 0px; /*separacion */
}

#ultimoscomentarios {
	padding: 12px;
background: #fff;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.4em;
	margin: -20px 0px 20px 0px; /*separacion */
}
	
#ultimoscomentarios li {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
color: #999;
font-style: italic;
	}
	
#ultimoscomentarios li a {
	color: #666;
	font-weight: normal;
font-style: normal;
	}
	
#ultimoscomentarios li a span {
	font-weight: bold;
	}
	
#ultimoscomentarios a:hover {
	color: #f36;
	}
	
#ultimoscomentarios a.recentautor {
font-size: 14px;
color: #f36;
	}
	
#ultimoscomentarios a.recentautor:hover {
color: #bbb;
	}
	
#ultimoscomentarios li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}



#autores a, #colaboradores a {
	float: left;
	position: relative;
	margin: 0px 1px 1px 0px;
}

#autores a .imgholder, #colaboradores a .imgholder {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
}

#autores a .imgholder img, #colaboradores a .imgholder img {
	display: block;
	position: relative;
	top: -7px;
width: 45px;
height: 60px;
/*height: 120px;*/
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#autores:hover a .imgholder img, #colaboradores:hover a .imgholder img {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#autores a:hover .imgholder img, #colaboradores a:hover .imgholder img {
	/*top: -67px;*/
	opacity: 1;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#autores a .nombre, #colaboradores a .nombre {
	display: none;
	position: absolute;
	width: 126px;
	left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: #fff;
	color: #f36;
	height: 12px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
	padding: 7px 10px;
}

#autores a .nombre {
	top: 46px;
}

/*#colaboradores a .nombre {
	top: 92px;
}

#autores a:hover .nombre, #colaboradores a:hover .nombre {
	display: block;
}
*/





.banner200cat {
	display: block;
	background: transparent;
	margin: 0px 0px 20px 0px; /*separacion */
	padding: 0px 50px;
overflow: hidden;
}

.banner250 {
	display: block;
	background: #fff;
	margin: 0px 0px 20px 0px; /*separacion */
	padding: 24px;
width: 252px;
overflow: hidden;
}

.banner300 {
	display: block;
	background: #fff;
	margin: -1px 0px 20px -1px; /*separacion */
	padding: 0px;
overflow: hidden;
}

.banner160 {
	display: block;
	background: #fff;
	margin: 0px 0px 20px 0px; /*separacion */
	padding: 25px 69px;
overflow: hidden;
}

.banner620 {
    display: block;
    background: #fff;
width: 580px;
height:90px;
    margin: 0px 0px 20px 0px; /*separacion */
padding: 20px;
overflow: hidden;
}

.banner468single {
padding: 20px 76px;
margin: 10px 0px 20px 0px;
background: #fff;
overflow: hidden;
}

/*embed, embed#google_flash_embed {
border: 0px solid #fff !important;
}*/

.cut {
height: 200px;
overflow: hidden;
}

.banner620 img {
width: 580px;
height:90px;
}

.banner250 a, .banner620, .banner270 {
	display: block;
}

.banner270 {
background: #fff;
padding: 14px;
width: 272px;
	margin-bottom: 20px; /*separacion */
}

.banner270 a {
border: 1px solid #eee;
display: block;
}

.banner250 a, .banner160 a, .banner300 a, .banner620 a, .banner468single a {
	display: block;
border: 0px solid #fff !important;
}




#cats {
	display: block;
	background: #fff;
	margin: -20px 0px 20px 0px; /*separacion */
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 12px;
	color: #bbb;
}

#cats li {
display: inline;
}

#cats a {
	text-transform: capitalize;
}

#cats a:hover {
	color: #f36;
}


#nuestrasredes {
	display: block;
	padding: 17px 20px 0px 20px;
	margin: 0px 0px 20px 0px; /*separacion */
	background: #fff;
	border-top: 3px solid #aaa;
}

#nuestrasredes a {
float: left;
	padding: 0px;
	margin: 0px 0px 17px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nuestrasredes a:hover {
color: #f36;
}

#nuestrasredes a img {
float: left;
	margin: -7px 10px 0px 0px;
}

#elautor {
float: right;
	padding: 17px 10px;
width: 280px;
	margin: 0px 20px 20px 0px; /*separacion */
	background: #fff;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
}

#elautor .foto {
	padding-right: 10px;
	border-right: 1px dotted #ccc;
	margin: 0px 10px 0px 0px;
width: 120px;
height: 160px;
overflow: hidden;
}

#elautor .foto img {
width: 120px;
height: 160px;
}

#elautor .nombreentrevista {
	float: right;
	width: 139px;
	text-align: center;
	margin: 40px 0px 0px 0px;
	color: #06F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#elautor .nombreentrevista:hover {
	color: #888;
}

#elautor .nombreentrevista span {
	display: block;
	margin-top: 10px;
	color: #aaa;
	font-size: 11px;
}


.archivo {
	float: left;
	margin: 0px 20px 20px 0px; /*separacion */
font-family: Georgia, "Times New Roman", serif;
	background: #fff;
	width: 300px;
overflow: hidden;
border-radius: 3px;
-ms-border-radius: 0px 0px 3px 3px;  
-moz-border-radius: 0px 0px 3px 3px;  
-webkit-border-radius: 0px 0px 3px 3px;  
-khtml-border-radius: 0px 0px 3px 3px;
}

.archivo ul {
padding: 0;
margin: 0px 20px 20px 20px;
line-height: 1.7em;
font-size: 12px;
color: #aaa;
}

.archivo ul li {
margin: 0;
padding: 0;
}

.archivo ul.tags {
text-align: center;
}

.archivo ul.tags a {
text-transform: capitalize;
}

.archivo ul.lastcomments {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1em;
}

.archivo ul a:hover {
color: #f36;
}

.articulo {
	float: left;
	margin: -1px 19px 19px -1px; /*separacion */
	background: #fff;
	border: 1px solid #eee;
	width: 300px;
height: 420px;/*
border-radius: 3px;
-ms-border-radius: 0px 0px 3px 3px;  
-moz-border-radius: 0px 0px 3px 3px;  
-webkit-border-radius: 0px 0px 3px 3px;  
-khtml-border-radius: 0px 0px 3px 3px;*/
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.articulo:hover {
	border: 1px solid #ccc;
}

.artimgholder {
display: block;
width: 300px;
height: 199px;
border-bottom: 1px solid #eee;
overflow: hidden;
}

.artimgholder img {
	display: block;
	width: 300px;
/* height: 300px; */
}

.articulo .desc {
	display: block;
	margin: 10px 15px 15px 15px;
	width: 270px;
height: 155px;
	line-height: 17px;
overflow: hidden;
}

.articulo .desc a {
color: #f36;
}

.articulo .desc a:hover {
color: #ccc;
}

.articulo .exc a {
border-bottom: 1px dotted #f36;
}

.articulo .exc a:hover {
border-bottom: 1px dotted #ccc;
}

.articulo h3 {
	display: block;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px dotted #ccc;
/*position: relative;
top: -70px;
z-index: 1000; */
	margin-bottom: 10px;
background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.articulo .por {
	display: block;
	font-style: italic;
	color: #aaa;
	font-size: 10px;
	padding: 0;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.articulo .por a {
	color: #f36;
}

.articulo .por a:hover {
	color: #888;
}

.articulo h3 a {
	color: #f36;
}


#entrafb {
	display: block;
	padding: 10px;
	background: #fff;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 20px; /*separacion */
	border-top: 3px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: center;
}

#entrafb a {
	color: #f36;
}

#entrafb a:hover {
	color: #888;
}




/* EASY TABS */

.tabsholder {
	display: block;
	background: #fff;
	padding: 12px 10px 13px 10px;
	height: 325px;
	overflow: hidden;
	margin: 0px 0px 20px 0px; /*separacion */
}

.tabs {
	display: block;
	border-bottom:1px solid #d7d7d7;
	width:280px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
	
.tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: center;
	}
	
.tabs li {
	display:inline-block;
	margin: 0px 3px 3px 0px;
	}
	
.tabs li a {
	color:#aaa;
	float: left;
	text-decoration:none;
	padding:6px 5px;
	background: #efefef;
	margin: 0;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px; 
	}
	
.tabs li a.tabactive {
	background:#f36;
	color: #fff;
	position:relative;
	}

.conthumbs {
padding: 10px;
}
	
#tabcontent2 {
	padding:0;
	color: #aaa;
	}
	
#tabcontent3,#tabcontent1 {
	width:280px;
	padding:0;
	color: #aaa;
	}
	
#tabcontent1 {
height: 300px;
	}
	
#tabcontent3 a,#tabcontent2 a,#tabcontent1 li {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
overflow: auto;
	}
	
#tabcontent1 li a {
	color: #aaa;
	font-weight: normal;
	}
	
#tabcontent1 li a span {
	font-weight: bold;
	}
	
#tabcontent3 a:hover,#tabcontent2 a:hover,#tabcontent1 a:hover {
	color: #888;
	}
	
#tabcontent3 li:hover a {
	color: #555;
	}

#tabcontent2 a, #tabcontent3 a {
	display: block;
	margin-bottom: 10px;
}
	
#tabcontent3 a:last-child, #tabcontent2 a:last-child, #tabcontent1 li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}

#tabcontent2 a .imgholder, #tabcontent3 a .imgholder {
	float: left;
	width: 60px;
	height: 40px;
	overflow: hidden;
	padding-right: 10px;
	border-right: 1px dotted #ccc;
	margin: 0px 10px 0px 0px;
}

#tabcontent2 a .imgholder img, #tabcontent3 a .imgholder img {
	width: 60px;
}

#tabcontent2 a .nombrepost, #tabcontent3 a .nombrepost {
	float: right;
	width: 199px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #f36;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#tabcontent2 a:hover .nombrepost, #tabcontent3 a:hover .nombrepost {
	color: #333;
}

.nombrepost span {
font-size: 10px;
color: #999;
}

.texto a {
color: #f36;
}

.texto a:hover {
color: #aaa;
}



#comments {
display: block;
margin-right: 20px;
}

#comments h3 {
display: block;
background: #fff;
padding: 10px;
font-family: Georgia, "Times New Roman", serif;
font-size: 21px;
color: #f36;
margin: 0px 0px 0px 0px;
border-top: 3px solid #aaa;
}

#comments h4 {
display: block;
background: #fff;
padding: 10px;
font-family: Georgia, "Times New Roman", serif;
font-size: 18px;
color: #f36;
margin: 0px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}

.commentlist {
border-top: 1px solid #aaa;
display: block;
background: #fff;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.children {
margin: 20px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.children li {
border-bottom: none;
margin: 0px -20px -20px 0px;
padding: 20px;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-radius: 3px 0px 0px 0px;  
-ms-border-radius: 3px 0px 0px 0px;  
-moz-border-radius: 3px 0px 0px 0px;  
-webkit-border-radius: 3px 0px 0px 0px;  
-khtml-border-radius: 3px 0px 0px 0px;
}

.comment, .trackback, .pingback {
padding: 20px;
border-bottom: 1px solid #ddd;
line-height: 1.6em;
}

.comment p a, .trackback p a, .pingback p a {
color: #f36;
}

.comment p a:hover, .trackback p a:hover, .pingback p a:hover {
color: #aaa;
}

.even {
background: #fff;
}

.odd {
background: #fafafa;
}

.comentario-body {
display: block;
line-height: 1.4em;
margin-left: 101px;
}

.comentario-body p {
font-size: 14px;
line-height: 1.4em;
margin: 0px 20px 25px 0px;
}

.comment-author {
display: block;
margin-bottom: 10px;
font-size: 18px;
font-family: Georgia, "Times New Roman", serif;
}

.comment-author span {
font-size: 11px;
}

.comment-author a {
font-style: normal;
color: #f36;
}

.comment-author a:hover {
color: #aaa;
}

.comment-img, .comment-img-no {
float: left;
width: 50px;
height: 50px;
overflow: hidden;
margin-right: 20px;
padding: 2px;
border: 1px solid #eee;
}

.comment-img:hover {
border: 1px solid #f36;
}

.comment-img img, .comment-img-no img {
display: block;
}

.byuser .comment-img img, .byuser .comment-img-no img {
width: 50px;
height: 67px;
margin-top: -8px;
}

.reply {
float: right;
position: relative;
bottom: 0px;
right: 0px;
font-size: 10px;
}

.reply a {
	background: #aaa;
	color: #fff;
	padding: 4px 6px;
	margin-top: 3px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
}

.reply a:hover {
	background: #f36;
}

#comments form {
margin: 10px 0px 0px 0px;
}

#comments textarea {
width: 608px;
display: block;
}

#comments input {
float: left;
}

.trackback {
padding: 10px;
}

.trackback .comment-author {
font-size: 10px;
margin-bottom: 0px;
}

.trackback p {
padding: 0px;
font-size: 10px;
margin-bottom: 0px;
}

.wpcf7-form {
padding: 20px;
background: #fff;
width: 580px;
}

.wpcf7-form p {
margin-bottom: 10px;
}

/*.wpcf7-form a {
color: #f36 !important;
}

.wpcf7-form a:hover {
color: #aaa !important;
}*/

.wpcf7-form textarea {
width: 450px;
}

#comments textarea, #comments input, .wpcf7 input, .wpcf7 textarea {
padding: 5px;
color: #888;
font-family: Arial, Helvetica, serif;
border: 1px solid #ddd;
}

#comments textarea:hover, #comments input:hover, .wpcf7 input:hover, .wpcf7 textarea:hover {
border: 1px solid #aaa;
}

#comments textarea:focus, #comments input:focus, .wpcf7 input:focus, .wpcf7 textarea:focus {
border: 1px solid #f36;
}

p.conectadocomo, .cancel-comment-reply a {
display: inline-block;
background: #fff;
	padding: 8px 10px;
	margin: 0px 0px 10px 0px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}

.cancel-comment-reply a {
margin: 10px 0px 0px 0px;
color: #f36;
}

.cancel-comment-reply small {
font-size: 11px;
}

#submit, #cf-submit {
background: #f36;
float: right !important;
color: #fff !important;
	padding: 8px 10px;
	margin: 10px 0px;
border-radius: 6px;  
-ms-border-radius: 6px;  
-moz-border-radius: 6px;  
-webkit-border-radius: 6px;  
-khtml-border-radius: 6px;
border: 0px solid #ddd !important;
cursor: pointer;
}

#submit:hover {
background: #aaa;
}

#comments label {
float: left;
background: #fff;
font-family: Georgia, "Times New Roman", serif;
margin: 4px 0px 0px 5px;
color: #aaa;
	padding: 4px 6px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
}

.coloreado {
color: #f36;
}

.faded {
color: #ddd;
text-decoration: line-through;
}

.faded a {
color: #aaa;
}

.bordehover {
margin-top: 0px;
margin-left: 0px;
/*border: 1px solid #f36;*/
margin-right: 20px;
margin-bottom: 20px;
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.bordehover:hover {
/*box-shadow: 3px 3px 5px #aaa;
-ms-box-shadow: 3px 3px 5px #aaa;
-moz-box-shadow: 3px 3px 5px #aaa;
-webkit-box-shadow: 3px 3px 5px #aaa;
-khtml-box-shadow: 3px 3px 5px #aaa;*/
}

.autorsingle {
display: block;
padding: 10px;
margin-bottom: 20px;
width: 280px;
background: #fff;
border-top: 3px solid #aaa;
font-family: Georgia, "Times New Roman", serif;
/*	border-top: 3px solid #aaa;
	border-bottom: 1px solid #aaa;*/
}

.autorwide {
display: block;
padding: 20px;
width: 900px;
margin-bottom: 20px;
background: #fff;
font-family: Georgia, "Times New Roman", serif;
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.autorsingle .autor {
float: right;
margin: 0px 20px 10px 20px;
padding: 2px;
width: 120px;
height: 160px;
overflow: hidden;
border: 1px solid #ddd;
}

.autorwide .autor {
float: left;
margin: 0px 20px 0px 0px;
padding: 2px;
width: 120px;
height: 160px;
overflow: hidden;
border: 1px solid #ddd;
}

.autorsingle .autor:hover, .autorwide .autor:hover {
border: 1px solid #f36;
}

.autorsingle .autor img, .autorwide .autor img {
display: block;
/*width: 120px;
height: 160px;*/
}

.autorsingle .descripcion {
float: left;
padding: 0;
margin: 10px 0px 20px 30px;
width: 84px;
}

.autorwide .descripcion {
float: left;
padding: 0;
margin: 5px 0px 0px 0px;
width: 170px;
font-size: 12px;
}

.allauthors .autorwide .descripcion {
margin: -30px 0px 0px 0px;
}

.autorwide .descripcion ul {
margin: 0px 0px 0px 10px;
}

.autorwide .descripcion a img, .autorsingle .descripcion a img {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

.autorsingle .descripcion a img {
margin: 0px 0px 0px 0px;
}

.autorsingle .descripcion a {
margin: 0px;
display: block;
padding: 0px 0px 0px 0px;
font-size: 10px !important;
}

.autorsingle .descripcion a span {
padding: 0px 0px 0px 0px;
}

.autorwide .descripcion a:hover img, .autorsingle .descripcion a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.autorsingle .bajada {
display: block;
width: 220px;
padding: 20px;
margin: 0px 1px 10px 10px;
font-size: 12px;
line-height: 1.4em;
background: #efefef;
border-radius: 8px;  
-ms-border-radius: 8px;  
-moz-border-radius: 8px;  
-webkit-border-radius: 8px;  
-khtml-border-radius: 8px;
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.autorsingle .bajadapunta {
display: block;
width: 12px;
height: 12px;
background: #eee url('images/punta-bubbleb.png') 50% 0 no-repeat;
margin: -5px 0px 0px 195px;
}

.autorwide .bajada {
width: 270px;
float: left;
padding: 20px;
/*min-height: 126px;*/
margin: 0px 30px 0px 0px;
font-size: 12px;
line-height: 1.4em;
background: #efefef;
border-radius: 8px;  
-ms-border-radius: 8px;  
-moz-border-radius: 8px;  
-webkit-border-radius: 8px;  
-khtml-border-radius: 8px;
/*box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

.autorwide .bajadapunta {
float: left;
width: 10px;
height: 10px;
padding: 0;
background: #eee url('images/punta-bubble-left.png') no-repeat;
margin: 30px 0px 0px 0px;
}

.autorsingle .descripcion a img, .autorwide .descripcion a img {
margin-right: 5px;
}

.autorsingle .descripcion a, .autorwide .descripcion a {
/*float: right; */
display: block;
font-size: 11px;
	margin: 0px 0px 10px 0px;
}

.autorsingle .bajada a, .autorwide .bajada a {
color: #f36;
}

.autorsingle .descripcion a:hover, .autorwide .descripcion a:hover {
color: #f36;
}

.autorsingle .bajada a:hover, .autorwide .bajada a:hover {
color: #aaa;
}

.etiquetassholder {
display: block;
margin: 10px 20px 10px 0px;
padding: 10px 20px 4px 20px;
background: #fff;
}

.etiquetass {
float: left;
width: 380px;
}

.etiquetass ul {
display: inline-block;
padding: 0;
margin: 0;
}

.etiquetass ul li {
display: inline-block;
padding: 0;
margin: 0px 0px 0px 0px;
}

.etiquetass ul li a {
display: inline-block;
margin: 0px 6px 6px 0px;
background: #ccc;
color: #fff;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
padding: 4px 6px;
}

.etiquetass ul li a:hover {
background: #f36;
}

.etiquetass a {
display: inline-block;
background: #ccc;
color: #fff;
margin: 0px 6px 6px 0px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
padding: 4px 6px;
}

.etiquetass a:hover {
background: #f36;
}

.post-categories {
display: inline;
}

#twitterquote {
float: left;
width: 200px;
font-style: italic;
margin: 0px 30px 0px 0px;
font-size: 14px;
line-height: 1.5em;
color: #888;
}

#twitterquote a {
color: #f36;
}

#twitterquote a:hover {
color: #aaa;
}

#twitterquote span {
font-size: 11px;
font-style: italic;
display: block;
color: #aaa;
margin-bottom: 10px;
}

#compartir .fb-like, #compartir fb, #fb-root {
float: left;
margin-top: -3px;
}

#fb-share {
float: right;
cursor: pointer;
margin: 0px 0px 0px 0px;
}

fb, #fb {
cursor: pointer;
}

#compartir .topsy_widget_shortcode {
display: inline-block;
margin: 4px 10px 0px 0px;
}

.gplus {
margin-top: 4px;
display: inline-block;
}

.connect_widget_sample_connections {
display: none !important;
}

#compartir {
display: block;
padding: 10px;
background: #fff;
margin: -10px 20px 10px 0px;
/*height: 30px;
overflow: hidden;*/
}

#compartirdos {
display: block;
padding: 10px;
background: #fff;
margin: 10px 0px;
}

#tw-user {
display: block;
padding: 10px;
background: #fff;
margin-bottom: 10px;
}

#tw-user img {
float: left;
margin-right: 20px;
}

#alt-login-methods {
display: block;
margin: 10px 0px;
}

#alt-login-methods p {
float: left;
margin: 0px 10px 0px 0px;
}



/* FB-LIKEBOX */

.fan_box {
	background-color: #fff;
	border: none !important;
	font-family: Arial, Helvetica, Geneva, sans-serif !important;
	color: #aaa;
border-top: 3px solid #aaa !important;
border-bottom: 1px solid #aaa !important;
padding-bottom: 10px !important;
margin-bottom: 20px !important;
display: block !important;
}

.full_widget
 {
	border: none !important;
}
.connect_top a {
	color: #f36;
	font-family: Georgia, "Times New Roman", serif;
}
.connect_top a:hover {
	color: #888;
	text-decoration: none;
}
.connections {
	background-color: #fff;
	border-top: 1px none #eee;
	color: #888;
margin-bottom: 20px !important;
}

.connect_top {
	background-color: #fff !important;
}

.grid_item {
	margin: 5px 8px 0px 8px;
display: block;
}

.grid_item a:hover {
	text-decoration: none !important;
}




#amigos {
display: block;
background: #fff;
padding: 13px 6px 0px 7px;
width: 927px;
margin: 20px 0px 20px 20px;
}

#amigos a {
float: left;
width: 80px;
height: 80px;
padding: 5px;
margin: 0px 7px 13px 6px;
background: #fff;
border-radius: 5px;  
-ms-border-radius: 5px;  
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
-khtml-border-radius: 5px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#amigos a:hover {
background: #efefef;
box-shadow: 0px 0px 7px #bbb;
-ms-box-shadow: 0px 0px 7px #bbb;
-moz-box-shadow: 0px 0px 7px #bbb;
-webkit-box-shadow: 0px 0px 7px #bbb;
-khtml-box-shadow: 0px 0px 7px #bbb;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.separadoramigos {
float: left;
width: 52px; /* mover 52 */
height: 90px;
padding: 0;
margin: 0;
}

.separador {
display: block;
height: 0;
border-top: 1px dotted #aaa;
margin: 40px 0px;
}



.citaps p {
display: block;
padding-left: 25px;
margin: 0px 25px;
border-left: 3px solid #ccc;
}

.citaa {
text-align: center;
}




#regalamos {
padding: 0px 0px 20px 0px;
margin: 0px 0px 20px 0px;
font-size: 18px;
line-height: 1.3;
text-align: center;
border-bottom: 1px solid #ccc;
position: static;
}




.editlinks {
font-size: 9px !important;
}

.cuatro04 {
display: block;
width: 900px !important;
padding: 20px 20px 40px 20px !important;
font-size: 24px;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0px 20px 20px 20px !important;
background: #fff;
text-align: center;
}

.cuatro04 h1 {
display: block;
font-size: 140px;
color: #f36;
margin: 0px 0px 20px 0px;
text-align: center;
}

.cuatro04 a {
color: #f36;
}

.cuatro04 a:hover {
color: #ccc;
}






.enlaweb {
margin: 20px 0px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
/*background: #eee;*/
padding: 20px 0px;
}

.enlaweb h3 {
color: #f36;
margin-bottom: 20px;
}

.enlaweb ul {
margin-left: 0px;
}

.enlaweb ul li {
font-size: 14px;
display: block;
margin-bottom: 10px;
color: #f36;
}

.enlaweb ul li a {
color: #f36;
border-bottom: 0px dotted #ccc;
}

.enlaweb ul li a:hover {
color: #888;
}





#thetwilightzone {
display: inline-block;
margin-left: 10px;
width: 30px;
height: 30px;
}








#logosmalla h3 {
color: #f36;
width: 280px;
padding: 0;
margin: 0px 0px 20px 0px;
}

#logosmalla .left {
float: left;
width: 280px;
}

#logosmalla .right {
float: right;
width: 280px;
}

#logosmalla img {
border: 1px solid #ccc;
float: left;
margin: 0px 30px 0px 0px;
}

#logosmalla a {
color: #f36;
}

#logosmalla a:hover {
color: #aaa;
}

#logosmalla ul {
margin-top: 70px;
}

#logosmalla ul li {
margin-bottom: 7px;
}

#logosmalla h2 {
font-size: 24px;
line-height: 24px;
color: #f36;
margin: 15px 0px;
}

#logosmalla textarea {
float: right;
width: 230px;
height: 150px;
font-family: Georgia, Times, "Times New Roman", serif;
color: #999;
border: 1px solid #ccc;
border-radius: 5px;  
-ms-border-radius: 5px;  
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
-khtml-border-radius: 5px;
}

#logosmalla textarea:focus {
color: #555;
border: 1px solid #f36;
}

.leftimg {
float: left;
width: 300px;
}

.leftimg img {
display: block;
margin: 0px auto;
}

.rightimg {
float: right;
}

.borde {
display: block;
height: 10px;
width: 100%;
clear: both;
border-bottom: 1px dotted #aaa;
margin: 0px 0px 10px 0px;
}




blockquote {
/*display: block;
margin: 0px 25px;
padding: 25px;
background: #f3f3f3;
text-align: center;
font-size: 16px;
font-style: italic;
line-height: 1.6em;
border-radius: 0px 5px 5px 5px;  
-ms-border-radius: 0px 5px 5px 5px;  
-moz-border-radius: 0px 5px 5px 5px;  
-webkit-border-radius: 0px 5px 5px 5px;  
-khtml-border-radius: 0px 5px 5px 5px;
box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;*/
}

blockquote {
display: block;
margin: 0px 0px 25px 0px;
padding: 25px;
text-align: center;
font-size: 16px;
font-style: italic;
line-height: 1.6em;
color: #f36;
text-shadow: #fff 1px 1px 0px;
-ms-text-shadow: #fff 1px 1px 0px;
-moz-text-shadow: #fff 1px 1px 0px;
-webkit-text-shadow: #fff 1px 1px 0px;
-khtml-text-shadow: #fff 1px 1px 0px;
background: url('images/quotes.jpg') 3% 15% no-repeat;
background: url('images/quotes.jpg') 3% 15% no-repeat, url('images/quotes2.jpg') 97% 90% no-repeat;
font-family: Georgia, "Times New Roman", serif;
}

blockquote em {
font-size: 18px;
}

blockquote span {
display: block;
margin-top: 12px;
text-align: right;
font-size: 14px;
color: #999;
}



blockquote.respuesta {
display: block;
margin: 0px 10px 0px 20px;
background: url('images/quotes.jpg') 3% 15% no-repeat;
padding: 0px;
text-align: inherit;
font-size: inherit;
font-style: normal;
line-height: inherit;
color: inherit;
text-shadow: #fff 0px 0px 0px;
-ms-text-shadow: #fff 0px 0px 0px;
-moz-text-shadow: #fff 0px 0px 0px;
-webkit-text-shadow: #fff 0px 0px 0px;
-khtml-text-shadow: #fff 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
}






.tweet, .query {
  font-family: Georgia, "Times New Roman", serif;
margin: 0px;
}
  .tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
padding: 0px 10px 0px 10px;
}
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase;
}
    .tweet .tweet_list li, .query .tweet_list li {
overflow-y: auto;
overflow-x: hidden;
      padding: 8px 0px;
border-bottom: 1px dotted #aaa;
}
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #f36;
}
      .tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
        color: #aaa;
}
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #fff;
}
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      margin-right: 10px;
      float: left;
padding: 1px;
border: 1px solid #ddd;
}
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
}

.tweet .tweet_list li:last-child, .query .tweet_list li:last-child {
border-bottom: none;
}

.tweet_list .burb {
float: right;
width: 214px;
/*width: 200px;*/
padding: 8px;
background: #efefef;
border-radius: 5px;  
-ms-border-radius: 5px;  
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
-khtml-border-radius: 5px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#content .tweet_list .burb {
width: 506px;
}

.tweet_list li:hover .tweet_avatar {
border: 1px solid #f36;
}

.tweet_list li:hover .burb {
background: #f36;
color: #fff;
}

.tweet_list li:hover .burb a {
color: #fff;
text-decoration: underline;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.tweet_list li .bajadapunta {
display: block;
width: 10px;
height: 10px;
padding: 0;
background: #efefef url('images/punta-bubble-left.png') no-repeat;
position: relative;
top: 12px;
left: 40px;
}

#content .tweet_list li .bajadapunta {
display: block;
width: 10px;
height: 10px;
padding: 0;
background: #efefef url('images/punta-bubble-left.png') no-repeat;
position: relative;
top: 12px;
left: 68px;
}

.tweet_list li:hover .bajadapunta {
background: #f36 url('images/punta-bubble-left.png') no-repeat;
}

.tweet .loading {
padding: 10px;
background: #fff;
}





#tweetholder {
margin: -20px 0px 20px 0px;
/*height: 200px;
overflow-y: auto;
overflow-x: hidden;*/
}




#related {
background: #fff;
/*width: 580px;*/
padding: 0px 20px 20px 20px;
margin: 10px 20px 0px 0px;
}

#related h3 {
padding: 10px 0px;
border-bottom: 0px dotted #ccc;
margin: 0px 0px 0px 0px;
font-size: 14px;
color: #f36;
}

#related ul {
padding: 0;
margin: 0;
width: 580px;
}

#related ul li {
width: 124px;
height: 103px;
display: block;
border-right: 1px dotted #ccc;
padding: 0px 10px;
float: left;
overflow: hidden;
}

#related ul li:last-child {
border-right: 0px dotted #ccc;
}

/*#related ul li.odd {
border-left: 1px dotted #ccc;
background: #fff;
}*/

#related ul li.even {
}

#related ul li a {
display: block;
width: 124px;
margin: 0px auto;
color: #f36;
padding: 0px 0px 0px 0px;
text-align: center;
}

#related ul li a:hover {
color: #999;
}

#related ul li a img {
display: block;
width: 90px;
height: 60px;
padding: 1px;
border: 1px solid #ccc;
margin: 0px auto 10px auto;
}

#related ul li a:hover img {
border: 1px solid #f36;
}

#related ul li a span {
display: block;
text-align: center;
margin: 0px 0px 0px 0px;
}





#contact img {
width: auto !important;
}



.imagensingle {
width: 300px;
height: 200px;
padding: 2px;
border: 1px solid #ccc;
overflow: hidden;
}

.imagensingle:hover {
border: 1px solid #f36;
}

.imagensingleevento {
width: 300px;
padding: 2px;
border: 1px solid #ccc;
overflow: hidden;
}

.imagensingleevento:hover {
border: 1px solid #f36;
}

.imagensingleevento .imgg {
width: 300px;
display: block;
}



.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.post-ratings-text {
}
.post-ratings-comment-author {
	font-weight: normal;
	font-style: italic;
}













#evnt {
display: block;
margin: 0px 0px 20px 0px;
}

#evnt #eventtholder {
display: block;
width: 620px;
background: #fff;
height: 160px;
margin: -20px 0px 20px 0px;
position: relative;
}

#evnt .eventt {
display: block;
float: left;
margin: 0px 10px 0px 0px;
overflow: hidden;
text-align: center;
position: relative;
width: 130px;
height: 160px;
}

#evnt .eventt a.cover {
display: inline-block;
margin: 15px auto 0px auto;
padding: 2px;
border: 1px solid #ccc;
}

#evnt .eventt a.cover:hover {
border: 1px solid #f36;
}

#evnt .eventt a.cover img {
display: block;
max-width: 124px;
max-height: 124px;
}

#evnt .eventt .cubierta {
display: block;
padding: 15px;
width: 98px;
height: 130px;
position: absolute;
z-index: 1400;
top: 160px;
left: 0px;
background: #fff;
color: #aaa;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

#evnt .eventt .cubierta h2 a {
color: #f36;
}

#evnt .eventt .cubierta h2 a:hover {
color: #ccc;
}

#evnt .eventt .cubierta a {
color: #999;
}

#evnt .eventt .cubierta a:hover {
color: #ccc;
}

#evnt .eventt .banner {
display: block;
width: 55px;
height: 86px;
position: absolute;
top: 0px;
right: 5px;
}















#evnt .prev, #evnt .next /*, .post-edit-link */ {
}

#evnt .prev:hover, #evnt .next:hover {
	background: #f36;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}











#evnt2 {
display: block;
margin: -20px 0px 20px 0px;
overflow: hidden;
padding: 0;
}

#evnt2 a {
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#evnt2 #eventtholder {
display: block;
width: 300px;
background: #fff;
height: 180px;
margin: -20px 0px 0px 0px;
position: relative;
}

#evnt2 .tabss {
display: inline-block;
width: 84px;
margin: 2px 0x 0px 0px;
text-align: center;
padding: 0px 0px 0px 10px;
}

#evnt2 .tabss li {
width: 10px;
height: 10px;
display: inline-block;
/*float: left;*/
margin: 0px 2px;
}

#evnt2 .tabss li a {
width: 10px;
height: 10px;
display: block;
background: #bbb;
}

#evnt2 .tabss li a:hover {
background: #888;
}

#evnt2 .tabss li a.current {
background: #f36;
}

#evnt2 .eventt {
display: block;
float: left;
margin: 0;
padding: 15px;
overflow: hidden;
width: 270px;
height: 150px;
position: absolute;
top: 0;
left: 0;
display: none;
}

#evnt2 .eventt .flyer {
float: left;
text-align: center;
width: 115px;
height: 150px;
}

#evnt2 .eventt .flyer img {
display: block;
margin: 0px auto;
max-width: 109px;
max-height: 144px;
border: 1px solid #ccc;
padding: 2px;
background: #fff;
}

#evnt2 .eventt .cubierta {
float: right;
padding: 0px;
width: 135px;
height: 150px;
overflow: hidden;
background: #fff;
color: #aaa;
position: relative;
}

#evnt2 .eventt .cubierta h2 a {
color: #f36;
}

#evnt2 .eventt .cubierta h2 a:hover {
color: #ccc;
}

#evnt2 .eventt .cubierta a {
color: #999;
}

#evnt2 .eventt .cubierta a:hover {
color: #ccc;
}

#evnt2 .eventt .banner {
display: block;
width: 160px;
height: 40px;
position: absolute;
bottom: 40px;
left: -25px;
z-index: 1400;
}

#evnt2 .eventt .banner img {
display: block;
width: 160px;
height: 40px;
}

.masinfo /*, .post-edit-link */ {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
position: absolute;
bottom: 20px;
right: 15px;
	background: #f36;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 3px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
}

.masinfo:hover /*, .post-edit-link */ {
	background: #ccc;
}

#evnt2 a.envia {
display: block;
font-size: 12px;
	color: #f36 !important;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
padding: 10px;
background: #fff;
text-align: center;
margin: 0px 0px 0px 0px;
border-top: 2px solid #ccc;
}

#evnt2 a.envia:hover {
	background: #f1f1f1;
}





.editlink a {
padding: 1px 4px;
color: #fff !important;
background: #ccc;
margin: 0px 0px 0px 5px;
font-size: 9px;
border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
}

.editlink a:hover {
background: #f36;
}













#evnt2 .prev, #evnt2 .next /*, .post-edit-link */ {
}

#evnt .prev:hover, #evnt .next:hover {
	background: #f36;
	color: #fff;
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

















.pasadobanner {
position: absolute;
left: 0;
top: 0;
}

.eventopasado {
/*opacity: 0.3 !important;*/
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.eventopasado:hover {
opacity: 1 !important;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.eventtarchive {
display: block;
float: left;
	border-top: 3px solid #aaa;
	margin: 0px 20px 20px 0px; /*separacion */
padding: 15px;
overflow: hidden;
width: 270px;
height: 167px;
background: #fff;
}

.eventtarchive .flyer {
float: left;
text-align: center;
width: 115px;
height: 167px;
}

.eventtarchive .flyer img {
display: block;
margin: 0px auto;
max-width: 109px;
max-height: 161px;
border: 1px solid #ccc;
padding: 2px;
background: #fff;
}

.eventtarchive .cubierta {
float: right;
padding: 0px;
width: 135px;
height: 167px;
overflow: hidden;
background: #fff;
color: #aaa;
position: relative;
}

.eventtarchive .cubierta h2 a {
color: #f36;
}

.eventtarchive .cubierta h2 a:hover {
color: #ccc;
}

.eventtarchive .cubierta a {
color: #999;
}

.eventtarchive .cubierta a:hover {
color: #ccc;
}

.eventtarchive .banner {
display: block;
width: 160px;
height: 40px;
position: absolute;
bottom: 40px;
left: -25px;
z-index: 1400;
}

.eventtarchive .banner img {
display: block;
width: 160px;
height: 40px;
}

.eventtarchive .masinfo /*, .post-edit-link */ {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
position: absolute;
bottom: 15px;
right: 15px;
	background: #f36;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 3px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
}

.eventtarchive .masinfo:hover /*, .post-edit-link */ {
	background: #ccc;
}

.masinfob /*, .post-edit-link */ {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
position: absolute;
bottom: 15px;
right: 15px;
	background: #aaa;
	color: #fff !important;
	padding: 4px 6px;
	margin-top: 3px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
}

.masinfob:hover /*, .post-edit-link */ {
	background: #ccc;
}






#evnt2 .masinfo, #evnt2 .masinfob, .eventtarchive .masinfo, .eventtarchive .masinfob {
position: static;
bottom: 0;
margin-top: 0px !important;
margin: 0px 0px 0px 5px !important;
right: 0;
}

#evnt2 .masinfoholder, .eventtarchive .masinfoholder {
display: block;
position: absolute;
text-align: right;
right: 0px;
bottom: 5px;
}




.jcarousel-container {
}

.jcarousel-container-horizontal {
position: relative;
	overflow: hidden;
width: 620px;
height: 160px;
padding: 0px;
background: #fff;
margin-top: -20px;
}

.jcarousel-clip {
}

.jcarousel-clip-horizontal {
	position: absolute;
top: 0px;
left: 35px;
width: 550px;
height: 160px;
overflow: hidden;
}

.jcarousel-item {
position: relative;
    width: 130px;
height: 160px;
margin: 0px 10px 0px 0px;
	overflow: hidden;
}
/*
.jcarousel-item img {
    width: 120px;
height: 90px;
}

.jcarousel-item span img {
    width: auto;
height: auto;
}*/

.jcarousel-item-horizontal {
/*	margin-left: 0;
    margin-right: 0px;*/
float: left;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent;
	opacity: 0;
}

.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
	position: absolute;
    top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 25px;
margin: 0px !important;
padding: 75px 0px 74px 0px;
text-align: center;
	color: #aaa !important;
background: #fff !important;
text-transform: none;
letter-spacing: 0em;
font-style: normal !important;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
border-radius: 0px !important;  
-ms-border-radius: 0px !important;  
-moz-border-radius: 0px !important;  
-webkit-border-radius: 0px !important;  
-khtml-border-radius: 0px !important;
box-shadow: 0px 0px 5px #aaa;
-ms-box-shadow: 0px 0px 5px #aaa;
-moz-box-shadow: 0px 0px 5px #aaa;
-webkit-box-shadow: 0px 0px 5px #aaa;
-khtml-box-shadow: 0px 0px 5px #aaa;
}

.jcarousel-prev-horizontal {
left: 0;
}

.jcarousel-next-horizontal {
right: 0;
}

.jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:hover, 
.jcarousel-prev-horizontal:focus, .jcarousel-next-horizontal:focus {
color: #f36 !important;
background: #fff !important;
border-color: #f36;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
box-shadow: 0px 0px 5px #f36;
-ms-box-shadow: 0px 0px 5px #f36;
-moz-box-shadow: 0px 0px 5px #f36;
-webkit-box-shadow: 0px 0px 5px #f36;
-khtml-box-shadow: 0px 0px 5px #f36;
}






.navigation {
display: block;
padding: 10px;
}

.navigation a {
color: #f36;
background: #fff;
padding: 4px 6px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}

.navigation a:hover {
color: #fff;
background: #f36;
}



#sudalabanner {
display: block;
position: relative;
width: 950px;
height: 80px;
margin: 15px 0px 15px 30px;
padding: 0px;
background: #fff;
border-radius: 0px 10px 10px 0px;
-ms-border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-khtml-border-radius: 0px 10px 10px 0px;
font-size: 11px;
color: #aaa;
}

#sudalabanner .gleft {
float: left;
width: 500px;
margin: 15px 0px 15px 65px;
}

#sudalabanner #logo {
float: left;
position: absolute;
left: -60px;
top: -30px;
}

#sudalabanner #baja {
float: right;
width: 250px;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
color: #f36;
background-image: url('images/flecha_sb.png');
background-position: left;
background-repeat: no-repeat;
height: 30px;
padding: 25px 15px 25px 35px;
background-color: #eee;
text-align: center;
border-radius: 0px 10px 10px 0px;
-ms-border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-khtml-border-radius: 0px 10px 10px 0px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#sudalabanner #baja:hover {
color: #fff;
background-color: #f36;
}

#sudalabanner h3, #sudalabanner h3 a {
display: inline;
width: 490px;
color: #f36;
overflow: hidden;
font-size: 14px;
/*line-height: 100px;*/
}

#sudalabanner h4 {
display: block;
color: #999;
font-size: 32px;
text-align: center !important;
}

#sudalabanner h4 span {
color: #f36;
}

#sudalabanner h4 span span {
display: inline !important;
}

#sudalabanner h3 a:hover {
color: #aaa;
}

#sudalabanner .hora {
display inline;
font-size: 10px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
background-color: #aaa;
height: 16px;
color: #fff;
overflow: hidden;
font-size: 14px;
padding: 3px 12px 4px 6px;
background-image: url('images/right_arrow_24.png');
background-position: right;
background-repeat: no-repeat;
}


#sudala {
margin-top: -10px;
}

#minamin {
margin: 20px 0px;
}

#minamin span.hora {
padding: 0px 9px 4px 5px;
font-size: 10px;
height: 14px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
background-color: #f36;
color: #fff;
background-image: url('images/right_arrow_18.png');
background-position: right;
background-repeat: no-repeat;
display: inline-block;
margin: 0px 5px 0px 0px;
}

#sudala .filters a {
display inline;
padding: 3px 5px;
font-size: 12px;
margin: 0px 4px 4px 0px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}

#minamin .left {
float: left;
width: 480px;
}

#minamin span {
display: inline-block;
margin: 0px 5px 0px 0px;
}

#sudala h3 {
display: inline-block;
font-size: 14px;
color: #F75D84;
}

#sudala .azul {
background-color: #144CB3;
color: #fff;
}

#sudala .rojo {
background-color: #B21423;
color: #fff;
}

#minamin {
background: #fff;
padding: 0;
}

#minamin .brevesingle {
border-bottom: 1px dotted #999;
padding: 15px 0px;
width: 580px;
margin: 0px auto;
background: transparent;
}




#minamin .primero  {
padding: 30px 0px;
}

#minamin .segundos {
padding: 22px 0px;
}

#minamin .primero h3, #minamin .primero span {
font-size: 21px;
}

#minamin .segundos h3 {
font-size: 16px;
}

#minamin .primero span {
height: 21px;
padding: 5px 14px 5px 7px;
background-image: url('images/right_arrow_31.png');
}

#minamin .segundos span {
height: 16px;
font-size: 14px;
padding: 3px 12px 5px 6px;
background-image: url('images/right_arrow_24.png');
}

#minamin .primero h3, #minamin .segundos h3 {
color: #f36;
}

#minamin .fotitou {
display: block;
text-align: center;
margin-top: 20px;
}

#minamin .fotitou img {
max-width: 200px;
padding: 1px;
border: 1px solid #ccc;
}



#minamin .primero .fotitou img {
max-width: 480px;
}

#minamin .segundos .fotitou img {
max-width: 300px;
}

.tinyimg {
width: 20px;
margin: 5px 10px 0px 10px;
padding: 1px;
border: 1px solid #ccc;
}


#enescena {
display: block;
padding: 15px;
margin-top: -20px;
margin-bottom: 0px;
background: #fff;
}

#enescena img {
display: inline;
width: 50px;
padding: 1px;
border: 1px solid #ccc;
margin-right: 10px;
}

#enescena h3 {
float: right;
width: 200px;
color: #f36;
margin-top: 14px;
font-size: 21px;
}

#verprograma {
margin-bottom: 20px;
text-align: center;
color: #f36;
border-top: 1px solid #ccc;
background: #f7f7f7;
padding: 5px;
display: block;
font-size: 12px;
}

#verprograma:hover {
background: #fff;
}



#insta {
margin-top: -20px;
padding: 10px 8px 10px 12px;
background: #fff;
}

#content #insta {
padding: 10px 0px;
}

#content #insta .igw_thumblink {
margin: 0px 2px 4px 2px;
}



#sudala #fli {
margin-top: -20px;
background: #fff;
padding: 28px 10px 10px 28px;
}

#sudala #fli a {
float: left;
padding: 1px;
width: 75px;
height: 75px;
border: 1px solid #ccc;
margin: 0px 18px 18px 0px;
}

#sudala #fli a:hover {
border: 1px solid #f36;
}

#sudala .wut {
color: #999;
text-decoration: underline;
}

#sudala .wut:hover {
color: #ccc;
text-decoration: none;
}





.sharer {
/*position: relative;*/
	display: block;
float: left;
margin: 1px 0px 0px 1px;
font-size: 10px;
background: #f36;
cursor: pointer;
padding: 3px 5px;
color: #fff;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
border-radius: 3px 3px 0px 0px;  
-ms-border-radius: 3px 3px 0px 0px;  
-moz-border-radius: 3px 3px 0px 0px;  
-webkit-border-radius: 3px 3px 0px 0px;  
-khtml-border-radius: 3px 3px 0px 0px;
text-transform: uppercase;
}

.sharer .sharerin {
display: none;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
text-transform: none;
}

.sharer.sinvia {
margin: 20px 0px 0px 1px !important;
}

.sharer:hover .sharerin {
display: block;
position: absolute;
left: 78px;
bottom: 17px;
width: 120px;
padding: 10px;
background: #fff;
text-align: center;
border: 3px solid #ccc;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}





.articulo .sharer {
	display: block;
float: left;
position: relative;
bottom: 20px;
left: 20px;
text-align: center;
width: 7px;
font-size: 10px;
background: #f36;
cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
	padding: 4px 6px 5px 6px;
margin-top: 20px;
border-radius: 3px;  
-ms-border-radius: 3px;  
-moz-border-radius: 3px;  
-webkit-border-radius: 3px;  
-khtml-border-radius: 3px;
}

.articulo .sharer:hover .sharerin {
left: -10px !important;
bottom: 22px;
width: 120px;
}

#fbComments {
background: #fff;
}





.sharein fb, .sharein .topsy_widget_shortcode {
width: 120px;
height: 20px !important;
overflow: hidden;
margin: 0px 0px 0px 0px !important;
}

.separadorvertcinco {
display: block;
height: 10px;
}





.galeria {
display: block;
width: 568px;
padding: 10px 2px 2px 10px;
background: #eee;
margin: 16px auto;
}

.galeria a {
display: block;
width: 62px;
height: 62px;
padding: 0;
margin: 0px 7px 7px 0px;
border: 1px solid #bbb;
text-decoration: none;
position: relative;
float: left;
overflow: hidden;
}

.galeria a span {
display: block;
height: 62px;
width: 300px;
padding: 0;
position: absolute;
text-align: center;
top: 0;
left: -119px;
}

.galeria a span img {
display: block;
height: 62px;
padding: 0;
margin: 0px auto;
}

.galeria a:hover {
border: 1px solid #f36;
}

.tumblr {
display: block;
margin: -20px 0px 0px 0px;
height: 269px;
padding: 15px;
width: 270px;
background: #fff;
}

.tumblr li {
display: block;
width: 89px;
height: 89px;
overflow: hidden;
margin: 0px 1px 1px 0px;
float: left;
position: relative;
}

.tumblr li a img {
display: block;
width: 149px;
position: absolute;
left: -30px;
opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.tumblr li a:hover img {
opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.tumblr-post-date, .tumblr li em, .tumblr li p {
display: none;
visibility: hidden;
}




















div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 10px 0px 0px 0px;
	padding: 10px;
font-size: 12px;
color: #fff;
}

div.wpcf7-mail-sent-ok {
background: #f36;
}

div.wpcf7-mail-sent-ng {
background: #f00;
}

div.wpcf7-spam-blocked {
background: #f00;
}

div.wpcf7-validation-errors {
background: #f36;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5%;
	left: 40%;
	z-index: 100;
	color: #fff;
background: #f36;
	font-size: 10pt;
	width: 280px;
	padding: 5px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}










.biggie .brevesingle {
font-size: 14px;
font-family: Georgia, "Times New Roman", serif;
padding: 40px 40px 0px 40px;
line-height: 1.6;
}

.biggie .imgleft, .biggie .imgright {
padding: 2px;
background: #fff;
border: 1px solid #ccc;
width: 240px;
overflow: hidden;
}

.biggie .imgleft {
float: left;
margin: 0px 30px 30px 0px;
}

.biggie .imgright {
float: right;
margin: 0px 0px 30px 30px;
}

.biggie .imgleft img, .biggie .imgright img {
width: 240px;
border: none !important;
padding: 0px !important;
}

.biggie input#submit {
margin-right: 320px;
}

.biggie .autor {
float: left;
margin: 0px 10px 0px 0px;
padding: 2px;
width: 30px;
height: 30px;
overflow: hidden;
border: 1px solid #ddd;
}

.biggie .autor:hover {
border: 1px solid #f36;
}

.biggie .autor img {
display: block;
/*width: 120px;
height: 160px;*/
width: 30px;
height: 40px;
margin: 0px 0px 0px 0px;
}

.biggie .shortlist {
display: block;
margin: 0px 0px;
padding: 25px;
background: #f3f3f3;
text-align: center;
font-size: 16px;
font-style: italic;
overflow: auto;
line-height: 1.6em;
font-family: Georgia, "Times New Roman", serif !important;
border-radius: 0px 5px 5px 5px;  
-ms-border-radius: 5px;  
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
-khtml-border-radius: 5px;
box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;
}

.citaa .quien {
	display: inline-block;
margin-right: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
padding: 2px;
border: 1px solid #ccc;
}

.citaa .quien img {
	display: block;
	position: relative;
	top: -5px;
width: 30px;
height: 40px;
/*height: 120px;*/
padding: 0;
border: 0px solid #ccc;
}






div.commentnumber {
width: 15px;
float: left;
color: #ccc;
margin-right: 10px;
}

.trackback .commentnumber {
font-size: 9px;
}



.ulimageneschicas {
/*display: block;*/
margin: 0px 0px;
padding: 25px;
background: #f3f3f3;
text-align: left;
font-size: 14px;
font-style: italic;
overflow: auto;
line-height: 1.6em;
font-family: Georgia, "Times New Roman", serif !important;
border-radius: 5px;  
-ms-border-radius: 5px;  
-moz-border-radius: 5px;  
-webkit-border-radius: 5px;  
-khtml-border-radius: 5px;
box-shadow: 3px 3px 5px #ddd;
-ms-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-khtml-box-shadow: 3px 3px 5px #ddd;
}

.ulimageneschicas li {
width: 50%;
float: left;
overflow: auto;
height: 70px;
}

.ulimageneschicas li a {
border-bottom: 0;
}

.ulimageneschicas li a span {
margin-top: 15px;
display: block;
}

.ulimageneschicas li a img {
float: left;
width: 70px;
margin-right: 15px;
}
