/*
Theme Name: Cine en violeta
Theme URI: http://www.4webs.es
Author: 4webs.es
Author URI: http://www.4webs.es/
Description: Tema para desarrollado a medida para Cine en Violeta
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: cineenvioleta
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

p{ margin: 0 0 15px; }
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
strong{font-weight: bold; color: #5e5e5e;}

blockquote, q {
	quotes: "" "";
}

.capitalize{ text-transform: capitalize; }

/* Links */
	a { text-decoration: none; background-color: inherit; color: #562F84; }
	a:focus,
	a:active,
	a:hover { text-decoration: none; }
	a img { border: 0; }


/* =Structure
----------------------------------------------- */

body {
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #878787;
	background: url('images/bk_home.png') repeat;
}


#page { background-color: inherit; }
	.content_wrapper{
		width: 960px;
		margin: 0 auto;
		position: relative;
		background-color: inherit;
	}


#primary {
	display: inline-block;  vertical-align: top;
	width: 625px;
	border: purple solid;
	border-width: 0 0px;
}
	body.home #primary{ width: auto; }


#content {
	overflow: hidden;
	margin-bottom: 20px;
}
#secondary {
	display: inline-block;  vertical-align: top;
	width: 290px;
	border: purple solid;
	border-width: 0 0px;
	border-left: 1px solid #efefef;
	
	margin: 0 0 0 35px;
}

.hgroup{ position: relative; }

/* Singular */
.singular #primary {
	margin: 0 0 100px;
}
.singular #content,
.left-sidebar.singular #content {
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	position: relative;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

input, textarea {
	font: 12px/16px Helvetica;
	
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	color: #b2b2b2;
	padding: 5px 3px;
}
	input[type="button"],
	input[type="submit"],
	input[type="reset"]
	{
		border: 1px solid #e0dede;
		font: bold 12px/13px Helvetica;
		padding: 10px 20px;
		color: #7a7a7a;
		border-radius: 5px 5px 5px 5px;
		cursor: pointer;
		
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 60%, #ededed 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#f6f6f6), color-stop(100%,#ededed));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 60%,#ededed 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 60%,#ededed 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 60%,#ededed 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 60%,#ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );


		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	.nav-previous:hover,
	.nav-next:hover { box-shadow: 0 0 5px #DDD inset; }
	
	/* Forms */
input[type="text"],
input[type="password"],
textarea,
select {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 5px 3px;
	font-family: Helvetica;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'pt_sansbold';
	font-weight: normal;
	word-wrap: break-word;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* =Header
----------------------------------------------- */

#branding {
	position: relative;
    background: url('images/bk_menu.png') repeat;
    height: 157px;
    border-bottom: 5px solid black;
    margin-bottom: 20px;
}
	#branding .content_wrapper{ position: relative; height: 157px; }

	/* Enlaces, idiomas y social media  */
	#branding #header_links{
		height: 41px;
		background: url('images/bg_header_links.png') repeat-x;
	}
		#branding #header_links .content_wrapper{
			height: 41px;
		}

		#branding .widget-area .widget,
		#branding .widget-area .menu-permalinks-container{
			display: inline-block;
			vertical-align: top;
			width: 200px;
			height: 36px;
			line-height: 36px;
			margin: 0;
		}
			#branding #nav_menu-2{ width: 660px; }
			#branding #header_links .menu-permalinks-container{ width: 450px; }
			#branding #header_links .qtrans_language_chooser{ width: 150px; }
			#bramdin #header_links .social-icons{ width: 65px; }
		
		#branding #header_links .widget-area ul{ line-height: 36px; }
		#branding #header_links .widget-area ul li{ display: inline; padding: 0 10px; border-right: 1px solid #CCC; }
			#branding #header_links .widget-area ul li.first,
			#branding #header_links .widget-area ul li.first:first-child{ padding: 0 10px 0 0; }
			#branding #header_links .widget-area ul li.last,
			#branding #header_links .widget-area ul li:last-child{ padding: 0 0 0 10px; border: 0;}
		#branding #header_links .widget-area ul a{ color: #CCC; background-color: inherit; }
		#branding #header_links .widget-area ul a:hover,
		#branding #header_links .widget-area ul a.current{ color: #FFF; background-color: inherit;}
		
		#iSocial{
			display: inline-block;
			vertical-align: top;
			width: 96px;
			height: 36px;
			margin: 0;
			overflow: hidden;
		}
			
			#branding #header_links .widget-area #iSocial ul{float: right;}
			#branding #header_links .widget-area #iSocial ul li{
				float: left;
				width: 16px;
				border: 0;
				overflow: hidden;
				padding: 10px 0 0 10px;
			}
				#branding #header_links .widget-area #iSocial ul li a{
					display: block;
					width: 16px; height: 16px;
					background: url('images/sprites.png') no-repeat -433px -4px transparent;
					text-indent: -9999px;
				}
					#branding #header_links .widget-area #iSocial ul li a.twitter{background-position: -458px -4px; }
					#branding #header_links .widget-area #iSocial ul li a.rss{background-position: -483px -4px; }
				

