/*
	Theme Name: Magazine
	Theme URL: http://www.olivialiendo.com
	Description: Magazine is a 2-column Widget-ready theme created for WordPress.
	Author: Olivia Liendo
	Author URI: http://www.olivialiendo.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #EBEBEB url(images/bg.gif) top center repeat-y;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	}
	
#wrap {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}

hr {
	border: none;
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	height: 0px;
	clear: both;
	}
	
.clear {
	clear: both;
	}
	
.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}

.tabber {
	display: none;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #ba000d;
	text-decoration: none;
	}
	
a:hover {
	color: #ba000d;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #ffffff url(images/header.png);
	width: 960px;
	height: 160px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	line-height: 20px;
	}
	
#header #imageheader {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
height:163px;
text-indent:-10000px;
width:340px;
}

#header #imageheader a {	
	display: block;
	width: 340px;
	height: 300px;
	}

#header h1, #header h4 {
	color: #ffffff;
	font-size: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	text-decoration: none;
	}
	
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #ffffff;
	font-size: 24px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.headerleft {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.headerright {
float:right;
margin:0;
padding:131px 0 0;
width:600px;
}
	

	.image {
	position:relative;
}
.image .text {
	position:absolute;
	top:133px; /* in conjunction with left property, decides the text position */
	right:0px;
	width:600px; /* optional, though better have one */
}


/************************************************
*	TopNav          							*
************************************************/

#topnav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	}
	
#topnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnav li a, #topnav li a:link {
	background: #484848;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 8px 15px 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#topnav li a:hover {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#6C6C6C none repeat scroll 0 0;
color:#FFFFFF;
margin:0 0 0 0;
padding:8px 15px 7px;
}


#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #6C6C6C;
	width: 150px;
	color: #FFFFFF;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 8px 7px 8px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	
#topnav li li a:hover {
	background: #484848;
	color: #FFFFFF;
	margin: 0px 0px 0px -1px;
	padding: 7px 8px 7px 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
	}

#topnav li li { 
	}

#topnav li ul a { 
	width: 150px;
	}

#topnav li ul a:hover, #topnav li ul a:active { 
	}

#topnav li ul ul {
	margin: -30px 0 0 171px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover1 ul ul, #topnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover1 ul, #topnav li li.sfhover1 ul, #topnav li li li.sfhover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfhover1 { 
	position: static;
	}
	
#topnav .current_page_item a {
	background: #6C6C6C;
	color: #FFFFFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}


/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: url(images/navbar.png);
	width: 960px;
	height: 36px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}

#navbar p {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	text-transform: uppercase;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	background: url(images/navside.png) right no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
    margin: 0px;
	padding: 6px 10px 9px 10px;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.png) right no-repeat;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px 9px 10px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #6C6C6C;
	color: #FFFFFF;
	width: 150px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 14px 7px 9px 11px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #111111;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Searchbar      								*
************************************************/

#searchbar {
	background: #6C6C6C;
	width: 960px;
	height: 44px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
#searchbarleft {
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	color: #111111;
	}
	
#searchbarmiddle {
	width: 290px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#searchbarright {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	}
	
#searchbarright a, #searchbarright a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#searchbarright a:hover {
	text-decoration: underline;
	}
	
#searchbarright a img {
	border: none;
	margin: 0px 3px 1px 0px;
	padding: 0px;
	}	
	
#searchbarform {
	margin: 10px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	}
	
#searchbarformheader {
	margin: 0px;
	}
	
#searchbarsearch {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 230px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
#searchbarsubmit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
	}
	
#cat {
	background: url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 2px 2px 2px;
	margin: 0px 3px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
.postform {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	display: inline;
	}
	
