/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */

/* Body */
body {
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #111;
	background-color: #001E29;
	padding:0;
	margin:0 auto;
	}

/* Body container */
#body-container {
	margin: 90px auto 21px auto;
	}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	font-size: .9em;
	font-style: italic;
	color: #BDACAE;
	}
.breadcrumb a {
	color: #9A8185;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {
	margin: 0 0 40px 0;
	}

/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	}

/* Navigation */
#primary-menu, #navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#primary-menu li, #page-nav li {
	margin-right: 15px;
	}
#primary-menu li li, #page-nav li li {
	margin-right: 0;
	}
#primary-menu li a, #page-nav li a {
	padding: 3px 15px;
	font: 15px Arial, Helvetica, sans-serif;
	color: #00364A;
	background: #E9E9E9;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: #FFFFFF 1px 1px 1px;
	}
#primary-menu li a:hover, #page-nav li a:hover {
	color: #111;
	text-decoration:none;
	background: #F5F5F5;
	}

/* Drop-downs style */
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 32px;
	}
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul, #page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, 
#page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	}

/* Main content */
.content {
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: italic;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #000;
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	font-style: italic;
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #AB8F96;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #AB8F96;s
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #111;
	}
.widget a {
	color: #111;
	text-decoration: none;
	}
.widget a:hover {
	color: #01B8F1;
	text-decoration: none;
	}

#primary div.widget{
	margin-bottom:20px;
}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

#primary h3.widget-title, #secondary h3.widget-title{
	color:#FF0000;
	background-image:url(../../imagenes/bg_h3.png);
	border-bottom: 1px solid #E0E0E0;
	line-height:28px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #5A4549;
	padding:5px 10px;
	
}
#primary ul{
	padding:0;
	margin:0 10px;
	list-style:none;
}
#primary ul li{
	border-bottom: 1px solid #F1EDEF;
	padding:10px;
}
#primary ul li:last-child{
	border:none;
}

#subsidiary .widget-title{
	font-size: 20px;
	border-bottom:1px solid #006991;
	padding-bottom:10px;
	color:#01B8F1;
}
#subsidiary ul{
	margin:0; padding:0;
}
#subsidiary li{
	border-bottom:1px solid #004864;
	padding:5px 0;
}
#subsidiary li:last-child{
	border:none;
}


/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	clear: both;
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 40px 0 21px 0;
	color:#D8CBCE;
	}
#subsidiary .widget-inside{
	color:#D8CBCE;
}
#subsidiary a {
	color:#D8CBCE;
	text-decoration:none;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #D8CBCE;
	border-top: 1px solid #00749F;
	padding-top:20px;
}
#footer .copyright {
	color:#D8CBCE;
	display: inline;
	float: left;
	margin-right: 9px;
	}
#footer a.site-link{
	color:#01B8F1;
}
#footer a.theme-link{
	color:#01B8F1;
}

/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 470px;
	}
.layout-1c #secondary {
	clear: none;
	float: right;
	width: 470px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;
	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;
	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 480px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 720px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -220px;
	}
	

#cabecera-out{ background-image:url(../../imagenes/bg_cabecera.jpg); background-repeat:repeat-x; height:152px; }
#cabecera-in{ width:960px; margin:0 auto; }
#body-container{ margin:0 auto; }
#header{ margin:0; margin-top:18px; padding:0;  }
#navigation{ margin:0; margin-top: 26px; }

#contenedor-out{ background-image:url(../../imagenes/bg_contenedor.jpg); background-repeat:repeat-x; background-color:#F3EFF0; padding-top: 30px; }
#contenedor-in{ width:960px; margin:0 auto; }
#content{ }
#primary{  }

#contenedor-shadow{ background-image:url(../../imagenes/bg_contenedor_shadow.jpg); height: 30px; }
#margenes-contenido{ margin: 0px; }
	
#body-container{ }

#pie-out{ background-image:url(../../imagenes/bg_pie.jpg); background-repeat:repeat-x; height:399px; background-color:#001E29; }
#pie-in{ width:960px; margin:0 auto; }