body #wpadminbar{position: relative !important; }


#branding .hgroup { 
    position: relative;
    background-color: inherit;
}

#site-title {
	position: absolute;
	top: 0; left: 0;
	text-indent: -9999px;
	width: 270px; height: 196px;
	background: url('images/sprites.png') no-repeat 0px 0px transparent;	
}

#site-description {
	display: inline-block; 
	text-indent: -9999px;
	width: 475px; height: 140px;
	background: url('images/sprites.png') no-repeat 0px -115px transparent;
	margin: 0 0 0 150px;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
}
/* Menu desplegable de Categorias
-------------------------------------------------------------- */
#menu-desplegable{
	font: bold 13px/18px Helvetica;
	position: relative;
	z-index: 10;
	width: 100%; height: 7px;
	overflow: hidden;
}

#menu-desplegable .menu-container{ background: #000; }

.categorias{
    background-color: black;
}
.list_cat{
    padding: 15px 0;
    background-color: black;
}
    .list_cat li{
        width: 235px;
        margin: 12px 0;
        display: inline-block;
        color: white;
    }
    
    .list_cat li:before{ content: ">"; font: 14px 'pt_sansbold'; display: inline-block; width: 7%; }
    
    .list_cat li a{ color: #FFF; display: inline-block; width: 90%; }
    /*.list_cat li:hover, .list_cat li a:hover{ color: #ac8fe3; }*/
   
   li.current-cat a{ color: #ac8fe3; }

div.boton_desplegar{
    position: relative;
    z-index: 1;
}
	div.boton_desplegar #btnDesplegar{
		background-color: black;
    	border-radius: 0px 0px 5px 5px;
    	box-shadow: 0 0 5px black;
    	color: white;
    	padding: 0px 10px 7px;
    	float: right;
    	cursor: pointer;
    	margin-right: 5px;
	}

/* =Menu
-------------------------------------------------------------- */
.cabe_right{
    display: inline-block;
    width: 630px;
    vertical-align: top;
    margin-left: 54px;
}
#access {
	position: absolute;
	font: 20px/24px Helvetica;
	letter-spacing: 1px;
	left: 350px; bottom: 10px;
}
#access div.menu{
	float: left;
	margin: 1px 0 0;
}

#access li {
	display: inline-block;
	margin-right: 50px;
}
	#access li:last-child{margin: 0;}

	#access a {
		color: #FFF;
		border-bottom: 1px solid transparent;
		padding: 0 5px;
		
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
	#access a:hover { border-bottom: 1px solid white; }
		
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
}


#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}

#access li.current_page_item{ border: 0 none; height: 45px; top: 0; }
	#access li.current_page_item a{ border-bottom: 1px solid white;  }

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	border: 0 none;
}

/* Search Form */
#branding #searchform {
	position: absolute;
        left: 350px; top: 38px;
        width: 290px; height: 37px;
        background: url('images/sprites.png') no-repeat -9px -220px transparent;
}

#branding #s {
	width: 193px;
	background: transparent;
	border: 0 none;
	box-shadow: 0px 0px 0px;
	margin: 7px 0px 0px 10px;
	font-family: 'pt_sansbold';
	font-size: 13px;
	border-radius: 0;
}