.rsslink {
	padding: 2px 5px 2px 15px;
	background: url(images/rss.png) no-repeat left center;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

.homeblockarriba1 {
	float: left;
	width: 323px;
	height:323px;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #e3e0dc;
	border: 1px solid #C0C0C0;
	}
	


.homeblockarriba3 {
	float: right;
	width: 323px;
	height:323px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #e3e0dc;
	border: 1px solid #C0C0C0;
	}
	
/************************************************
*	Tacos del medio 					     		    * 
************************************************/
.homeleft {
	float: left;
	width: 345px;
	margin: 0px;
	padding: 0px;
	}
	
.homeright {
	float: right;
	width: 345px;
	margin: 0px;
	padding: 0px;
	}
	
	
.homeblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
	.homeblocksidebar {
	float: left;
	width: 100px;
	min-height:175px;
	background: #FFFFFF;
	margin: 0px 10px 10px 0px;
	margin-right:1px!important;
	padding: 2px!important;
	border: 1px solid #C0C0C0;
}
	.homeblocklista1 {
	height:365px;
	background: #d4dbdb;
	margin: 0px;
	padding: 10px;
	border: 1px solid #C0C0C0;
	}
	

	
	.homeblocklista1 img{
	}
	.homeblocklista2 {
	height:100px;
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #C0C0C0;
	}
	
	.homeblocklista2 img{
	float:left;
	margin-right:10px;
	}
	
	
	/************************************************
*	Lista larga de tacos 					     		    * 
************************************************/
	
	.homeblocklista {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #C0C0C0;
	}
	
	#espaciolista{
	height: 150px;
	}
	
	.homeblocklista img{
	float:left; 
	margin-right:10px;
	}
	
	
	/************************************************
*	Resto 					     		    * 
************************************************/
	
	.entry-meta{
margin-top:0px;
padding:0px;
	}

	.estrella{
float: right;
	margin: 0px 0px 10px 10px;

}

		#espacio{
	height: 115px;
	}
	
	
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	}
	
	#contentleft .postarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
#contentleft2 {float: left;
	width: 608px;
	margin: 0px;
	padding: 0px;
}

#contentfull {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1, #contentfull h1 {
	color: #111111;
	font-size: 32px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 15px 0px 5px 12px;
	padding: 0px;
	line-height: 28px;
	}
	
	#titulopagina {margin: 20px 0px 20px 0px;
		}
	
	#contentleft h1 span {
		font-size: 32px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
		line-height:34px;
		text-transform: uppercase;


	}
	
	.image2 {margin: 10px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	height: 225px;
	}
	
	#sumary .image3 {margin: 10px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	}
	
	#sumarygeneral .image3 {margin: 10px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	}
	
	#sumarynuevo .image3 {margin: 10px 0px 0px 15px;
	padding: 15px 0px 0px 0px;
	}
	
#contentleft h1 a, #contentfull h1 a {
	color: #111111;
	font-size: 19px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	text-decoration: none;
	line-height:18px;
	}



#contentleft h1 a:hover, #contentfull h1 a:hover {
	color: #ba000d;
	font-size: 19px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	text-decoration: none;
	}
	
#contentleft h2, #contentfull h2 {
	color: #111111;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h2 a, #contentfull h2 a {
	color: #111111;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h2 a:hover, #contentfull h2 a:hover {
	color: #ba000d;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
	
	.title{
	color: #111111;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h3, #contentfull h3 {
	color: #111111;
	font-size: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentfull h4 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4 a {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h4 a:hover {
	color: #ba000d;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h5, #contentfull h5 {
	color: #111111;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h6, #contentfull h6 {
	color: #111111;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}


#cabeceroguia h1 {text-transform:uppercase}

#cabecero2 {margin:30px 0px 0px 0px;
}

#cabecero2 h1{text-transform:none;margin: 0px 0px 20px 0px;
}

#cabecero2 .image3{float:left;width: 100px; height:150px; margin-right: 10px;
}

#sumarydestacada .image3{float:left;width: 560px; height:391px; margin-right: 10px;
}

#sumarydestacada .image3{float:left;width: 560px; height:391px; margin: 10px 0px 0px 10px;
}

#sumariomiron{margin-left:25px;width:500px;
}

#resumen2{padding:10px 0px 0px 0px;font-size:12px;line-height:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;
}

