/*
Theme Name: Algo Amarillo
Theme URI: http://algoamarillo.com.ar/
Description: Mi tema personal.
Version: 1.0
Author: Lucas Jaymez
Author URI: http://algoamarillo.com.ar/
Tags: amarillo

	Amarillo 1.0
	 http://algoamarillo.com.ar

	Mi propio tema para Wordpress
*/



/* Begin Typography & Colors */
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneuebold-webfont.eot');
    src: url('fonts/helveticaneuebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuebold-webfont.woff') format('woff'),
         url('fonts/helveticaneuebold-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuebold-webfont.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('fonts/helveticaneuelight-webfont.eot');
    src: url('fonts/helveticaneuelight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneuelight-webfont.woff') format('woff'),
         url('fonts/helveticaneuelight-webfont.ttf') format('truetype'),
         url('fonts/helveticaneuelight-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveticaneue-webfont.eot');
    src: url('fonts/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-webfont.woff') format('woff'),
         url('fonts/helveticaneue-webfont.ttf') format('truetype'),
         url('fonts/helveticaneue-webfont.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('fonts/helveticaneueultralight-webfont.eot');
    src: url('fonts/helveticaneueultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueultralight-webfont.woff') format('woff'),
         url('fonts/helveticaneueultralight-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueultralight-webfont.svg#HelveticaNeueUltraLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}

body {
	-webkit-text-size-adjust: none;
	color: #333;
	background-color: #222;
	margin: 0px;
	padding: 0px;
	position: inherit;
	bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(img/fabric.jpg);
	}
#fondo {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0px;
	height: 100%;
	position: inherit;
	bottom: 0px;
	background-repeat: repeat-x;
	background-position: center bottom;
	}
a {
	color: #333;
	}
#container {
	display: inline;
	width: 960px;
	margin-top: 0px;
	float: left;
	margin-left: -480px;
	left: 50%;
	position: relative;
	padding-bottom: 70px;
	background-color: #fae017;
	background-image: url(img/Fondoblur.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	}
#header {
	width: 960px;
	padding-top: 0px;
	height: 155px;
	float: left;
	display: inline-block;
	margin: 0px;
	}
#logo {
	width: 350px;
	clear: right;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
 	}
#logo img a {
 	}
#weather {
	width: 150px;
	float: left;
	display: inline;
	padding: 0px;
	margin-top: 10px;
	}
#clima {
	float: right;
	height: 80px;
	width: 100px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
	background-color: #333;
	padding-top: 10px;
	margin-right: 60px;
	}
