/*
Theme Name: Literautas
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: scvisuais
Author URI: http://www.scvisuais.com/
Description: Blog para literautas
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

@charset "utf-8";

@font-face {
	font-family: "James Paul Fajardo";
	src: url(/includes/css/James_Fajardo.eot); 					/* IE9 Compat Modes */
	src: url(/includes/css/James_Fajardo.eot?#iefix) format('embedded-opentype'),  /* IE6-IE8 */
		url(/includes/css/James_Fajardo.woff) format('woff'), /* Modern Browsers */
	     url(/includes/css/James_Fajardo.ttf) format('truetype'),  /* Safari, Android, iOS */
		 url(/includes/css/James_Fajardo.svg#svgFontName) format('svg'); /* Legacy iOS */
}

body {
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif, Arial;
	font-size:100%;
	background: #FFFFFF;
}
p,li,dt,dd,td {
	color: #3B2617;
	font-size: 14px;
	font-family: Helvetica, sans-serif, Arial;
}
li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,ul,li,dl {
	margin:0;
	padding:0;
}
a:link,a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover,a:active {
	text-decoration: none;
	color: #06a4bd;
	background-color: transparent;
}
h2 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 19px;
	font-weight:bold;
	color: #000;
	margin-bottom: -10px;
}
h3 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-bottom: -10px;
}
h4 {
	font-family: Helvetica, sans-serif, Arial;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
}
img {
    border: none;
}


/*   ===============================   ESTRUCTURA  ===============================    */
#cuerpo {
	margin: 0 auto;
	background: #FFF;
}

/*  ===============================   CABECERA   ===========================================  */
#cabecera {
	height:144px;
}

#cabecera_principal {
	height:126px;
	background: none repeat 0 0 #ed5211;
}
#divLogoLiterautas {
	width: 361px;
	height: 126px;
	float: left;
}
#logoLiterautas {
	margin-left: 26px;
	margin-top: 7px;
}
#menu {
	margin-left: 50px;
	width: 280px;
	height: 126px;
	float: left;
}
#menu li {
	float: left;
	height: 126px;
	width: 25%;
	font-family: James Paul Fajardo, Helvetica, sans-serif, Arial;
	font-size: 32px;
	font-style: italic;
	color: #ed5211;
	line-height: 140px;
	text-align: center;
	text-indent: -10px;
}
#menu li.escogido {
	background: none repeat 0 0 #ed5211;
	color: #000;
}
#menu li a {
	color: #ed5211;
	display: block;
	height: 126px;
}
#menu li a:hover {
	background: none repeat 0 0 #DCDCDC;
	background: -webkit-linear-gradient(#F9F9F9, #DCDCDC) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(#F9F9F9, #DCDCDC) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(#F9F9F9, #DCDCDC) repeat scroll 0 0 transparent;
	background: linear-gradient(#F9F9F9, #DCDCDC);
}
#divLogoHeaderLateral {
	float: right;
	width: 232px;
	height: 126px;
	background: url(/img/header/owl-top.gif) top left no-repeat #b9400d;
}
#listaIdiomas {
	height:22px;
	float: right;
	margin-right: 30px;
}
#listaIdiomas li {
	float: left;
	color: #ed5211;
	width: 57px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1.5px;
	text-align: center;
}