#branding #searchsubmit {
	background: none repeat scroll 0 0 transparent;
	float: right;
	border: 0;
	height: 36px;
	text-indent: -9999px;
	width: 77px;
	cursor: pointer;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Breadcrumb
-------------------------------------------------------------- */
#breadcrumb{
	width: 615px;
	margin: 8px 0 30px;
	padding: 7px 0;
	border: solid #dcdada; border-width: 1px 0;
	text-indent: 2px;
	font-size: 11px;
	color: #a5a5a5;
}
	#breadcrumb a{ color: #5a328a; background-color: inherit;}

/* =Content
----------------------------------------------- */

#main {
	margin-left: 20%;
	clear: both;
	margin-top: 50px;
	border-bottom: 2px solid #e0e0e0;
}
	body.home #main{ margin: 0; border: 0; }

.page-title {
	color: #5a328a; background-color: inherit;
	font-size: 15px;
	margin: 0 0 2.6em;
}
.page-title a { color: #5a328a; background-color: inherit;}

/* Listado de post */
.edit-link{
	display: none;
	margin: 15px 0;
}
	.post .edit-link .post-edit-link{
		background: none repeat scroll 0 0 #5A328A;
		border-radius: 5px 5px 5px 5px;
		color: #FFFFFF;
		padding: 5px 15px;
	}

.hentry,
.no-results {
	position: relative;
	margin: 0 0 25px;
}
	/* header de la entrada */
	.hentry .entry-header h1.entry-title{
		font: normal 17px/20px 'pt_sansbold'; color: #363636;
		padding: 2px 0 0 60px;
		margin-bottom: 5px;
		min-height: 46px;
	}
		.hentry .entry-header h1.middle{ font: normal 17px/40px 'pt_sansbold'; }
	
	/* Fecha del post y entry-meta */
	.hentry .entry-date{
		font: italic 11px/14px Georgia;
		color: #b2b2b2;
		padding-left: 60px;
	}
		.hentry .entry-date a{ color: #b2b2b2; }
		.hentry .entry-date strong, .hentry .entry-date strong a{ font-weight: normal; color: #141414; }

	/* Post image */
	.hentry .post-image{
		position: relative;
		margin: 10px 0 0;
		padding-left: 9px;
	}
		.hentry .post-image a.image{ box-shadow: 0 6px 7px #888; }
		.hentry .post-image a.image img{
			position: relative; z-index: 1;
			border: 4px solid white;
			margin: 10px 0 0;
			max-width: 96%;
		}
		
		.hentry .post-image img.shadow{
			position: absolute;
			left: 4px; bottom: -8px;
		}

.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
}
.entry-title,
.entry-title a{
	color: #363636;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	margin: 20px 0;
	font-family: Arial;
	font-size: 12px; line-height: 18px;
	color: #666666; background-color: inherit;
}
	.entry-content a{ font-weight: bold; color: #5a328a; background-color: inherit;}
	
	.entry-content blockquote{
		margin:15px 0 15px 8px;
		padding: 0 0 0 10px;
		border-left: 2px solid #dcd9d9;
	}

/* Compartir en medios Sociales */
div#social-share{
	margin-top: 35px;
}
	div#social-share fieldset{ border: thin #CCC solid; text-align: center; padding: 30px 0; }
	div#social-share legend{ text-align: center; font-size: 10px; }
	
	div#social-share ul{ height: 25px; width: 240px; margin: 0 auto; }
	div#social-share li{ float: left; height: 25px; margin: 0 7px;}
	
	div#social-share div.fb-like { display: block; width: 78px; overflow: hidden;}
	
.entry-summary{
	font-family: Georgia;
	font-style: italic;
	color: #737272;
}

h1{font-size:36px; line-height:40px;}
h2{font-size:30px; line-height:40px;}
h3{font-size:24px; line-height:40px;}
h4{font-size:18px; line-height:20px;}
h5{font-size:14px; line-height:20px;}
h6{font-size:12px; line-height:20px;}

	
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	color: #363636;
	margin: 0 0 10px;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666; background-color: inherit;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666; background-color: inherit;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666; background-color: inherit;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	position: absolute;
	overflow: hidden;
	width: 50px; height: 45px;
	top: 0; left: 0;

	background: url('images/comment-buble-itle.png') no-repeat 0 0 transparent;
	color: #FFF;
	font: normal 13px/43px Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0;
	text-align: center;
	text-decoration: none;
}

.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	position: absolute;
	top: 2px; right: 0;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */

blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .edit-link a {
	display: block;
	position: absolute;
	left: 0;
	top: -25px;
	background: #5a328a;
	color: #FFFFFF;
	padding: 5px 15px;
	border-radius: 5px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */
.format-gallery .entry-content{ margin: 20px 0; }
.format-gallery .gallery-thumb {
	display: inline-block;  vertical-align: top;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	overflow: hidden;
}
.singular .format-status .entry-content {
}
.format-status img.avatar {
	border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444; background-color: inherit;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff; background-color: inherit;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd; background-color: inherit;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444; background-color: inherit;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	margin: 20px 0;
	padding: 15px;
}
.error404 #main #s, body.search #main #s {
	display: inline; width: 250px;
	padding: 5px 10px;
	font: 12px/14px Arial;
	height: 15px;
}

.error404 #searchsubmit, body.search #searchsubmit {
  cursor: pointer;
  padding: 5px 3px;
}

.error404 #primary .widget {
	display: inline-block;  vertical-align: top;
	margin-right: 20px;
	width: 30%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 12px;
}

	.error404 #main .widget  a{ font-weight: normal; color: #3d3d3d;}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666; background-color: inherit;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111; background-color: inherit;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666; background-color: inherit;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}