.weather {
	width: 100px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/nd.png);
 	}
	.Rain {
	background-image: url(img/rain.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Snow {
	background-image: url(img/snow.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Sunny {
	background-image: url(img/sunny.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Foggy, .Haze, .Smoky, .Blustery  {
	background-image: url(img/fog.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Dusty {
	background-image: url(img/dusty.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Cloudy {
	background-image: url(img/cloud.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Mostly Cloudy {
	background-image: url(img/cloudy.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
 	.Clear (night), .Clear {
	background-image: url(img/moony.png);
	background-repeat: no-repeat;
	background-position: center center;
 	}
	.Windy, .Partly Cloudy/Windy {
	background-image: url(img/windy.png);
	background-repeat: no-repeat;
	background-position: right top;
 	}
	.Partly Cloudy, .Partly Cloudy (day), .Sunny/Windy {
	background-image: url(img/halfsunny.png);
	background-repeat: no-repeat;
	background-position: right top;
 	}
	.Partly Cloudy (night) {
	background-image: url(img/halfmoony.png);
	background-repeat: no-repeat;
	background-position: right top;
 	}
#hora {
	float: left;
	display: inline;
	height: 30px;
	width: 158px;
	position: relative;
	}
#botonera  {
	float: left;
	margin-top: 15px;
	list-style-type: none;
	display: inline;
	width: 385px;
	visibility: visible;
	margin-left: 30px;
	}
#botonera ul {
	width: 170px;
	display: inline;
	clear: right;
	float: left;
	margin-right: 5px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
#botonera  ul  li  {
	list-style-type: none;
	display: inline;
	clear: none;
	float: left;
	width: 100%;
	height: 20px;
	margin-left: 0px;
	}
#botonera ul li a  {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	padding-left: 8px;
	text-decoration: none;
	float: left;
	list-style-position: outside;
	color: #333;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: lighter;
	text-transform: lowercase;
	}
#botonera ul li a:hover {
	color: #fae017;
	background-color: #333;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	}
#body2 {
	width: 960px;
	display: block;
	float: left;
	margin-bottom: 25px;
	}
.titulopagina {
	font-size: 48px;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	display: inline;
	text-align: left;
	text-transform: lowercase;
	float: left;
	margin-top: 35px;
	padding-left: 35px;
	margin-bottom: 5px;
	width: 60%;
	letter-spacing: -2px;
	font-weight: normal;
	}
.titulopagina a {
	list-style-type: none;
	text-decoration: none;
	margin-bottom: 0px;
	padding: 5px;
	}
.titulopagina a:hover {
	list-style-type: none;
	color: #fae017;
	background-color: #333;
	}
#cuadro {
	float: left;
	display: inline;
	width: 960px;
	}
#derecha {
	display: inline;
	float: right;
	height: 100px;
	width: 180px;
	}
.completo {
	display: inline;
	float: left;
	width: 540px;
	}
#bloque {
	display: inline;
	float: left;
	width: 250px;
	clear: right;
	margin-left: 30px;
	margin-top: 40px;
	}
#texto {
	float: left;
	display: block;
	width: 600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
#texto h4, #texto h4 p   {
	font-size: 20px;
	font-weight: normal;
	float: left;
	display: inline-block;
	color: #333;
	line-height: 24px;
	}
#texto h4 {
	margin-bottom: 15px;
	}
#texto p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
#texto ul li {
	display: inline;
	margin-bottom: 5px;
	float: left;
	font-style: normal;
	padding: 10px;
	font-size: 15px;
	line-height: 18px;
	}
#texto ul li a {
	color: #333;
	text-decoration: none;
	}
#texto ul li a:hover {
	color: #333;
	text-decoration: underline;
	}
#texto  ul  li ul, #texto ul{
	display: inline;
	float: left;
	min-height:25px;
	margin: 0px;
	padding: 0px;
	}
#texto ul li ul li, #texto ul ul li {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	list-style-type: circle;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
#texto   ol  {
	display: inline;
	float: left;
	min-height:25px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
#texto   ol   li  {
	display: inline;
	float: left;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 15px;
	}
#herramientas {
	float: right;
	width: 50px;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px;
	}