#site-title{ width: 161px; height: 71px; float:left; margin: 0 20px 0 0; }
#site-description{ width: 500px; height: 71px; margin:0; float:left; text-align:center; color:#FFFFFF; line-height:71px; }

.hentry{ background-color: #FFFFFF; padding:20px; border:1px solid #DED3D6; margin-bottom:0; }
.hentry img{ margin:0; border:0; vertical-align:middle; }

#menu-top{ margin-top: 30px; }
.imagepost{ width:250px; float:right; text-align:right;  margin-bottom: 20px; }
.imagepost img.img_thumbnail{ background-color:#F3EEEF; border:1px solid #CCCCCC; padding:7px; }
.imagepost_caption{ vertical-align:middle; font: italic 12px Arial, Helvetica, sans-serif; color:#999999; }
.imagepost_caption a{ color: #84646C; }
.imagepost_caption a:hover{ color: #111; }
.imagepost_caption img{ margin:0 0 0 5px; padding:0; vertical-align:middle; background-color:#F3EEEF; }

.caja_titulo{  }
.entry-title{ font: 26px Georgia, "Times New Roman", Times, serif; text-transform:uppercase; border-bottom:1px solid #F1ECED; padding-bottom: 10px; }
.byline{  }
.entry-content{ clear:both; }

.entry-meta{ background-image: url(../../imagenes/icono_abrir_llave.png); background-repeat:no-repeat; background-position:left; padding-left: 25px; }

#buscador_top{  text-align:center; }
#buscador_top input{ height: 20px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; margin-top:30px; margin-top: 20px; }


.sombra_post{ background-image:url(../../imagenes/sombra_post.png); background-repeat:no-repeat; width: 620px; height: 10px; background-position:center; margin-bottom: 30px; }

#primary .widget{ margin:0px; padding:0; background-color:#FF0000; border:1px solid #DED3D6;background-color:#FFFFFF; }
#primary .widget-inside{}
#primary .widget-inside h3{ margin:0;}
#primary .widget-inside .xoxo{}
#primary .widget-inside .post_tag-cloud{ margin:10px 20px; }
#primary .widget-inside .textwidget{ margin:10px 20px;}

#buscador_top{ width: 220px; float:left; margin-left: 50px; margin-top:20px; height:30px; }
.buscador-left{ background:url(../../imagenes/buscador_left.png) no-repeat; width:14px; height:30px; float:left; }
.buscador{ float:left; }
.buscador input.search-text{ margin:0 !important; padding:4px; border:0; border-bottom:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-right: 1px solid #CCCCCC; height:30px; width: 150px; }
.buscador-right{ float:left; }
.buscador-right input{ margin:0 !important; padding:0 !important; width:36px; height:30px  !important; border:0  !important; }

h3#reply-title, h3#comments-number{ margin-top: 20px !important; color:#00364A; text-shadow: #FFFFFF 1px 1px 1px; font: 21px Georgia, "Times New Roman", Times, serif; }

.author_image{ background-color:#E4E0E2 !important; font-size: 13px; font-family:Arial, Helvetica, sans-serif; background-image:url(../../imagenes/bg_author.png); background-repeat:repeat-x; }
.author_image p{ margin-bottom: 5px; color:#333333; line-height:15px; margin:10px; width: 205px; float:left; text-shadow: #FFFFFF 1px 1px 1px; }
.entry_author_image{ width:60px; height:100px; overflow:hidden; margin: 10px; float:left; margin-right:0; border:1px solid #CCCCCC; }

#secondary .widget-inside h3{ margin:0;}
#secondary h3.widget-title{ background-image: url(../../imagenes/bg_h3_2.png); color:#00AEF0; }

#tweeter_container { color:#CCCCCC !important; }
#tweeter_feed { border-color: #DED3D6; background-color:#FFFFFF !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; border-color: #DED3D6 !important; }
#sidebar ul #tweeter_container ul { list-style:none !important; }
.tweeter_tweet { background-color: #F5F5F5 !important; border:0 !important; color:#666666 !important }
.tweeter_tweet:hover { color:#000002 !important; background-color:#FFFFFF !important }
.entry-summary{ clear:both; }