/* 
Theme Name: Enredate!
Theme URL: http:/www.moodstudio.net
Description: Template para el sitio enredate-cba.org, por moodstudio.
Author: Moodstudio 
Author URI: http://moodstudio.net
Version: 1.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;}caption, th, td {text-align:left;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
GENERALES */

body {
	font-size: 13px;
	background: #EEE url(images/960_grid_12_col.png) top center repeat-y;
	background: url(images/Fondo2.jpg);
	font-family: Arial, sans-serif;
	padding: 10px 0;
	}

.clear {
	clear: both;}
	
.divider {
	padding: 1em 0;
	border-top: 1px solid #eaeaea;}	
	
a {
	color: #069;}
	
a:hover {
	color: #C17C2F;}
	
.bold {
	font-weight: bold;}		
	
h2, h3 {
	font-weight: normal;}	
	
	
	
/*
HEADER _______________________________________*/
#social-linkss {
	width: 940px;
	margin: auto;
	padding: 5px 0;
	height: 28px;
	}


#social-linkss a {
 	text-indent: -9999;
	display: block;
	float: right;
	width: 28px;
	height: 28px;}
		
	
#social-linkss a.twitter {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	}

#social-linkss a.twitter:hover {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	}	
	
#social-linkss a.facebook {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	}
	
#social-linkss a.facebook:hover {
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	}				

#header-inner {
	position: relative;
	height: 140px;}
	
#header {
	width: 930px;
	margin: 0px auto 5px;
	height: 150px;
	z-index: 3;
	padding: 5px;
	background-position: 5px 5px;
	background-repeat:  no-repeat;	
	background-color: #F6F2ED;}
	
body.home #header, body#default #header, body#contacto #header, body#sobre-nosotros #header  {
	background-image: url(images/Header-MAIN.jpg);
}

body.recursos #header, 
body#categoriarecursos #header,
body#paginas-recomendadas #header {
	background-image: url(images/Header-RECURSOS.jpg);}	
	
body.notas #header, body#categorianotas #header {
	background-image: url(images/Header-NOTAS.jpg);}
	
body.agenda #header, 
body#categoriaagenda #header, 
body#publicar-evento #header {
	background-image: url(images/Header-AGENDA.jpg);}	

body#organizaciones #header, 
body.organizaciones #header,
body#loginactionregister #header,
body#registra-tu-organizacion #header {
	background-image: url(images/Header-directorio.jpg);}	
	
	
	
.logo{}
		
#header h1 a {
	display: none; }

#header .tagline {
	display: none;}

#pre-header {
	margin: auto;
	color: #FFF;
	position: absolute;
	top: opx;
	right: 0px;
	padding: 5px;
	background-color: #111;
	}
	
#pre-header ul {
	float: right;}	

#pre-header ul li {
	display: inline;
	list-style: none;
	margin: 0 0 0 5px;
	}	
	
#pre-header ul li strong{
	text-shadow:0 1px #000;
	color: #FFF;	}
	
#pre-header ul li a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
		}	
	
#pre-header ul li a:hover{
	color: #FFF;
	text-decoration: underline;
	}			
	
#navigation {
	position: absolute;
	bottom:6px;
	left: 0;}
		
#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;}			

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;}

#nav a{
	display:block;
	padding: 10px 20px;
	background: #FFF;
	color: #333;		
	text-decoration:none;
	margin-right: 10px;}

#nav a:hover{
	background: #070504;
	color: #FFF;}

#nav a.active{
	background: #292520;
	color: #FFF;}

#nav li{
	float:left;
	position:relative;}

#nav ul {
	position:absolute;
	z-index: 10000;
	display:none;
	width:14em;
	top:35px;}

#nav li ul a{
	width:14em;
	height:auto;
	float:left;}

#nav ul ul{
	top:auto;}	