.facebook    {
	height: 35px;
	float: left;
	width: 40px;
	background-image: url(img/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin-left: 15px;
	}
.twitter  {
	height: 35px;
	float: left;
	width: 40px;
	background-image: url(img/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin-left: 15px;
	}
.gplus  {
	height: 35px;
	padding-top: 5px;
	float: left;
	width: 40px;
	background-image: url(img/gplus.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin-left: 15px;
	}
.print{
	height: 35px;
	float: left;
	width: 40px;
	display: inline;
	margin-left: 15px;
	background-image: url(img/print.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.evernote{
	height: 35px;
	float: left;
	width: 40px;
	display: inline;
	margin-left: 15px;
	background-image: url(img/evernote.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.commentbubble  {
	font-family: HelveticaNeueBold;
	font-size: 20px;
	height: 32px;
	padding-top: 8px;
	width: 40px;
	background-image: url(img/bubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: inline;
	margin-left: 15px;
	float: left;
	text-decoration: none;
	color: #333;
	}
.commentbubble a, .twitter a, .facebook a  {
	color: #333;
	float: left;
	text-decoration: none;
	}
ul.display {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
ul.display li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	}
ul.display li .content_block {
	float: left;
	display: inline;
	width: 870px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	list-style-image: none;
	list-style-type: none;
	}
ul.display li .content_block h5{
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 5px;
	display: inline;
	float: left;
	width: 460px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
	font-weight: normal;
	}
ul.display li .content_block h4 {
	font-size: 16px;
	display: inline;
	float: left;
	font-family: HelveticaNeueBold;
	margin-bottom: 10px;
	}
ul.display li .content_block h2   {
	font-family: HelveticaNeueLight, Helvetica, sans-serif;
	font-size: 36px;
	display: inline;
	float: left;
	width: 460px;
	padding-top: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
	padding-left: 25px;
	line-height: 36px;
	font-weight: lighter;
	}
ul.display li .content_block h2 a   {
	color: #333333;
	text-decoration: none;
	}
ul.display li .content_block h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}
ul.thumb_view  {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 100%;
	}
ul.thumb_view li {
	text-decoration: none;
	display: inline;
	float: left;
	margin: 0px;
	width: 310px;
	clear: none;
	}
ul.thumb_view li .content_block {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	float: left;
	width: 310px;
	} 
ul.thumb_view li .content_block h2 {
	display: none;
	}
ul.thumb_view li .content_block h5 {
	display: none;
	}
ul.thumb_view li .content_block a img {
	margin: 0px;
	padding: 5px;
	background-color: #fae017;
	}
ul.thumb_view li .content_block a:hover img{
	background-color: #FFF;
	}
ul.thumb_view li .content_block .texto {
	display: none;
	}
ul.thumb_view li .content_block #herramientas {
	display: none;
	}
a.switch_thumb {
	width: 885px;
	height: 24px;
	line-height: 26px;
	display: block;
	outline: none;
	background-image: url(img/switch.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #333;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	clear: none;
	float: left;
	text-align: right;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 0;
	}
a.swap {
	background-position: right bottom;
	}
.ampliar {
	font-family: HelveticaNeueBold;
	font-size: 12px;
	color: #fae017;
	display: inline;
	text-decoration: none;
	text-align: right;
	position: relative;
	float: left;
	width: 460px;
	margin-bottom: 5px;
	margin-top: 0px;
	}
.ampliar:hover {
	text-decoration: none;
	color: #fae017;
	}
.ampliar span {
	list-style-type: none;
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	}
.ampliar:hover span {
	list-style-type: none;
	text-decoration: none;
	color: #fae017;
	background-image: url(img/plushover.png);
	background-position: left center;
	}
.alignright a img, .alignright img {
	display: inline;
	padding: 8px;
	float: right;
	margin-top: 10px;
	background-color: #333;
	}
.alignright a:hover img {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 10px #333333;
	}
#superior .alignnone, #superior .aligncenter {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.texto    {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 540px;
	display: inline;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	}
.texto h2 {
	float: left;
	display: inline;
	margin-bottom: 5px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	}
.texto p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	display: inline;
	text-align: left;
	padding: 0px;
	width: 100%;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 14px;
	}
.texto ol {
	display: inline;
	float: left;
	margin-top: 15px;
	padding-top: 5px;
	width: 500px;
	margin-left: 0px;
	padding-left: 15px;
	}
.texto ol li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	text-indent: -15px;
	width: 100%;
	margin-left: 15px;
	}
.texto p a{
	text-decoration: underline;
	color: #333333;
	}
.texto ul {
	display: inline;
	list-style-type: none;
	float: left;
	margin-top: 15px;
	padding-top: 5px;
	width: 500px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height:25px;
	}
.texto ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin-top: 2px;
	font-size: 12px;
	list-style-position: inside;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	}
.texto ul li a {
	display: inline;
	text-decoration: underline;
	color: #000;
	font-family: HelveticaNeueBold, sans-serif;
	}
.texto ul li a:hover   {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	margin-top: -3px;
	margin-right: -5px;
	margin-left: -5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: -3px;
	}
.texto a img {
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
	padding: 7px;
	background-color: #FFF;
	margin-bottom: 0px;
	margin-left: 0px;
 	}
.texto a:hover img {
	background-color: #333;
 	}
.thumbs {
	float: right;
	width: 50%;
	display: inline;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
	background-image: url(img/data.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
.thumbs ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline-block;
	float: left;
	width: 70%;
	}
.thumbs ul li {
	font-size: 12px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	margin-bottom: 3px;
	}
.thumbs ul li a {
	color: #333;
	text-decoration: none;
	}
.thumbs ul li a:hover {
	text-decoration: underline;
	}
.post-meta-key {
	color: #333333;
	text-transform: capitalize;
	font-size: 12px;
	}
.post-meta  li a {
	background-image: url(img/externo.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	}
.enlace a {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: inline;
	text-decoration: none;
	text-align: right;
	position: relative;
	float: left;
	padding-left: 8px;
	}
.enlace a:hover {
	text-decoration: none;
	color: #fae017;
	background-image: url(img/botonera.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.enlace a span {
	list-style-type: none;
	background-repeat: repeat;
	margin: 0px;
	display: block;
	padding-right: 8px;
	float: left;
	height: 18px;
	padding-top: 2px;
	text-decoration: none;
	}
.enlace a:hover span {
	list-style-type: none;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(img/botonera.png);
	background-color: #fae017;
	text-decoration: none;
	}
blockquote   {
	float: left;
	display: inline;
	width: 450px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 17px;
	padding-right: 5%;
	padding-left: 100px;
	text-align: left;
	color: #FFF;
	background-image: url(img/quotes.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #333;
	margin-left: -50px;
	}
blockquote  p {
	color: #FFF;
	}
blockquote p a {
	color: #Fae017;
	text-decoration: none;
	font-weight: bold;
	}
blockquote p a:hover {
	color: #FAE017;
	text-decoration: underline;
	}
#zocalo {
	width: 940px;
	min-height:120px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 0px;
	}
#zocalo a{
	text-decoration: none;
	}
#zocalo ul {
	display: inline;
	clear: right;
	float: left;
	width: 203px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 12px;
	padding: 10px;
	margin-left: 0px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
#zocalo ul a {
	text-decoration: none;
	color: #333;
	}
#zocalo ul:hover {
	background-color: #333;
	}
#zocalo .titulo {
	font-family: HelveticaNeueLight, Helvetica, sans-serif;
	font-size: 24px;
	display: block;
	float: left;
	padding-bottom: 5px;
	width: 180px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	font-weight: lighter;
	}
#zocalo .icono {
	display: inline;
	clear: right;
	float: left;
	height: 80px;
	width: 100%;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
 	}
#zocalo ul p {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 13px;
	display: inline;
	float: left;
	padding: 0px;
	width: 183px;
	line-height: 15px;
	height: 135px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	}
#zocalo ul p a {
	text-decoration: none;
	margin-top: 10px;
	display: inline;
	float: left;
	}