/*  ===============================   MAIN   ===========================================  */
#main {
	background: url(/img/fondos/fondo-textura.jpg) repeat 0 0 #DBD9D1;
}
#container2 {
	float: left;
    overflow: hidden;
    width: 100%;
	background: url(/img/fondos/fondo-lateral.jpg)  repeat 0 0 #A8A6A1;
}
#container1 {
	float: left;
    position: relative;
    right: 232px;
    width: 100%;
	min-height: 1600px;
}
#contenidoPosts {
	position: relative;
	padding: 50px 0px 25px 0px;
	float: left;
	width: 718px;
	left: 232px;
}
article.post  {
	margin-bottom: 40px;
	height: auto;
}
div.lateralPost {
	float: left;
	width: 130px;
	position: relative;
	min-height: 320px;
}
div.contenidoPost {
	float: left;
	width: 525px;
	padding: 0 35px 0 25px;
	margin-bottom: 80px;
	border-left: 0.1em dotted;
	min-height: 320px;
}
.entry-title {
	font-size: 20px;
}
.entry-title a:hover {
	text-decoration: underline;
}
div.comments-link {
	position: relative;
	top: 20px;
	right: -12px;
	height: 90px;
	width: 100%;
}
div.comments-link a {
	background: url("/img/iconos/comments-balloom.png") no-repeat scroll 0 0 #ed5211 !important;
	color: #FFF !important;
	text-decoration: none !important;
	width: 43px;
	height: 42px;
	display: block;
	overflow: hidden;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
    font-weight: bold;
    padding: 0;
	position: absolute;
	right: 32px;
}
div.comments-link a:hover, div.comments-link a:active {
	background-color: #B9400D;
	color: rgba(255, 255, 255, 0.8);
}
div.lateralPost a {
	color: #ed5211;
}
div.lateralPost a:hover, div.lateralPost a:active {
	text-decoration: underline;
	background: #FFF;
}
div.fecha-post {
	position: relative;
	height: 30px;
	text-align: right;
	width: 107px;
	right: -5px;
}
div.categoria-post {
	margin-bottom: 4px;
}
div.cat-tag-post {
	position: relative;
	height: auto;
	text-align: right;
	width: 107px;
	right: -5px;
}
span.txtLateralPost {
	font-size: 13px;	
}
table.tablaSocial {
	margin-top: 15px;	
	width: 320px;
}
table.tablaSocialLateral {
	margin-top: 15px;	
	width: 100px;
}
tr.filaSocial {
	height: 30px;
}
td.filaPlusone {
	padding-left: 50px;
	width: 50%;
}
td.columnaPlusOne {
	max-width: 60px;
	width: 60px;
}
td.filaTW {
	padding-left: 28px;
	width: 50%;
}
td.columnaTW {
	max-width: 70px;
	width: 70px;
}
td.filaFB {
	padding-left: 35px;
	width: 50%;
}
td.columnaFB {
	max-width: 70px;
	width: 70px;
}
td.filaMail {
	margin-top: 15px;
	padding-left: 90px;
	width: 50%;
}
td.columnaMail {
	padding-top: 5px;
	padding-left: 10px;
	width: 10px;
}
div.entry-content {
	line-height: 1.4;
}
div.entry-content p {
	font-size: 15px;
	text-align: left;
}
div.entry-content h2 {
	margin-top: 25px;
}
a.more-link {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
	line-height: 25px;
	padding-left: 10px;
	font-style: bold;
	margin-top: 30px;
}
div.leerMas {
	margin-top: 30px;
	background-image: url("/img/interface/boton-leermas.gif");
	width: 88px;
	height: 27px;
}
input#s {
    background: url("/img/iconos/search.png") no-repeat scroll 5px 6px transparent;
	background-color: #FFF;
 /*   border-radius: 2px 2px 2px 2px;*/
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
	margin: 10px 0 10px 0;
	width: 75%;
}
.assistive-text {
	display: none;
}
div.nav-previous  {
	margin-left: 30px;
	float: left;
}
div.nav-next {
	margin-right: 30px;
	float: right;
}
div.nav-previous a, div.nav-next a {
	color: #ed5211;
	font-size: 14px;
}
div.nav-previous a:hover, div.nav-next a:hover, div.nav-previous a:active, div.nav-next a:active {
	text-decoration: underline;
	background: #FFF;
}

#contenidoSinglePost {
	position: relative;
	padding: 50px 35px 25px 35px;
	float: left;
	width: 648px;
	left: 232px;
}