.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	border-radius: 12px;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent; background-color: inherit;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888; background-color: inherit;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1; background-color: inherit;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content div#comment-nav-above, #content div#comment-nav-below {
	clear: both;
	overflow: hidden;
	margin: 15px 0;
}
#content div#comment-nav-above a, #content div#comment-nav-below a {
	font-size: 14px;
	line-height: 2.2em;
	background: #5a328a;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
#nav-above {
	display: block;
	overflow: hidden;
}
.nav-previous {
	float: left;
	overflow: hidden;
}
	
.nav-next {
	float: right;
	text-align: right;
}
	
	.nav-previous a, .nav-next a{
		display: block;
		background: #800080;
		color: #FFFFFF;
		padding: 5px 10px;
		border-radius: 5px;
	}

#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	font-weight: normal;
	overflow: hidden;
	margin: 20px 0;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	color: #383838;
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 33px;
}
.widget-title {
	color: #303030;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px;
}

.widget-title span{
    background: white;
    padding: 10px 15px;
    border: solid #EAEAEA;
    border-width: 1px 1px 0 1px;
}

.widget ul, .tagcloud {
	margin: 0;
	padding: 20px 15px 20px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
}
	.tagcloud{ padding-top: 25px; }

.widget ul ul {
	margin-left: 1.5em;
}
.widget a { color: #383838; }

	/* .widgets de la columna */
	div#secondary .widget:last-child hr{
		display: none;
	}
		div#secondary .widget hr{
			border: 0;
			background: url('images/bg-widget-bottom-border.jpg') repeat-x;
			height: 5px;
			margin: 22px 0;
		}
		
	/* Especial para los banners de imágenes */
	div#secondary #banner-2{ margin: 0 0 15px; }
	div#secondary #banner-2 hr{ display: none; }
	div#secondary #banner-2 img, div#secondary #banner-3 img{ border: 2px solid #E0E0E0; }

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666; background-color: inherit;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
	
	.widget_calendar #wp-calendar tbody td{
		border: solid #e6e6e6;
		border-width: 1px;
		width: 40px; height: 20px;
		font-size: 12px; color: #676767;
		vertical-align: middle;
	}
		.widget_calendar #wp-calendar tbody td a{
			color: #676767;
			padding: 1px 13px;
			background: #ececec;
		}
		
		.widget_calendar #wp-calendar tbody td#today a{
			background: #5a328a;
			color: #FFFFFF;
		}
	
	.widget_calendar #wp-calendar tfoot{
		border: solid #e6e6e6;
		border-width: 0 0 1px;
	}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 14px;
	color: #5a328a;
	font-weight: bold;
	padding: 10px 0;
	border: 1px #e6e6e6 solid;
	margin: 0 0 1px;
	background: url('images/bg-calendar-caption.jpg') repeat-x 0px 4px #FFFFFF;
}
.widget_calendar #wp-calendar th {
	font-size: 12px;
	color: #FFFFFF;
	width: 40px; height: 20px;
	vertical-align: middle;
	background: #474747;
	border: solid #262626;
	border-width: 1px 1px 1px 0;
	border-right-color: #666;
}
	.widget_calendar #wp-calendar th + th + th + th + th + th + th{ border-right-color: #262626; }