#nav ul a{
	display:block;
	padding: 10px 20px;
	border-bottom: 1px solid #070504;
	background: #292520;
	color: #FFF;	
	text-decoration:none;
	z-index: 10000;}	

#nav ul a:hover{
	background: #070504;
	color: #FFF;}	

#nav li ul ul {
	left:13em;
	margin:0px 0 0 10px;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;}

/*
CONTAINER 
-------------------------------------------------------*/
#container {
	width: 940px;
	margin: auto;
	color: #333;
	position: relative;
	padding: 0 10px 20px 10px;}

/*
LAYOUT
-------------------------------------------------------*/
#content {
	float: left;
	width: 700px;
	z-index: 1;}

#content .title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8A180E;}
	
#content .title-chico {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #8A180E;}		
	
#content .title a {
	color: #8A180E;
	text-decoration: none;}	
	
#content .headline {
	border-bottom: 10px solid #eaeaea;
	padding: 10px;
	background-color: #FFF}	
	
#content .maincolumn {
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	background-color: #F6F2ED;}		
	
#content .maincolumn p{
	margin-bottom: 10px;}		
	
#content .maincolumn ul{
	padding: 5px 20px 10px 20px;}		
	
.video {
	margin-bottom: 10px;}
	
.video-loop {
	margin: 0 10px 10px 0;
	float: left;}	
		
#content .maincolumn .video {
	padding: 10px 0 40px 0;}	

#content .maincolumn .video {
	margin-bottom: 20px;}
	
#content .maincolumn .video h4 {
	margin-bottom: 10px;}
	
#content .maincolumn .video p {
	padding: 5px 0 0 0;}			

	
/*
CHANNELS 
-------------------------------------------------------*/		
#channels {
	height: 20px;
	margin: 0 0 0.5em 0;}
	
#channels h2 {
	display: none;}
		
#channels li {
	float: left;
	list-style: none;}		
	
#channels li a {
	margin-right: 5px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 12px 10px;}	

#channels li a:hover {
	color: #FAA61A;}	
	
#buscar {
	margin: 0 0 20px 0;
	position: relative;}


#buscar .s{
	width: 175px;
	font-size: 16px;
	border: 1px solid #CCC,
	background-color: #eaeaea;
	padding: 3px;}

#buscar .b{
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 1px;}		
		
/*
SLIDESHOW 
-------------------------------------------------------*/	

#slideshow {
	margin: 10px 20px 10px 0;	
	padding: 0;
	height: 300px;
	width: 460px;
	float: left;}

#slideshow .destacada {
	position: relative;
	border: 5px solid #000;}

#slideshow .excerpt{
	width: 430px;
	position: absolute;
	bottom: 0;
	left: 0px;
	padding: 10px;
	background: url(images/black_channel_bg.png);
	color: #ccc;
	font-size: 11px;}

#slideshow .excerpt h1 {
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, verdana, sans-serif;}

#slideshow .excerpt h1 a {
	color: #FFF;
	text-decoration: none;}

#slideshow .excerpt h1 a:hover {
	color: #CCC;
	text-decoration: none;}


/*
BOXES
-------------------------------------------------------*/
.box {
	position: relative;
	border: 0px solid #F6F2ED;
	width: 218px;
	height: 280px;
	float: left;
	background-color: #F6F2ED;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #D3C2A6;
	line-height: 14px;}
	
	
.box ul  {
	margin-bottom: 20px;}	


.box ul li {
	margin-bottom: 5px;
	list-style: none;}	

.ec3_events ul{
	margin: 0 0 10px 0;
	padding: 0;}
		
.ec3_events li{
	margin: 0 0 10px 0;
	padding: 0;}	

		

.box_top{
	margin: 10px 0 0 0;
	padding: 0;
	height: 288px;}
	
.box_first{
	margin-left: 0px;}

.box_last{
	margin-right: 0px;}
	