.footerPost a {
	color: #ed5211;
}
.footerPost a:hover, .footerPost a:active {
	text-decoration: underline;
	background: #FFF;
}
#navArbol {
	font-size: 11px;
	margin-bottom: 20px;
}
#navArbol a{
	color: #ed5211;
}
#navArbol a:hover, #navArbol a:active {
	text-decoration: underline;
	background: #FFF;
}

#contenidoSinglePost .entry-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 0.1em dotted;
}
#textoFooterPost {
	font-size: 13px;
	font-weight: bold;
}
h1.h1-resultados {
	font-size: 25px;
	margin: -10px 0 30px 30px;	
	color: #313131;
}
#post-0, .page {
	padding: 0px 35px 25px 35px;
}
#post-0 p, .page p {
	font-size: 13px;
}
#post-0 h1, .page h1 {
	color: #ed5211;
	font-weight: normal;
}
span.spanFooterPost {
	margin-right: 10px;
}
div.entry-content p a {
	color: #ed5211;
}
div.entry-content p a:hover, div.entry-content p a:active {
	text-decoration: underline;
	background: #FFF;
}
#divImgOwlBottom {
	position: absolute;
	bottom: 0;
	right: -232px;	
}
img.imgContenidoPost {
	margin: 30px auto;
	display: block;
}
div.contenidoPost img.imgContenidoPost {
	max-width: 530px;
}

/*  ===============================   SIDEBAR   ===========================================  */

#sidebar {
	position: relative;
	float: right;
	width: 202px;
	left: 232px;
	padding: 10px 15px 25px 15px;
}
#searchsubmit {
	display: none;
}
#socialSidebar {
	margin-top: 5px;
	margin-bottom: -5px;
	padding-left: 20px;	
	height: 40px;
}
#socialSidebar li {
	float: left;
	width: 33%;
	height: 100%;
}
#socialSidebar a {
	display: block;
	width: 40px;
	height: 100%;
}
a.socialFacebook:link, a.socialFacebook:visited {
	background: url("/img/iconos/social-icons.png") no-repeat scroll 0 0 transparent;
}
a.socialFacebook:hover, a.socialFacebook:active {
	background: url("/img/iconos/social-icons.png") no-repeat scroll 0 -40px transparent;
}
a.socialTwitter:link, a.socialTwitter:visited {
	background: url("/img/iconos/social-icons.png") no-repeat scroll -40px 0 transparent;
}
a.socialTwitter:hover, a.socialTwitter:active {
	background: url("/img/iconos/social-icons.png") no-repeat scroll -40px -40px transparent;
}
a.socialRss:link, a.socialRss:visited {
	background: url("/img/iconos/social-icons.png") no-repeat scroll -80px 0 transparent;
}
a.socialRss:hover, a.socialRss:active {
	background: url("/img/iconos/social-icons.png") no-repeat scroll -80px -40px transparent;
}
h3.widget-title {
	color: #000;
	border-bottom: 0.1em dotted;
	margin-bottom: 5px;
}
aside.widget {
	margin-top: 10px;
}
aside.widget_twitter, aside.widget_categories, aside.widget_archive {
	background: url("/img/iconos/label-icon.png") no-repeat scroll 0px 0px transparent;
	margin-left: -22px;
	padding-left: 25px;
}
aside.widget_text h3 {
	display:none;
}
aside.widget_twitter span {
	font-size: 12px;
}
aside.widget_twitter a {
	font-size: 11px;
}
aside.widget_twitter li {
	margin: 2px 0 14px 0;
}
#buhoSidebar {
    float: right;
    margin-top: -40px;
    position: relative;
    right: 20px;
    vertical-align: bottom;
}
img.bannerLateral {
	margin: 25px 0 25px 0;	
}



/*  ===============================   COMENTARIOS   ===========================================  */