#zocalo ul:hover p, #zocalo ul:hover .titulo, #zocalo ul:hover .link {
	color: #fae017;
	}
#zocalo ul .link {
	font-family: HelveticaNeueBold;
	font-size: 12px;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	float: right;
	margin-top: 15px;
	}
#grafica .icono {
	background-image: url(img/grafica.png);
	}
#web .icono {
	background-image: url(img/web.png);
	}
#editorial .icono {
	background-image: url(img/editorial.png);
	}
#media .icono {
	background-image: url(img/media.png);
	}
#zocalo ul:hover .icono {
	background-position: top;
	}
p#cross-links {
	text-align: center;
	margin: 0px;
	display: inline;
	float: left;
	width: 960px;
	}
p#cross-links a {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	}
p#cross-links a:hover {
	text-decoration: none;
	color: #fae017;
	background-color: #333333;
	}
		
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a {
	text-decoration: none
	}
noscript ol { margin-left: 25px; }
		
h3 {
	text-align: left;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
	float: left;
	line-height: 22px;
	}
h3 a {
	text-decoration: none;
	}
h3 a:hover {
	color: #333333;
	text-decoration: underline;
	}
h4 {
	text-align: left;
	font-family: HelveticaNeueLight, Helvetica, sans-serif;
	font-size: 32px;
	display: block;
	float: left;
	clear: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 34px;
	font-weight: lighter;
	}