.box .excerpt{
	font-size: 12px;
	padding: 0px;
	color: #666;}
	
.box .excerpt p{
	margin-bottom: 10px;}	

.top{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 210px;}	
	
.bottom{
	position: absolute;
	left: 10px;
	bottom: 5px;}		

.attachment-home_box2 {
	margin-bottom: 10px;}
	
.box h2 {
	color: #333;
	font-size: 16px;
	letter-spacing: -0.5px;
	margin: 5px 0 10px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, verdana, sans-serif;}

.box h2 a {
		text-decoration: none;}

.box h2 a:hover {
	text-decoration: none;}
	

.conpadding h2 {
	margin-bottom: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	font-weight: normal;
	letter-spacing: 0;}
	
	
.home .recursos h2 a {
	background-color: #D3A36D;
	background-image: url(images/header_paginasrecomendadas2.jpg);
	color: #FFF;
	display: block;
	width: 203px;
	height: 23px;
	text-indent: -9999px;}
	
	
.medios h2 a {
	background-color: #D3A36D;
	background-image: url(images/header_medios2.jpg);
	color: #FFF;
	display: block;
	width: 203px;
	height: 23px;
	text-indent: -9999px;}	
	
.eventos h2 a {
	background-color: #D3A36D;
	background-image: url(images/header_proximoseventos2.jpg);
	color: #FFF;
	display: block;
	width: 203px;
	height: 23px;
	text-indent: -9999px;}				
	

		
.conpadding a.vertodas {
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666;}	
	
.conpadding a.vertodas:hover {
	color: #C17C2F;}		
	
.conpadding h2 a:hover{
	color: #FFF;
	background-color: #C17C2F;}
		
.conpadding {
	padding: 40px 5px 5px 5px;}		
	
.noticiasmedios {
	color: #666;
	font-size: 11px;}	
	
.noticiasmedios h3  {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: -1px;}	
	
.noticiasmedios h3 a {
	text-decoration: none;
	color: #666;}		

.noticiasmedios h3 a:hover {
	text-decoration: none;
	color: #C17C2F;}				

.noticiasmedios a img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #eaeaea;
	background-color: #fafafa;}	
	
.noticiasmedios a:hover img {
	background-color: #C17C2F;}	 	
	
.notamedios {
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #D3C2A6;}				
/*
POST 
-------------------------------------------------------*/	
.post-home{
	margin: 0 0 5px 0;
	border-top: 1px solid #eaeaea;
	position: relative;
	padding-bottom: 0px;}
	
.post-home h3 {
	color: #111;
	margin-bottom: 1.2em;
	font-weight: normal;}
	
.post-home h2 {
	margin: 10px 0 10px 0;
	font-family: arial, verdana, serif;}
	
.post-home h2 a{
	color: #333;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;}
	
.post-home h2 a:hover{
	color: #C17C2F;}	
		
.post-home p {
	margin: 0 0 1em 0;
	line-height: 1.4em;}	
	
.post-home img {
	border: 1px solid #CCC;
	background-color: #fafafa;
	float: left;
	margin: 0 1em 2em 0;}		
	
.post-date{
	font-size: 11px;
	color: #666;}	

.post-date a{
	color: #666;
	text-decoration: none;}	
	
.postmeta  {
	font-size: 11px;
	color: #999;}
			
.postmeta a  {
	text-decoration: underline;
	color: #999;}	
	
.postmeta a:hover  {
	text-decoration: underline;
	color: #FAA61A;}	

p.postmeta {
	margin: 0;}	
	
a.more-link {
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	background-color: #C7C424;
	color: #FFF;}			

a.more-link:hover {
	background-color: #E67332;
	color: #FFF;}
	
a .edit-link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8em;
	padding: 0.2em;
	text-align: center;
	text-decoration: none;
	background-color: #C00;
	color: #FFF;}		

a:hover .edit-link {
	background-color: #FF0;
	color: #000;}		
	
.headline {
	margin-bottom: 0;}	
		
.headline h3 {
	color: #5AAE08;
	font-size: 1.6em;
	margin-bottom: 0.6em;
	font-weight: bold;}	
	
.headline h2 a {
	color: #111;
	font-weight: bold;
	font-size: 2.4em;
	text-decoration: none;
	letter-spacing: -1px;}	
	
.headline h2 a:hover {
	color: #FAA61A;}		
	
/*
SIDEBA TABS */

#tabs {
	margin: 0;
	background-color: #eaeaea;
}

#tabs ul {
	float: left;
	padding-top: 0px;
	margin: 0 0 -10px 0;
}

#tabs li {
	margin: 0 5px 0 0;
	list-style: none;
	background-color: #eaeaea;
}

* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
	margin-bottom: 0;
}
#tabs ul li.active {
	border-top:2px #FFF solid;
	background: #FFF;
}
#tabs ul li.active a {
	color: #000;
}


#tabs div  {
	margin: 0;
	padding: 10px 0 0 0;
	background-color:#eaeaea;
	display: block;}
	

	
#tabs div a{
	padding: 1px 8px;
	display: block;
	float: none;
	color: #333;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFF;}
	
#tabs div a:hover{
	color: #FAA61A;}			
	
#tabs div h3 {
	margin-bottom: 12px;}

#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #333;
	font-weight: bold;}

#tabs div ul li a {
	text-decoration: none;
	padding: 1px 8px;
	color: #333;
	font-size: 0.9em;}

/*
POST
---------------------------------------------------------*/

.breadcrumbs  {
	margin-bottom: 10px;}
	
.breadcrumbs a {
	font-weight:bold;
	text-decoration: none;
	color: #666;}

.breadcrumbs a:hover {
	text-decoration: underline;}	
	
#functions {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding: 5px;
	position: relative;
	font-size: 11px;}	

#functions .social {
	position: absolute;
	right: 0;
	top: -8px;
	height: 30px;}	

#tools {
	width:100%;
	height:35px;
	font-size:0.9em;
	margin: 20px 0 40px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eaeaea;
	position: relative;}

#tools a img {
	margin: 0 5px 0 0;
	padding: 2px;}
	
#tools img {
	float: none;}	
	
#ratings {
	padding: 4px 0;
	float: right;
	color: #CCC;}		
	
.gallery   {
	margin: 20px 0;}		

.gallery a img  {
	margin: 0;
	padding: 1px;
	border: 1px solid #eaeaea;
	background-color: #fafafa;}		
	
.gallery a:hover img {
	border: 1px solid #eaeaea;
	background-color: #C17C2F;}		

.post-content {
	width: 640px;
	color: #333;}	
	
.post {
	line-height: 1.6em;
	padding: 0px;}
	
.post p {
	margin-bottom: 1em;}	
		
.post h2 {
	margin-bottom: 1em;
	font-weight: normal;
	font-family: arial, verdana, sans-serif;}
	
.post h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: arial, verdana, sans-serif;}			
	
.post h2 a {
	font-size: 40px;
	text-decoration: none;
	color: #222;
	line-height: 1.1em;}	
	
.post img {
	border: 1px solid #ccc;
	background-color: #fafafa;
	margin: 0 0 20px 0;}		
	
.page h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;}
	
.page .intro {
	font-weight: bold;
	color: #1E4304;
	width: 290px;
	display: block;
	float: left;
	padding: 10px;
	margin: 0 10px 0 0;
	font-size: 1.4em;
	line-height: 1.4em;}
	
.page .intro p {
	margin-bottom: 0.5em;}		
		
/*
COMMENTS
---------------------------------------------------------*/	

#comments-area h3 {
	margin-bottom: 10px;
	}	
	
#comments-area h3 a{
	font-size: 22px;
	text-decoration: none;
	color: #333;
	}	

#commentsform {
	font-size: 0.9em;
	color: #666;
	line-height: 1.2em;}
	

#commentsform input {
	font-size: 1.2em;
	color: #333;
	padding: 5px;}
	