#respond {
	background: url("/img/iconos/esquina-publiccomment.gif") no-repeat scroll 0px 0px transparent;
	background-color: #ee9218;
	padding: 15px 35px 15px 50px;
	margin-top: 50px;
}
#respond #submit {
	cursor: pointer;
	background-color: #ed5211;
	height: 40px;
}
#respond input {
	margin-right: 20px;
	border: 1px solid #A8A6A1;
	padding: 2px 5px 2px 2px;
}
#comments-title {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
}
#reply-title {
	color: #313131;
}
#comment {
	width: 90%;	
	border: 1px solid #A8A6A1;
}
.comment {
	margin: 10px 0px 25px -10px;
	font-size: 13px;
}
div.comment-content {
	margin: 0px 0px 0px 20px;
}
div.comment-content p {
	margin: 4px 0px 4px 0px;
	font-size: 14px;
}
div.comment-content br {
	content: " ";
    margin: 5px 0;
	display: block;
	height: 1px;
}
div.comment-content p a {
	color: #ed5211;
}
div.comment-content p a {
	color: #ed5211;
}
div.comment-content a:hover, div.comment-content a:active {
	text-decoration: underline;
}
div.comment-author {
	font-size: 14px;	
}
div.comment-author span a {
	color: #313131;
}
div.comment-author span a:hover, div.comment-author span a:active {
	text-decoration: underline;
}
div.comment-author span.naranja a {
	color: #ed5211 !important;
}
.comment-fecha {
	margin: 0px 0px 0px 20px;
	font-style: italic;
}

#subscribe {
    margin-right: 10px !important;
}

/*  ===============================   FOOTER   ===========================================  */

#pie {
	height: 74px;
}
#pie_principal {
	height: 56px;
	background: none repeat 0 0 #ed5211;
}
#pieInfo {
	float: left;
	height: 56px;
	width: 718px;
}
#pieInfo p {
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
#pieInfo a:hover, #pieInfo a:active {
	text-decoration: underline;
	background: #FFF;
}
#divFooterLateral {
	float: right;
	width: 232px;
	height: 84px;
	background: none repeat 0 0 #b9400d;
}

/*  ===========================================   CLASES   ===========================================   */
div.franja_negra {
	height:22px;
	background: none repeat 0 0 #313131;
	width: 100%;
}
div.contenedor {
	position: relative;
	width: 950px;	
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
	display:block;
}
div.fondoBlanco {
	background: none repeat 0 0 #FFF !important;
}
div.visible {
	overflow: visible !important;
	z-index: 100;
}
.naranja {
	color: #ed5211 !important;
}
.enlaceNaranja {
	color: #ed5211 !important;
	background: #FFF;
}
.enlaceNaranja:hover, .enlaceNaranja:active {
	background: #FFF;
}
.bold {
	font-weight: bold;	
}
.clearer{clear:both;width:100%;display:block;overflow:auto;}

/*  ==============================  APPS   ========================= */

#iconoAppStore {
	position: absolute;
	right: 50px;
	bottom: 250px;	
}


/*    ====================================   PREGUNTA CAMBIO IDIOMA  =================================   */

#divPreguntaIdioma2 {
	display:none;
	background: none repeat scroll 0 0 #FEFEC8;
	border-bottom: 2px solid #E9D886;
	margin: 0;
	padding-left: 30px;
}
#divPreguntaIdioma h2 {
	float: left;
	margin: 0;
	margin-left: 30px;
	font-size: 16px;
}
#divPreguntaIdioma a {
	color: #ED5211;
}
#divPreguntaIdioma a:hover {
	text-decoration: underline;
}
#textoCambioIdioma {
	float: left;
	margin: 0;
	margin-left: 10px;
}
#textoCerrarIdioma {
	float: right;
	margin: 0;
	margin-right: 30px;
}
#spanTextoCerrarIdioma {
	margin-right: 5px;
}
#cruzCerrarIdioma {
	border: 1px solid #ED5211;
	color: #ED5211;
	padding-left: 2px;
	padding-right: 2px
}