h4 a {
	text-decoration: none;
	}
h4 a:hover {
	color: #333333;
	text-decoration: underline;
	}
.link a {
	font-family: HelveticaNeueBold;
	font-size: 13px;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	float: right;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	}
.link a:hover {
	text-decoration: none;
	color: #fae017;
	background-color: #333;
	}
.myform{
	width:480px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.small {
	display:inline;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:180px;
	text-transform: none;
	font-variant: normal;
	font-family: Arial;
	}
input {
	float:left;
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 7px;
	border: 5px none #333333;
	padding: 5px;
	color: #333;
	display: inline;
	width: 90%;
	}
textarea {
	float:left;
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	border: 5px none #333333;
	padding: 5px;
	color: #333;
	}
.boton {
	color:#FBE31B;
	font-size:13px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: 100px;
	background-color: #333333;
	font-family: HelveticaNeueBold;
	display: inline;
	float: left;
	margin-right: 25px;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.multilinea {
	background-color: #FAE017;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #333333;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
.wpcf7-acceptance {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	}
.wpcf7-list-item {
	display: inline;
	float: left;
	}
.wpcf7-list-item-label {
	font-size: 12px;
	font-style: italic;
	display: inline;
	float: left;
	margin-right: 15px;
	}
.wpcf7-radio {
	border: 3px solid #333;
	background-color: #666;
	padding: 0px;
	width: 100%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}
.simplelinea {
	background-color: #FAE017;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	width: 200px;
	}
.navigation {
	display: inline;
	float: left;
	width: 940px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	min-height: 40px;
	background-color: #333;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.nav {
	display: inline;
	float: left;
	width: 230px;
	}
.left a {
	font-family: HelveticaNeueBold;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	text-decoration: none;
	background-image: url(img/left.png);
	float: left;
	padding-top: 8px;
	padding-left: 40px;
	clear: right;
	padding-right: 10px;
	margin-top: 7px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	padding-bottom: 2px;
	margin-right: 10px;
	display: inline;
	color: #fae017;
	}
.right a {
	font-family: HelveticaNeueBold;
	font-size: 12px;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	text-decoration: none;
	float: left;
	padding-right: 40px;
	padding-top: 8px;
	text-align: right;
	padding-left: 0px;
	margin-top: 7px;
	margin-bottom: 2px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-bottom: 2px;
	display: inline;
	color: #fae017;
	}
.right a:hover, .left a:hover {
	text-decoration: none;
	color: #FFF;
	}
.right a:hover {
	background-image: url(img/right2.png);
	}
.right a:active{
	background-image:url(img/righton.png);
	}
.left a:hover {
	background-image: url(img/left2.png);
	}
.left a:active{
	background-image:url(img/lefton.png);
	}
#comentar {
	display: inline;
	float: left;
	padding-top: 15px;
	background-image: url(img/comments.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 870px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 15px;
	margin-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
.comentarios{
	display: inline;
	float: left;
	width: 870px;
	min-height: 40px;
	margin: 0px;
	padding: 0px;
	}
.footer   ul   li  a {
	font-family: HelveticaNeueBold;
	text-align: left;
	float: left;
	list-style-type: none;
	font-size: 13px;
	
	text-decoration: none;
	text-transform: uppercase;
	}

#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
	}
#combox {
	border:0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	}
ol.commentlist {
	padding:0;
	border:0;
	margin-bottom: 20px;
	margin-top: 0;
	float: left;
	width: 65%;
	display: inline;
	clear: right;
	}
ol.commentlist li {
	border-top-style: dotted;
	width: 100%;
	margin: 0;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333;
	border-bottom-color: #333;
	padding-bottom: 15px;
	}
ol.commentlist li.alt {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline-block;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	}
.avatar2 {
	float: left;
	display: inline;
	padding: 0px;
	border: 1px solid #333;
	margin-top: 15px;
	margin-right: 10px;
	}
.avatar2 img {
	border: 0;
	}
.commentbody {
	float: left;
	display: inline;;
	font-size: 13px;
	line-height: 15px;
	margin-left: 20px;
	font-family: Arial;
	font-style: normal;
	margin-top: 2px;
	font-weight: normal;
	}
.commentbody img {
	border:0;
	vertical-align: middle;
	}
p.comment_author {
	font-size: 0.9em;
	font-family: HelveticaNeueBold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
span.comment_time {
	display: inline;
	margin: 0px;
	}
.comment_text p{
	line-height: 1.3em;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.comment_text p a{
	text-decoration: none;
	}
.comment_text p a:hover{
	text-decoration: underline;
	}
.reply {
	float: right;
	width: 30%;
	margin-left: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 2%;
	display: inline;
	margin-bottom: 5px;
	}
.reply  fieldset p {
	display: inline;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
.reply fieldset {
	vertical-align: middle;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.reply label {
	vertical-align: middle;
	display: inline;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 11px;
	}
.replytext {
	width: 195px;
	}
.replytext:focus {
	background-color: #FFFFFF;
	}
.replyarea {
	line-height: 1.5em;
	padding: 5px;
	height: 120px;
	overflow-x: auto;
	overflow-y: auto;
	width: 190px;
	margin-top: 3px;
	}
.replyarea:focus {
	background-color: #FFFFFF;
	}
.replybutton {
	text-align: center;
	width: 200px;
	height: 20px;
	cursor: pointer;
	text-transform: lowercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 5px;
	padding-top: 2px;
	color: #fae017;
	background-color: #333;
	}
.replybutton:hover {
	background-color: #fae017;
	color: #FFF;
	background-image: url(img/botonera.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.aktt_tweet_time  {
	}
.aktt_username a {
	padding-right: 3px;
	padding-left: 3px;
	}
.aktt_tweet_reply {
	padding-right: 3px;
	padding-left: 3px;
	}
.footer {
	display: inline;
	float: left;
	width: 920px;
	margin-left: -480px;
	padding-top: 0px;
	position: absolute;
	bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 0px;
	left: 50%;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
.footer a {
	text-decoration: none;
	margin-top: 5px;
	color: #333;
	}
.footer a:hover {
	text-decoration: underline;
	}
.bicentenario {
	display: inline;
	float: right;
	width: 200px;
	}
.fan {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	}
.fan a{
	color: #333;
	}
#rightfooter {
	display: inline-block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
	padding-right: 5px;
	visibility: visible;
	}
#rightfooter a {
	text-decoration: none;
	}
#rightfooter a:hover {
	text-decoration: underline;
	}
#minirss,
#minimail,
#minivimeo,
#miniyoutube,
#minifb,
#minitwit,
#minitwity,
#miniplus,
#minilinked {
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	height: 30px;
	width: 30px;
	}
#minirss {
	background-image: url(img/minrss.png);
}
#minimail {
	background-image: url(img/minimail.png);
	}
#minivimeo {
	background-image: url(img/miniYT.png);
	}
#miniplus {
	background-image: url(img/miniplus.png);
	}
#minifb {
	background-image: url(img/minifb.png);
	}