.wpcf7	input, .wpcf7 textarea {	
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	padding: 5px;}
	
input.submit-button {
	font-size: 3em;
	padding: 20px;}	
	
#commentsform textarea {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	padding: 10px;
	color: #333;
	width: 90%;}	

.commentlist {
	color: #666;
	font-size: 0.9em;}	
     
.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	}

.commentlist li {
 	padding: 10px;
	background:#fafafa;
	color:#333;
	list-style: none;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}

.commentlist .gravatar img {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #CCC;
	}
	
.commentlist cite img {
	padding: 2px;
	margin: 0 5px 0 25px;
	}	

.commentlist cite a:link, .commentlist cite a:visited {
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	text-decoration:underline;
	} 	

#commentsform {
	margin-top: 40px;
	clear: both;}
	
#commentsform  h3{
	color: #333;
	font-size: 2em;
	margin-bottom: 20px;}	
			
/*
SIDEBAR CONTENTS
---------------------------------------------------------*/
#sidebar {
	float: right;
	width: 220px;
	padding-top: 10px;}
	
#sidebar li {
	list-style: none;}

#sidebar a.sidebar-boton {
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
	width: 102px;
	height: 70px;
	float: left;
	border: 1px solid #D3C2A6;
	text-indent: -9999px;

}


#sidebar a.sidebar-boton:hover  {
	background-position: 0 -10px;
	border: 1px solid #C17C2F;}	