.widget_calendar #wp-calendar tfoot{ display: none; }
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #363636;
	font: normal 18px/22px 'pt_sansbold';
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#comments .edit-link a {
	display: inline;
	position: relative;
	float: none;
	top: auto; right: auto; bottom: auto; left: auto;
}

.nopassword,
.nocomments {
	color: #333;
	font-size: 15px;
	line-height: 20px;
	vertical-align: middle;
	margin: 15px 0;
	text-align: center;
	text-decoration: underline;
	border-color: #5a328a;
}
	.nopassword:before{
		content: "i";
		font-size: 20px;
		padding: 0px 5px;
		margin: 0 10px 0 0;
		background: #5a328a;
		color: #FFFFFF;
		border-radius: 5px;
	}

.commentlist {
	list-style: none;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	position: relative;
	padding-bottom: 15px; margin-bottom: 35px;
	border-bottom: 1px solid #e1e1e1;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 15px 0 0;
}
.commentlist .children li.comment {
	padding: 15px 0 15px 10px;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
	
	/* Partes del comentarios */
		/* Imagen del avatar */
		.comment-meta {
			border-bottom: 1px solid #e1e1e1;
			padding-bottom: 15px;
			margin-bottom: 18px;
			overflow: hidden;
		}
		
		/* Nombre del autor */
		.comment-author{
			float: left;
			font: normal 16px/20px 'pt_sansbold';
			color: #363636;
		}
		
		/* Fecha */
		.comment-date{
			float: right;
			font: italic 11px/20px Georgia;
			color: #b2b2b2;
			text-align: right;
		}
			.children .comment-date{ width: 162px; }
			.children .children .comment-date{ width: 152px; }
			
			.comment-date a{ color: #a8a8a8; }
			
		/* Vcard */
		.comment-vcard{
			display: inline-block;  vertical-align: top;
			width: 85px; height: 100%;
		}
			.comment-vcard img{ border: 1px solid #e1e1e1; }
		
		/* Texto */
		.comment-text{
			display: inline-block;  vertical-align: top;
			width: 525px;
			font: normal 12px/16px Helvetica;
			color: #878787;
		}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
}

.commentlist .children .avatar {
	background: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #5A328A;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	font-size: 10px; font-weight: normal;
	padding: 0 4px;
	text-decoration: none;
	position: absolute;
	bottom: 0; right: 0;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}


/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
}
#respond input[type="text"],
#respond textarea {
	border-radius: 3px;
	display: block;
}
	
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
}


#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #5a328a; background-color: inherit;
	font-size: 12px;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}
	#respond .logged-in-as a{ color: #562f84; }

#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	margin: 16px 0 0;
}


#respond #cancel-comment-reply-link {
	color: #666; background-color: inherit;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 22px;
	margin-top: 30px;
}
#cancel-comment-reply-link {
	color: #888; background-color: inherit;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text], #respond textarea {
	border: 1px solid #eaeaea;
	padding: 8px;
	width: 375px;
}
	#respond textarea{ width: 97%; resize: vertical; }
	
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */
.redes{
    float: left;
}
.enlaces_footer{
    padding: 11px 0px 10px 0px;
}
.enlaces_footer li{
    display: inline-block; *display: inline; zoom: 1;
}

/* Iconos social media */
	.facebook, .twitter, .youtube{
		display: block;
	    background: url("images/facebook.png") no-repeat;
	    width: 26px; height: 26px;
	    text-indent: -999em;
	    margin-right: 10px;
	}
	.twitter{ background: url("images/twitter.png") no-repeat; }
	.youtube{ background: url("images/youtube.png") no-repeat; }
	
