/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {background: url(img/min.png) no-repeat bottom}

/* box A */
.box_a {
	display: none;
	margin: 10px 0 0 0;
	background: url(img/box_rp.png) repeat-y;
	overflow: hidden;
}

.box_a h2 {
	display: block;
	width: 294px;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_a div {
	display: block;
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #999;
}


span.foot {
	display: block;
	width: 324px;
	height: 14px;
	background: url(img/box_f.png) no-repeat bottom;
}

/* Widgets style */
.widgets h2 {
	display: block;
	width: 294px;
	height: 17px;
	background: url(img/box_h.png) no-repeat top;
	padding: 7px 0 0 30px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.widgets li {
	display: none;
	background: url(img/box_rp.png) repeat-y;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.widgets li li {
	background: none;
	margin: 0 0 0 0;
}

.widgets ul li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.widgets ul {padding: 0 10px 0 10px}
.widgets form {padding: 0 10px 0 10px}

.widgets div {
	padding: 0 10px 0 10px;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.widgets p {margin: 0 0 7px 0}
.widgets form div {padding: 0 0 0 0}
.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 50px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
	color: #999;
	font-size: 0.9em;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #ff0000;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}

.tabcontent li a {

	line-height: 1.9em;
	border-bottom: 1px solid #eee;
	padding: 4px 5px 4px 10px;
	
	}

.tabcontent li a:hover {
	background: #f6feff;
	color: #297eb9;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}

/* Subscription style */
#feedlink {
	font-weight: bold;
	padding-left: 22px;
	background: url(img/ico_feed.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	width: 324px;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	display: inline;
	overflow: hidden;
}

#feedform input {
	vertical-align: middle;
	display: inline;
}

#feedemail {
	background: url(img/field.png) no-repeat;
	width: 194px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin-left: 22px;
}

#feedbutton {
	background: url(img/signup.png) no-repeat top;
	width: 64px;
	height: 20px;
	cursor: pointer;
	margin: 0 0 0 3px;
}
#feedbutton:hover {background: url(img/signup.png) no-repeat bottom}

/* Additional post/page sidebar styles */
span.side_avatar {
	float: left;
	display:inline;
	margin-right: 10px;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

/* Various icons */
li.ico_categories {
	background: url(img/ico_categories.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}
li.ico_categories a {font-weight:bold}

li.ico_comments {
	background: url(img/ico_comments.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_views {
	background: url(img/ico_views.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_ratings {
	background: url(img/ico_ratings.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

li.ico_print {
	background: url(img/ico_print.png) no-repeat;
	background-position: left center;
	padding-left: 22px;
}

/* mis links botones */
#milink {
	font-weight: normal;
	padding-left: 22px;
	background: url(img/milink.png) no-repeat;
	background-position: left center;
}

#milink2 {
	font-weight: bold;
	padding-left: 22px;
	background: url(img/linkoteka.png) no-repeat;
	background-position: left center;
}


#milink3 {
	font-weight: normal;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/iconofavoritos.png) no-repeat;
	background-position: left center;
}

#milink4 {
	font-weight: normal;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/iconoinicio.png) no-repeat;
	background-position: left center;
}

#milink5 {
	font-weight: normal;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/iconoescritorio.png) no-repeat;
	background-position: left center;
}

#milink6 {
	font-weight: normal;
	font-size: 0.9em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/ico_more.png) no-repeat;
	background-position: left center;
	
}

#milinksubir {
	font-weight: normal;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/subirfile.gif) no-repeat;
	background-position: left center;
	
}

#mifestival {
	font-weight: normal;
	font-size: 1em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/festival.png) no-repeat;
	background-position: left center;
	
}

#mifacebook {
	font-weight: normal;
	font-size: 0.8em;
	padding: 10px 10px 10px 10px;
	padding-left: 22px;
	background: url(img/iconfacebook.png) no-repeat;
	background-position: left center;
	
}



/*thumnail para publicaciones */



.thumbnail{

position: relative;

z-index: 0;

}



.thumbnail:hover{

background-color: transparent;

z-index: 50;

}



.thumbnail span{ 

position: absolute;

background-color: #fafa86;

padding: 10px;

left: -1000px;

border: 2px solid  #666666;

visibility: hidden;

color: black;

text-decoration: none;
width: 300px;

}



.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 2px;

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

bottom-right: 60px;

left: 60px; /*position where enlarged image should offset horizontally */



}


/* Buscador */

#buscador{
	display: block;
	width: 300px;
	height: 30px;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 10;
	
	}


/* Area */
.searchform {
	position: absolute;
	top: 0px;
	bottom: 5px;
	right: 35x;
	height: 20px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 200px;
	height: 15px;
	background: url(img/search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 3px 2px 3px;
}

.searchbutton {
	width: 80px;
	height: 20px;
	background: url(img/search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.searchbutton:hover {background: url(img/search_go.png) no-repeat bottom}