#sidebar .registra {
	background-image: url(images/boton-REGISTRO.jpg);
	margin: 0 5px 5px 0;
}

#sidebar .evento {
	background-image: url(images/boton-PUBLICA.jpg);
	margin: 0 0 5px 5px;
}

#sidebar .nota {
	background-image: url(images/boton-PUBLICA2.jpg);
	margin: 5px 5px 5px 0;
}

#sidebar .contacto {
	background-image: url(images/boton-CONTACTO.jpg);
	margin: 5px 0 5px 5px;
}	
#sidebar a.sidebar-boton:hover {
	background-color: #FFF;
	border: 1px solid #8A180E;
	color: #8A180E;}	
	
#sidebar .widget a {
	text-decoration: none;}	
	
#sidebar .widget .clear{
	margin-bottom: 15px;}	
	
#sidebar .widget_text {
	padding: 0 ;}	
	
#sidebar .widget_ad {
	padding: 20px 0px 5px 0px;
	background: url(images/divider.jpg) no-repeat;}	

#sidebar .widget_text h2 {
	display: none;}	
		
#sidebar .widget h2{
	color: #947D6B;
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 18px;}

#sidebar .widget h2 a{
	color: #333;
	border-bottom: 1px dashed #D3C2A6;}

#sidebar .widget h4, #sidebar .widget p{
	margin: 5px 0;}
		
#sidebar .widgettitle a {
	color: #FFF;
	text-decoration: none;}	

#sidebar .widgettitle a:hover {
	text-decoration: underline;}
	
#sidebar .ec3_widget_cal {
	padding: 0px 0 10px 0;}


		
#sidebar .widget ul li {
	margin-bottom: 5px;}	
	
#sidebar select {
	width: 250px;}		
	
#suscribe input {
	padding: 0.3em;
	width: 190px;}		

#suscribe .button {
	width: 70px;
	padding: 0.5em;
	background-color: #1E4304;
	color: #FFF;
	border: 0; }	
	
#sidebarpodcast a img  {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #eaeaea;
	background-color: #fafafa;}		
	
#sidebarpodcast a:hover img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #eaeaea;
	background-color: #C17C2F;}		
			
#sidebarpodcast h4 a {
	font-weight: bold;
	text-decoration: none;}	
	
#sidebarpodcast a.podcast {
	display: block;
	color: #666;}
	