#minitwit {
	background-image: url(img/minitwit.png);
	}
#minitwity {
	background-image: url(img/minitwity.png);
	}
#minilinked {
	background-image: url(img/minilinked.png);
	}
.rightfooter img {
	display: inline;
	clear: right;
	float: left;
	}
#combox p {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 13px;
	}
#combox p a {
	text-decoration: none;
	}
#combox p a:hover {
	color: #333333;
	text-decoration: underline;
	}
label {
	vertical-align: middle;
	display: inline;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 10px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	}
.miniatura {
	display: inline;
	float: left;
	margin-right: 15px;
	border: 5px solid #333333;
	background-color: #FFFFFF;
	clear: none;
	height: 80px;
	width: 100px;
	}
.searchlist {
	float: left;
	display: inline;
	width: 875px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.searchlist .titulo {
	font-family: HelveticaNeueBold;
	font-size: 21px;
	display: inline;
	float: left;
	width: 740px;
	}
.searchlist .titulo a {
	text-decoration: none;
	}
.searchlist .titulo a:hover {
	color: #fae017;
	background-color: #333;
	}
.titulosearch {
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	text-align: right;
	text-transform: lowercase;
	float: left;
	margin-top: 35px;
	width: 920px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 25px;
	padding-bottom: 0px;
	letter-spacing: -2px;
	}
.coda-slider-wrapper {
	display: inline-block;
	background-image: url(img/Fondo2.jpg);
	background-repeat: repeat-x;
	background-position: left -155px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	}
.coda-slider {
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 870px
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 870px
	}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0
	}
	/* Arrow styling */