.texto{
    vertical-align: top;
    margin-top: 7px;
}
.dis_web{
    display: inline-block;
    width: 160px;
    float: right;
    margin-top: 18px;
}
#colophon { /* A lo que viene ser el Footer */
	background: #463466;
	border: solid black;
	border-width: 1px 0 1px 0;
	color: #FFFFFF;
}
	#colophon a{ color: #FFFFFF; }
	#colophon .content_wrapper{ overflow: hidden; }

/* footerUP con el botón de subir hasta arriba */
#colophon div#footerUP{
	padding: 6px 0;
	position: relative;
	line-height: 35px;
	overflow: hidden;
}
#colophon div#footerUP i#iconLogo{
	display: block;
	position: relative; float: left;
	left: 0; top: 0;
	width: 83px; height: 35px;
	text-indent: -9999px;
	background: url('images/sprites.png') no-repeat -329px -30px transparent;
}
#colophon div#footerUP a{
	font-family: 'pt_sansbold';
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF; background-color: inherit;
	display: block;
	float: right;
}

#colophon div#footerUP a#UP{
	color: #FFFFFF;
	display: block; overflow: hidden;
	float: right;
	width: 23px;
	background: url('images/sprites.png') no-repeat -328px 1px transparent;
	margin: 0 7px 0 0;
	text-indent: -9999px;
}

/* Footer Widget Areas */
	#supplementary .widget{
		clear: none; float: none;
		display: inline-block;  vertical-align: top;
		margin: 0 18px 0 0;
		width: 303px;
		border: 0 purple solid;
	}
		#supplementary .widget + .widget + .widget{ margin: 0; }
		
		/* Estilos para los category post */
		div.widget_categoryposts{ color: #FFFFFF; background-color: inherit;}
		div.widget_categoryposts h3{ font-size: 18px; font-weight: normal; margin: 0 0 25px; color: #FFFFFF; background-color: inherit;}
		div.widget_categoryposts ul li{
			display: inline-block;  vertical-align: top;
			width: 140px; height: 85px;
			color: #FFFFFF; background-color: inherit;
			padding: 0 0 15px;
			margin: 0 15px 0 0;
		}
			div.widget_categoryposts ul li + li{margin: 0;}
			div.widget_categoryposts ul li a{ color: #FFFFFF; background-color: inherit;}
			div.widget_categoryposts ul li a:hover{ color: #a58cd9; background-color: inherit;}
			
			div.widget_categoryposts ul li p.post-text{
				display: block;
				height: 68px;
				margin: 0 0 10px;
				border: solid #FFFFFF;
				border-width: 0 0 1px;
				line-height: 18px;
			}
			
			div.widget_categoryposts ul li p.post-date{
				font-size: 11px; color: #818181;
			}
	
	/* Filas de widgets */
	#supplementary .widget-area{ margin: 0 0 45px; }
	
	/* Primera fila de Widgets */
	#supplementary.two .widget-area { 
	}
	
	/* segunda fila de Widgets */
	#supplementary.two .widget-area + .widget-area { 
		margin-right: 0;
	}
	
	/* Three Footer Widget Areas */
	#supplementary.three .widget-area {
	}
	
	/* Tercera fila de Widgets */
	#supplementary.three .widget-area + .widget-area + .widget-area {
	}
	
	/* Estilos video box widget */
	#supplementary .video-box h2{
		display: block; height: 48px;
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		color: #FFFFFF; background-color: inherit;
	}

/* Footer Widget Areas */

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666; background-color: inherit;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666; background-color: inherit;
	}

}


/* =IE7
----------------------------------------------- */
/* Para hacer un estilo específico marcar #ie7 .estilo{} */

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
} 


/* Contact Form */
#wpcf7-f64-p5-o1{
	line-height: 22px;
}
	#wpcf7-f64-p5-o1 input[type="text"]{ width: 340px; }
	#wpcf7-f64-p5-o1 textarea{ width: 97%;  resize: vertical; }


/*Estilos modificados e insertados para este tema*/

/*HOME*/