#sidebarpodcast .postmeta {
	margin-bottom: 5px;}	
		
#navegacion {
	width: 220px;
	margin-bottom: 20px;
	}
	
#navegacion a.boton {
	display: block;
	height: 50px;
	margin-bottom: 2px;
	text-indent: -9999px;}
	
#navegacion a.boton:hover, #navegacion a.boton.active  {
	background-position: 0 -7px;
	}	
	
	
	
#navegacion .home {	background: url(images/lateral-ENREDATE.jpg) no-repeat;}	
#navegacion .notas { background: url(images/lateral-NOTAS.jpg) no-repeat;}	
#navegacion .agenda { background: url(images/lateral-AGENDA.jpg) no-repeat;}	
#navegacion .directorio { background: url(images/lateral-DIRECTORIO.jpg) no-repeat;}	
#navegacion .recursos { background: url(images/lateral-RECURSO.jpg) no-repeat;  }	

#sidebar .sidebar-boton { 
	font-weight: bold;
	display: block;}

/*
FOOTER
---------------------------------------------------------*/
#footer {
	border-top: 5px solid #000;
	list-style: none;
	color: #333;
	width: 940px;
	margin: 0px auto 20px;
	padding: 20px 0;
	position: relative;}	
	
#footer ul {
	margin-bottom: 1em;}
		

#footer li {
	display: inline;
	list-style: none;}
	
#footer a {
	color: #333;
	text-decoration: none;
	font-weight: bold;}	

#footer a:hover {
	color: #C17C2F;
	text-decoration: underline;
	text-shadow: none;}	
		
#footer h3 {
	display: none;}
	
#footer .logos {
	position: absolute;
	right: 0;
	top: 10px;}	
	
#footer .logos a img {
	border: 1px solid #D3C2A6;}	

#footer .logos a:hover img {
	border: 1px solid #C17C2F;}		
	
/* Captions */

.wp-caption {
	float: right;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 0 -50px 1em 1em;
}

.wp-caption img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 5px;
	margin: 0;
	line-height: 14px;
}
/* End captions */	


#one-year {
	position: absolute;
	top: -30px;
	left: -95px;
	z-index: 10000;}
	



/* GENERAL CLASSES*/	
.alignleft, a .alignleft  {float: left; margin: 0 10px 10px 0;}
.aligncenter, a .aligncenter {float: none; text-align: center; margin: 0 10px; }
.alignright, a .alignright { float: right;}
.alignnone, a .alignnone  { float: none;}
.low {color:  #666; font-size: 11px; text-decoration: none;}


.relatedposts {
	padding: 10px;
	font-size: 11px;
	border-top:  1px solid #eaeaea;
}
	
.relatedposts ol {
	padding: 0 20px;
	margin: 0 20px;
	}	
	
.author {
	padding: 10px 0;
	border-top:  1px solid #eaeaea;
}	

.author img {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #CCC;
}	


.editor-comment {
	color: #1E4304;
	font-style: italic;
	font-weight: bold;}
	
	

#authorlist {
	margin-top: 20px;

	}
	
#authorlist li, .orga {
	margin: 0 0 20px 0;
	list-style: none;
	padding: 10px;
	clear: both;
	border: 1px solid #D3C2A6;
	font-size: 12px;
	background-color: #EDE7DB;
	}			

#authorlist li p{
	line-height: 16px;
	margin: 5px 0 0 0;
	
	}	
	 
#authorlist img.photo {
	width: 60px;
	height: 60px;
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	border: 2px solid #FFF	;
	}
 
#authorlist .authname {
	margin: 0 0 5px 0;
	font-size: 16px;
	}	
	
#authorlist .authname a {
	text-decoration: none;
	}
	
	
/*-----------------LOGIN------------*/

.login .input{
	padding: 5px;
	font-size: 18px;
	}
	