#resumen3{padding:10px 0px 0px 0px;
margin: 0px 0px 30px 0px; font-size:12px;line-height:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;
}
#resumen3 a{font-size:14px
}



#resumen4{padding:10px 0px 0px 0px;
margin: 0px 0px 30px 10px; font-size:12px;line-height:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;
}

#resumen4 a{font-size:14px
}

.post {
	margin: 0px 0px 50px 0px;
	}
	
.postarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}

.postarea .breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postarea p {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 10px;
	font-weight: normal;

	
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
.postarea ul ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
	/************************************************
*	Postarea nueva				     		    * 
************************************************/	
	.postarea2 {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}

.postarea2 .breadcrumb {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postarea2 p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;

	
	}
		
.postarea2 ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea2 ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea2 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea2 ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea2 ul ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
.postarea2 a img {
margin: 0px 0px 15px 0px
}
	
	
		/************************************************
*	Postarea 3				     		    * 
************************************************/	
	#postarea3 {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	border:1px solid #C0C0C0;
	}
	
#margenesfoto{padding: 20px 0px 0px 20px;
}

#postarea3 p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
font-size:12px;line-height:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;	}
		
#postarea3 ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#postarea3 ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#postarea3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#postarea3 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#postarea3 ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#postarea3 ul ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
#postarea3 a img {
margin: 0px 0px 15px 0px
}

/************************************************
*	Postarea 4				     		    * 
************************************************/	
	#postarea4 {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 0px;
	border:1px solid #C0C0C0;
	}
	
	#postarea4 h1 {
	padding: 15px 0px 0px 0px;
	font-size: 32px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;	}
	
	#postarea4 h3 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#postarea4 p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
font-size:13px;line-height:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
font-weight: 300;	}
		
#postarea4 ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#postarea4 ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#postarea4 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#postarea4 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#postarea4 ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#postarea4 ul ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
#postarea4 a img {
margin: 0px 0px 15px 0px
}


	.post img {
    max-width: 600px;
    height: auto;
}
blockquote {

	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
		

	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archives {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.adblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
.postcomments {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 10px 20px;
	border: 1px solid #C0C0C0;
	}

#vida_cuenta{
background-color:#E4E5DF;
border:10px solid #E4E5DF;
margin-bottom:5px;
}

#vidacuenta_titulo h1{
text-transform:uppercase;
padding:0px;
margin:10px 0px 0px 0px;
}
/************************************************
*	Sumary de todos					     		    * 
************************************************/	
#sumary {
background: #F7F7F7;
	margin: 10px 0px 15px 0px;
	padding: 0px 25px 0px 5px;
	border: 1px solid #E6E6E6;
}

#sumary p {
	margin: 5px 0px 0px 10px;
padding:0px 0px 0px 0px;
line-height:20px;
font-size:13px;
text-decoration:none;
}

#resumen {font-weight:bold;
}

.postauthor {
	text-transform: uppercase;
	color:#BA000D;
	}
	
	
	
	
	#texto {
		margin: 20px 0px 0px 0px;
	}
	
	#textoarchivo {
		margin: 20px 0px 0px 13px;
	}
	
	#des{margin:40px 0px 10px 10px;padding:10px 0px 0px 0px;background: #F7F7F7;
	}
	
	#des p{font-size:14px;
	}
	
	#fotoarchivo{float:left; margin: 0px 10px 0px 0px;
	}
	
	
	#textoarchivo2 {
		margin: 10px 0px 0px 13px;
	}
	
	#rojo a, a:visited {
	color: #ba000d;
	text-decoration: none;
	}
	
	#textozapatos {
		margin: 20px 0px 0px 10px;
		float: left;
	}
	
	#anadidoszapatos {
			margin: 0px 10px 0px 10px;
}

#metaarchivo{
margin: 0px 0px 0px 3px;
}
	
	/************************************************
*	Sumary cronica del mes					     		    * 
************************************************/	
#sumarymes {
background: #dde2e1;
}