.coda-nav-left a {
	color: #FC0;
	padding: 5px;
	width: 35px;
	height: 140px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(img/izqoff.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
.coda-nav-left a:active {
	color: #FFF;
	background-image: url(img/izqon.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
.coda-nav-right a {
	color: #FC0;
	padding: 5px;
	width: 35px;
	height: 140px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(img/deroff.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
.coda-nav-right a:active {
	color: #FFF;
	background-image: url(img/deron.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current {
	background-color: #fae017;
	}
	/* Panel padding */
	.coda-slider .panel-wrapper {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.coda-slider .panel-container .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-top: 20px;
	padding-right: 35px;
	padding-left: 35px;
	width: 300px;
	float: right;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	height: 250px;
	font-size: 14px;
	background-repeat: repeat-x;
	display: inline;
	background-position: right top;
	padding-bottom: 0px;
	background-color: #fae017;
	}
.coda-slider .panel-container .imagen {
	width: 500px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 270px;
	font-size: 12px;
	background-repeat: repeat;
	display: inline;
	float: left;
	}
.imagen img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	/* Preloader */
.coda-slider p.loading {
	padding: 10px;
	text-align: center
	}
/* Don't change anything below here unless you know what you're doing */
	/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 5px;
	width: 200px;
	}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {
	color: #fff;
	display: inline-block;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	background-color: #666;
	height: 10px;
	width: 10px;
	padding: 0px;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel {
	display: block;
	float: left;
	padding-bottom: 20px;
	}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 140px;
}
	body2 {
	background-color: #ffee6d;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-text-size-adjust: none;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/Fondo2.png);
	}
#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
#tweet {
	background-color: #666;
	float: right;
	visibility: hidden;
	width: 350px;
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: -5px;
	margin-left: 0px;
	z-index: 100;
	margin-top: -25px;
}
#tweet a{
	color: #FFF;
	text-decoration: none;
}
.wp-caption-text {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.minisearch {
	background-image: url(img/minisearch.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-right: 30px;
	display: inline;
	clear: right;
	float: left;
	}
.searchform {
	display: inline;
	margin: 0px;
	background-color: #FFF;
	}
.searchs {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	clear: right;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 3px;
	margin-left: 0px;
	}
.searchinput {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-weight: normal;
	height: 20px;
	width: 192px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	background-color: #fae017;
	margin-bottom: 2px;
	}
.searchinput:focus{
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	}
.searchbutton {
	background-image: url(img/minisearch.png);
	background-position: center center;
	height: 23px;
	width: 23px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	background-color: #333;
	margin-right: 0px;
	}
#etiquetas {
	display: inline;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	margin-top: 15px;
	width: 98%;
	background-color: #FAE017;
	padding-left: 1%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
	background-image: url(img/tags.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1%;
}
#etiquetas .tag {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	}
#etiquetas .tag a {
	text-decoration: none;
	color: #fae017;
	background-image: url(img/tagend.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 6px;
	padding-left: 15px;
	margin-right: 5px;
	margin-bottom: 3px;
	height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #333;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	text-transform: lowercase;
	}
#etiquetas .tag a:hover {
	text-decoration: none;
	color: #FFF;
	}
#lost p {
	float: left;
	display: inline;
	margin-bottom: 15px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333;
	}
#lost  a:hover  {
	color: #333;
	text-decoration: underline;
	}
#lost a {
	color: #333;
	text-decoration: none;
	}
#lost {
	float: left;
	display: block;
	width: 520px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial;
	font-size: 17px;
	line-height: 21px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	}
.titulolost {
	font-size: 48px;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	color: #333;
	display: inline;
	text-align: left;
	text-transform: lowercase;
	float: left;
	margin-top: 35px;
	padding-left: 25px;
	margin-bottom: 5px;
	width: 60%;
	letter-spacing: -2px;
	}
.links a {
	font-family: HelveticaNeueBold;
	font-size: 12px;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	float: right;
	margin-top: 15px;
	}
.links a:hover {
	text-decoration: none;
	color: #fae017;
	background-image: url(img/botonera.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	}
.links a span {
	list-style-type: none;
	background-repeat: repeat;
	display: block;
	padding-right: 8px;
	float: left;
	height: 18px;
	padding-top: 2px;
	}
.links a:hover span {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(img/botonera.png);
	background-color: #fae017;
	text-align: center;
	}
.alignleft   {
	display: inline;
	float: left;
	margin-right: 45px;
	margin-bottom: 15px;
	}
#topbar {
	font-family: HelveticaNeueRegular, Helvetica, sans-serif	;
	color: #999;
	background: #333;
	height: 20px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 12px;
	}
#topbar a{
	color: #fae017;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	}
.button3 {
	display:block;
	}
a.button3 {
	text-decoration:none;
	color: #fae017;
	float: right;
	}
.button3 span {
	display:block;
	float: right;
	margin: 0px;
	}	
#loginform p {
	color: #999;
	display: block;
	float: left;
	vertical-align: middle;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	}
#loginform label {
	color: #999;
	display: inline-block;
	text-align: right;
	width: 130px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#loginform input {
	display: inline;
	float: right;
	}