/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	margin-top: 30px;
	clear: both;
	font-size: 11px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #CCC;
	padding: 3px 5px;
	margin: 2px;
	color: #333;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #C17C3F;
	background-color: #C17C3F;
	color: #FFF;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#enlaces h2 {
	font-size: 16px;
	margin: 20px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #C17C2F;
	color: #C17C2F;}

#enlaces li.linkcat {
	padding:  0 0;
	list-style: none;
	}
	
#enlaces ul.blogroll {
	padding: 0;}	
	
#enlaces ul.blogroll li a{
	display: block;}	

#enlaces ul  {
	padding: 0 0;}
	
#enlaces ul li {
	padding: 0 0px;
	margin-bottom: 5px;
	list-style: none;
	font-weight: normal;}

#enlaces ul li a {
	font-weight: bold;}
	
.ec3_iconlet {
	background-color: #000;
	color: #FFF;}	
	
.ec3_iconlet table, .ec3_iconlet tr, .ec3_iconlet tbody, .ec3_iconlet td{
	border: 0;
	padding: 0;
	background-color: #000;}	
	
a.publica {
	display: block;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	position: absolute;
	right: 260px;
	top: 28px;}		
	
a.publica:hover {
	background-color: #C17C2F;
	color: #FFF;
}

.fotogal-loop {
	width: 207px;
	height: 140px;
	padding: 5px;
	background-color: #E5DACC;
	float: left;
	margin: 0 10px 10px 0;
	}	
	
.fotogal-loop a img {
	margin: 0 5px 5px 0;
	}

.your-titulo input, .your-evento input , .your-contenido textarea, .your-description textarea {width: 600px;}		

.gracias {
	padding: 10px;
	font-weight: bold;
	background-color: #FFC;
	border: 1px solid #FF0;
	margin: 20px 0;}

#fotoreportaje {
	background-color: #000;}
	

#fotoreportaje img {
	border: none;}	
	
#sidebar #facebook img {
	float: left;
	margin: 0 10px 0 0;
	}
	
#sidebar #facebook h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3B5998;
	}
	
#sidebar #facebook .facebook {
	background-color: #3B5998;
	display: block;
	height: 18px;
	}	
	
#sidebar #facebook h2 a {
	font-size: 11px;
	font-weight: normal;
	color: #3B5998;
	text-decoration: none;
	border: 0;
	}
		
 #facebook {
	padding: 5px;
	background-color: #ECEFF5;
	border: 1px solid #94A3C4;
	}
	
#sidebar #facebook ul li {
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #FFF;
	border-top: 1px solid #ECEFF5;
	}
	
#facebook ul li a {
	margin: 0;
	text-decoration: none;
	color:  #3B5998;
	font-size: 11px;
	font-weight: bold;
	}	
	
#facebook ul li a:hover {
	margin: 0;
	text-decoration: none;
	color:  #333;
	}	
	

		
#execphp-13 a {
	display: block;
	width: 68px;
	height: 68px;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 2px 0 0 0;}	
	
#execphp-13 a:hover {
	padding: 0 0 2px 0;
	}	
	
#content .maincolumn ul.categorias, #content .maincolumn ul.categorias ul {
	margin: 10px 0;
	padding: 0 0px;}
	
#content .maincolumn ul.categorias ul.children {
	padding: 0 0 0 20px;
	margin: 0;}
	
.categorias li {
	list-style: none;
	padding: 0;
	margin: 0;}
	
#slide-nav {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
	height: 20px;
	z-index: 100;
	}
	
#slide-nav a {
display: block;
float: left;
margin: 0 5px 0 0;
background-color: #666;
color: #FFF;
font-size: 10px;
text-decoration: none;
padding: 2px 4px;}	

#slide-nav a.activeSlide {
background-color: #000;
color: #FFF;
}		


#ctc-3 .ctc a {
	color: #BBAB88;}
	
	#ctc-3 .ctc a:hover {
	color: #AB9675;}
	
	
	