#sumarymes p{font-weight:bold;
}

	/************************************************
*	Sumary 	cronica general				     		    * 
************************************************/	
#sumarygeneral {
background: #e8e4e1;
}

#sumarygeneral p{font-weight:bold;
}

	/************************************************
*	Sumary 	cronica destacada				     		    * 
************************************************/	
#sumarydestacada {
background: #d9dbd5;
}

#sumarydestacada p{font-weight:bold;
}

	/************************************************
*	Sumary 	nuevo				     		    * 
************************************************/	
#sumarynuevo {
background: #F7F7F7;
}

#sumarynuevo p{font-weight:bold;
}
/*-------------- Verticle box -------------------*/

#vertical_list_box1 {
	width: 585px;
	height: 225px;
	float: left;
	margin:5px 0px 0px 10px;

}

#vertical_list_box2 {
	width: 585px;
	padding: 20px 0px 0px 10px;
	float: left;
   }



/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			            * 
************************************************/
	
#sidebar {
	float: right;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
font-size:12px;
	color: #111111;
	text-decoration: none;
	line-height:16px;
	}
	
#sidebar a:hover {
	color: #ba000d;
	text-decoration: none;
	}
	
#sidebar h2, #sidebar h4 {
	color: #111111;
	font-size: 14px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	margin: 0px;
	padding: 0px;
	}

#sidebar h2 a, #sidebar h2 a:visited {
	color: #000000;
	text-decoration: none;
}

#sidebar h2 a:hover  {
	color: #ba000d;
	text-decoration: underline;
}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar img {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	}
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #ba000d;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #ba000d;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .query-posts{
	}
	

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

.enews {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
	
		#espacio .homethumb{float:left; margin-right:10px;height: 100px;
	}
	
	
	
/************************************************
*	Searchform  								*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#searchformheader {
	margin: 0px;
	}

#s {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 3px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#searchsubmit {
	background: #ba000d;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 2px 2px 2px;
	border: 1px solid #ba000d;
	}

/************************************************
*	Footer  									*
************************************************/
	
#footer {
	background: url(images/footer.gif);
	width: 960px;
	height: 55px;
	margin: 0px auto 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a img {
	border: none;
	margin: 0px 4px 1px 0px;
	padding: 0px;
	}
	
.footerleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 11px 0px 0px 30px;
	}
	
.footerright {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 11px 10px 0px 0px;
	text-align: right;
	}
	
/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#subbutton {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
	}
	
#submit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #222222;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #F0E4E4;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #ba000d;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ba000d;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	0px;
	}

.tabberlive {
	margin-bottom: 10px;
	}

ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