.login-remember label {
	font-size: 10px;
	color: #999;
	margin-top: 10px;
	}
.button-primary {
	color: #fae017;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
	-webkit-background-origin: padding;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius:7px;
	-moz-box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	box-shadow: 0px 0px 5px #111;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	font-size: 13px;
		margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #444;
	}
#related {
	display: inline;
	float: left;
	width: 50%;
	margin-bottom: 0px;
	background-image: url(img/related.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	min-height: 130px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}
#favs {
	display: inline;
	float: left;
	width: 50%;
	margin-bottom: 0px;
	background-image: url(img/favs.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	min-height: 130px;
	margin-top: 5px;
	}
ul .related_post li {
	display: inline;
	}
ul .related_post li a{
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-family: HelveticaNeueBold, Helvetica, sans-serif;
	float: left;
	display: inline;
	margin-bottom: 3px;
	width: 100%;
	}
ul .related_post li a:hover{
	text-decoration: underline;
	}
ul .related_post {
	display: inline-block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 15px;
	}
.related_post_title, #linkcat-2 li h2  {
	font-size: 24px;
	color: #333;
	float: left;
	display: inline;
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: HelveticaNeueLight, sans-serif;
	font-weight: lighter;
	}
.leftside {
	display: inline;
	float: left;
	width: 49%;
	margin: 0px;
	}
.rightside {
	display: inline;
	float: right;
	width: 49%;
	margin: 0px;
	}
#tools {display:none}
#contactoizquierda, #contactoizquierda2 {
	display: inline;
	float: left;
	width: 292px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	}
#contactoizquierda p {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	}
#contactoderecha {
	display: inline;
	float: right;
	width: 292px;
	}
#contactoderecha p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-color: #333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#contactoderecha a {
	color: #fae017;
	text-decoration: none;
	}
#contactoderecha a:hover {
	color: #fff;
	text-decoration: none;
	}
#contactoderecha .alignleft {
	display: inline;
	float: left;
	margin-right: 7px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 3px;
	}
#contactoderecha2 {
	display: inline;
	float: right;
	width: 292px;
	background-color: #FFF;
	}
#bloquecontacto, #bloquecontacto2 {
	display: inline;
	float: left;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
.frame{display:none}