/* Ultimos POst */
#home_latest_post{
    background: url('images/bk_menu.png') repeat;
    border: 4px solid #222b38;
    border-width: 4px 0;
    padding: 43px 0px 26px 0px;
}
#home_latest_post .item{
	position: relative;
    background: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #222b38;
    display: inline-block;
    margin: 0px 15px 18px 0px;
    position: relative;
    width: 213px; height: 111px;
    vertical-align: top;
    
    font: normal 12px/13px 'pt_sansregular';
} 
	#home_latest_post .item .description{
	    position: absolute; overflow: hidden;
	    width: 213px; min-height: 35px;
	    margin: 0 5px;
	    left: 0; bottom: 5px;
	    color: white;
	    text-align: left;
	    z-index: 2;
	}
	
		#home_latest_post .item .description a{ color: inherit; }
		#home_latest_post .item .description p{ margin: 0; padding: 5px 7px; position: relative; }
		
	#home_latest_post .item .description .background{
	    position: absolute;
	    width: 100%; height: 100%;
	    top: 0; left: 0;
	    z-index: 0;
	    background: #000;
	    opacity: 0.5;
	    text-indent: -999em;
	}
	
	
/* Video */
.video_home{
    background: white;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin-top: 18px;
} 
	.video-box{
	    display: inline-block;
	    *display: inline; zoom: 1;
	    margin-right: 40px;
	}
	.video-box hr{
	    background-color: white;
	    border-top: 1px solid #dbdbdb;
	    margin-bottom: 0px;
	}
	.video_sombra{
	    background: url('images/sombra_video.png') 0px 255px no-repeat;
	    height: 305px;
	    display: inline-block; *display: inline; zoom: 1;
	}
	
	
#sidebar-6 div+div+div .video-box{
    margin-right: 0px;
}
.video_title{
    margin: 54px 0px 20px 0px;
    font: normal 18px/22px 'pt_sansbold';
}
	.widget-title{
		font: normal 20px/25px 'pt_sansbold';
	}
.publi_youtube{
    background: url('images/img_youtube.png') 5px 27px no-repeat;
    padding-top: 40px;
    text-align: center;
    font-size: 18px;
}
	.publi_youtube a{color: #303030;}
.publi_youtube hr{
    background-color: white;
    border-top: 1px solid #dbdbdb;
    margin: 35px 0px 0px 0px;
}

.widget_text{
    display: inline-block;
    width: 221px;
    margin: 0px 25px 58px 0px;
    vertical-align: top;
    text-align: justify;
}
#sidebar-7 div+div+div+div{
    margin-right: 0px;
}
.punto_negro{
	text-align: center;
	font-family: Helvetica;
    background: url('images/circulo_negro.png') no-repeat;
    color: white;
    font-size: 15px;
    padding: 6px 0 0;
    float: left;
    width: 28px; height: 22px;
    margin-right: 10px;
}
.post_desc_home{
    position: absolute;
    opacity: 0.5;
    height: 32px;
    bottom: 0;
    background: black;
    margin-bottom: 8px;
    width: 208px;
    text-align: left;
    padding: 3px 0px 0px 5px;
}


/* Widgets */
	/* CATEGORIAS, RECENT Y LINKS */
	.widget_categories,
	.widget_recent_entries,
	.widget_links{
		font-family: 'pt_sansbold';
		color: #b2b2b2;
	}
		.widget_categories li,
		.widget_recent_entries li,
		.widget_links li
		{ margin: 7px 0; border-bottom: 1px solid #efefef; padding-bottom: 6px; }
		
		.widget_categories li a:before,
		.widget_recent_entries li a:before,
		.widget_links li a:before{
			font-family: 'pt_sansbold';
			color: inherit;
			content: "> ";
		}
		
		.widget_categories li a,
		.widget_recent_entries li a,
		.widget_links li a{
			color: #b2b2b2;
			-webkit-transition: all 300ms ease-out;
			-moz-transition: all 300ms ease-out;
			-ms-transition: all 300ms ease-out;
			-o-transition: all 300ms ease-out;
			transition: all 300ms ease-out;
		}
		.widget_categories li a:hover,
		.widget_recent_entries li a:hover,
		.widget_links li a:hover
		{ color: #363636;}
		

 

		.video-box h2{
			font-size:26px !important;
		}
		