ul.tabbernav li a {
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	background: #8e8f93;
	color: #FFFFFF;
	margin: 0px 7px 0px 0px;
	padding: 5px 15px 4px 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

ul.tabbernav li a:visited {
	background: #8e8f93;
	color: #FFFFFF;
	}

ul.tabbernav li a:hover {
	background: #F7F7F7;
	color: #222222;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a {
	background: #F7F7F7;
	color: #222222;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #DADADA;
	color: #222222;
	}

.tabberlive .tabbertab {
	background: #F7F7F7;
	color: #222222;
	margin: 3px 0px 0px 0px;
	padding: 15px 15px 5px 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.tabberlive .tabbertab h2 {
	display: none;
	}

.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.tabbertab p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	}
	
	
	/************************************************
*	Multi- page									*
************************************************/
	
	span.contentjumplink {	font-size: 1.5em; 
							color: #aaa; 
							vertical-align:middle; 
							font-weight: bold; 
							padding: 0 5px 0px 5px;
							margin: 3px 6px 3px 6px;
							font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;}
							
	a.contentjumplink {		font-size: 1.5em; 
							color: #747474; 
							vertical-align:middle; 
							font-weight: bold; 
							margin: 3px 6px 3px 6px ; 
							padding: 0 5px 0px 5px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;}
	
	
	a.contentjumpall { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	color:#747474; }
	
	span.contentjumpall {   }	

	span.contentjumptitle { vertical-align: middle ; 
							color: #aaa; 
							font-weight: bold;
							border:1px #ddd solid ;
							border-top-color: #a7a7a7;
							padding: 5px 5px 5px 5px;
							margin: 3px 6px 3px 6px}
							
	a.contentjumptitle { 	vertical-align: middle;
							border:1px #ddd solid ; 
							border-top-color: #a7a7a7; 
							padding: 5px 5px 5px 5px;
							margin: 3px 6px 3px 6px}

	select.contentjumpddl { vertical-align: middle; 
							margin: 3px 6px 3px 6px ; 
							color: #25A;
							font-weight:bold; 
							font-family:Verdana, Arial, Helvetica, sans-serif;
							width: 160px }

	ol.contentlist { background-color:#f5f5f5; width: 20%; text-align:left; line-height: 3px; padding: 0px; }
	
	ol.contentlist li { padding: 3px; }
	
	span.contentlist { color: #aaa; font-weight: bold; }
	
	a.contentlist { padding: 3px; }
	
	li.contentlistall { }

	span.contentjumpnumber { 	vertical-align: middle ;
								color: #ccc; 
								font-weight: bold;
								border:1px #ddd solid ; 
								background-color: #464646; 
								padding: 5px 5px 5px 5px;
								margin: 3px 6px 3px 6px}
								
	a.contentjumpnumber { 	vertical-align: middle; 
							border:1px #ddd solid ; 
							padding: 5px 5px 5px 5px;
							margin: 3px 6px 3px 6px}
							
	a.contentjumpnumber:hover { border-top-color: #25a; }
	
	/*-------------- Relacionados -------------------*/

#relacionados {
	margin: 15px 0px 0px 10px;
	color:#747474;
	font-size:13px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;}

#relacionados a img{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;}

#relacionados h4 {
color:#747474;
	text-transform:uppercase;
}

#relacionados h4 a, a:visited {
color:#747474;
}

#relacionados h4 a:focus, a:hover, a:active {color:#747474;
}

#relacionados a:focus, a:hover, a:active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

#relacionados a, a:visited {
color:#747474;
}

#relacionados ul li li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#relacionados ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#anadidos {
	margin: 0px 0px 15px 10px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	color:#747474;
}
#anadidos2 {
	margin: 0px 0px 15px 10px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
	color:#747474;
}

.authorbox {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #C0C0C0;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #F7F7F7;
	float: left;
	border: 1px solid #C0C0C0;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	}

	#authorlist li {
clear: left;
float: left;
margin: 0 0 5px 0;
}
#authorlist img.photo {
width: 40px;
height: 40px;
float: left;
}
#authorlist div.authname {
margin: 20px 0 0 10px;
float: left;
}

div.social_icons img {padding: 2px;}


	/*-------------- Diferentes páginas -------------------*/
span.contentjumpnumber { 	vertical-align: middle ;
								color: #000000; 
								font-weight: bold;
								border:1px #ddd solid ; 
								border-top-color: #a7a7a7; 
								background-color: #ffffff;}
/*-------------- Colaboradores -------------------*/
#colaborador {float:left;
width: 150px;
margin: 10px 28px 30px 15px;
}

#fotocolaborador{float:left;width: 150px;margin: 0px 0px 10px 0px;
}

#fotocolaborador img {width:150px;height:225px;
}

#titulocolaborador{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
font-size: 9pt;
	line-height: 10pt;
	font-weight: bold;
text-transform:capitalize;
}

#textocolaborador p{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 9pt;
line-height: 10pt;
margin: 5px 0px 0px 0px;padding:0px 0px 0px 0px;
}

/*-------------- Elepe -------------------*/
#disco {
}

#caratuladisco{float:left;height;225px;
}

#ratingdisco{height:100px;position:relative;top:125px;left:15px;
}

#textodisco{margin:10px 0px 0px 0px;
}

#textodisco .postarea p {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 10px;
	font-weight: normal;

	
	}
	
	
	#mas1{
	padding-left:15px;
	}
	
	#cada{
	padding-left:15px;
	}
