/*
Theme Name: Blog IM
Theme URI: http://blog.iniciamedia.com/
Description: Theme para el blog de Inicia Media.
Version: 1.0
Author: Inicia Media
Author URI: http://www.iniciamedia.com/
*/

/*Reseteando CSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*Nuevo CSS*/
blockquote {
	margin: 0;
	padding: 0 30px 0 50px;
	background: url('images/quote.png') no-repeat 20px 0;
	border: none;
	font-style: italic;
}
a {
	color: #77ad1a;
}
body {
	background: #f8f8f8 url(images/background.png) no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
}
#main {
	width: 978px;
	margin: 0 auto;
	text-align: left;
}
/*Estilos para #header*/
#header {
	height: 132px;
	background: url(images/cuerpo-top.png) no-repeat bottom center;
}
#logo {
	width: 256px;
	height: 90px;
	float: left;
}
/*Estilos para #menu*/
#menu {
	width: 525px;
	height: 42px;
	margin: 75px 43px 0 0;
	float: right;
	text-align: center;
	background: url(images/menu-bg.png) no-repeat;
}
#menu ul {
	padding: 14px 10px 0 20px;
}
#menu ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 15px 0 8px;
	background: url(images/menu-bullet.png) no-repeat left center;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
}
#menu ul li.current_page_item a, #menu ul li.current_page_parent a {
	color: #000;
}
/*Estilos para #content*/
#content {
	overflow: hidden;
	background: #fff;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	overflow: hidden;
	padding: 15px;
}
/*Estilos para #sidebar*/
#sidebar {
	float: right;
	width: 325px;
	border-left: solid 1px #ececec;
}
#sidebar h2 {
	border-bottom: solid 1px #ececec;
	color: #77ad1a;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 5px 2px;
	margin: 0 0 0 25px;
}
.sidebar-modulo {
	padding: 10px 2px;
	margin: 0 0 20px 25px;
	font-size: 12px;
}
.sidebar-modulo iframe {
	border: 3px solid #c8c6bd;
	margin: 0 0 10px 0;
}
.sidebar-moduloimg {
	padding: 0 0 10px 0;
}
.sidebar-modulo strong {
	font-weight: bold;
}
.sidebar-modulo p {
	padding: 0 0 5px 0;
	line-height: 14px;
}
.sidebar-modulo ul {
	margin: 0 0 0 5px;
}
.sidebar-modulo ul li {
	list-style-image: url(images/menu-bullet2.png);
	font-size: 12px;
	padding: 0;
	line-height: 14px;
	color: #77ad1a;
}
.sidebar-modulo a {
	text-decoration: none;
	color: #77ad1a;
}
.sidebar-modulo a:hover, .sidebar-modulo ul li:hover {
	color: #000;
}
.sidebar-modulo ul li.current_page_item a, .sidebar-modulo ul li.current_page_item {
	color: #000;
}
/*Estilos para #page y .post*/
#page, #contenido-posts {
	float: left;
	width: 600px;
	padding: 5px 0;
}
.post {
	padding: 0 0 15px 0;
}
#page h1, .post h1, .post_2 h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.post h1 {
	margin: 0;
	width: 500px;
	color: #77ad1a;
}
.post_2 h1 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
}
.post h1 a, .post_2 h1 a {
	text-decoration: none;
	color: #77ad1a;
}
#page h2, .post h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	color: #000;
}
#page h3, .post h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
#page p, .post p, .post_2 p {
	font-size: 13px;
	padding: 0 0 10px 0;
	line-height: 15px;
}
.post img {
	border: solid 3px #ececec;
}
.post_2 img {
	float: left;
	margin: 3px 10px 0 0;
	border: solid 3px #ececec;
}
#page strong, .post strong {
	font-weight: bold;
}
#page em, .post em {
	font-style: italic;
}
#page a, .post a {
	color: #77ad1a;
}
#page ol, .post ol {
	margin: 0 0 0 45px;
	padding: 0 0 10px 0;
}
#page ol li, .post ol li {
	list-style: decimal;
	font-size: 12px;
}
#page ul, .post ul {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
#page ul li, .post ul li {
	list-style: square;
	font-size: 12px;
}
/*Estilos para .date*/
.date, .date_2 {
	font-size: 20px;
	color: #ddd;
}
.date_2 {
	font-size: 14px;
}
/*Estilos para #navigation*/
#navigation {
	font-size: 12px;
	text-align: center;
	clear: both;
}
/*Estilos para #twitter*/
#twitter {
	width: 568px;
	height: 114px;
	background: url(images/twitter-bg.png) no-repeat;
	margin: 0 auto 25px auto;
}
#twitter-txt {
	width: 385px;
	margin: 0 0 0 142px;
	padding: 17px 0 0 0;
	font-size: 18px;
	line-height: 20px;
	color: #999;
}
.twitter-siguenos {
	font-size: 12px;
	font-style: italic;
	color: #59c4ec;
}
.twitter-siguenos strong{
	font-weight: bold;
	font-style: italic;
}
.twitter-siguenos a{
	color: #59c4ec;
	text-decoration: none;
}
.twitter-siguenos a:hover{
	color: #77ad1a;
}
/*Estilos para .pagetitle*/
.pagetitle {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
/*Estilos para .imgbordes*/
.imgbordes {
	border: 3px solid #c8c6bd;
	;
}
/*Estilos para comentarios*/
.icon-comments {
	float: right;
	width: 50px;
	height: 39px;
	background: url(images/comments-bg.png) no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 11px 0 0 0;
	margin: 0 0 25px 25px;
}
.icon-comments_2 {
	float: right;
	width: 35px;
	height: 25px;
	background: url(images/comments-bg-mini.png) no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 0 25px 25px;
}
.icon-comments a, .icon-comments_2 a {
	color: #fff;
	text-decoration: none;
}
.comentarios {
	color: #6b9ccd;
	height: 40px;
	padding: 10px 0 0 19px;
	font-size: 12px;
	margin: 0 0 0 25px;
	text-align: center;
}
.comentarios a, .commentautor a {
	color: #77ad1a;
	text-decoration: none;
}
#comments h5 {
	font-size: 16px;
	color: #77ad1a;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #ececec;
}
.bgcontcomment {
	height: 31px;
	width: 44px;
	color: #000;
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
	font-size: 20px;
	padding: 0;
	text-align: center
}
.commentlist {
	margin: 0 0 15px 0;
}
.commentcite {
	padding: 0;
	margin: 0 0 15px 0;
}
.commenttext {
	background-color: #ececec;
	padding: 15px;
	margin: 0;
	font-size: 12px;
}
.commenttext p {
	margin: 0;
	padding: 0;
}
.commentautor {
	font-size: 12px;
	padding: 5px 0;
}
.commentautor img {
	margin: 0 5px 0 0;
	border: solid 2px #f6f6ee;
	vertical-align: middle;
}
.moderacion {
	font-size: 11px;
	padding: 3px 0 0 0;
	color: #ff0000;
}
.requerido {
	font-size: 12px;
	color: #FF0000;
	padding: 2px;
	margin: 0 0 3px 0;
}
#divcomments {
	padding: 0 0 25px 0;
	font-size: 11px;
}
#divcomments h6 {
	font-size: 14px;
	height: 14px;
	padding: 10px;
	color: #fff;
	background: url(images/comment-h6bg.png) no-repeat;
}
.text, #divcomments textarea {
	font-family: Helvetica, Arial, sans-serif;
	margin: 2px 0 10px 0;
	padding: 3px;
	border: solid 1px #c8c6bd;
	font-size: 12px;
}
label strong {
	font-weight: bold;
	font-size: 12px;
}
/* End Comments */

/*Estilos para las alineaciones*/
.alignleft {
	float: left;
	margin: 15px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 15px 0 10px 15px;
}
.aligncenter {
	display:block;
	margin: 5px auto 10px auto;
}
/*Estilos para .formcomment*/
.formcomment {
	background: #d8e6c1 url(images/formcomment-bg.png) no-repeat bottom center;
	padding: 15px;
}
/*Estilos para la busqueda*/
#searchform input[type="text"] {
	padding: 3px;
	border: solid 1px #c8c6bd;
	font-size: 11px;
	color: #000;
	vertical-align: middle;
}
#searchform input[type="image"] {
	vertical-align: middle;
}
/*Estilos para #footer*/
#footer {
	width: 979px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
	background: url(images/cuerpo-bottom.png) no-repeat top center;
}
#footer-right {
	width: 345px;
	float: right;
}
#logo-footer {
	width: 185px;
	height: 171px;
	background: url(images/logo-iniciamedia-footer.png) no-repeat;
	margin: 0 auto;
}
#logo-footer:hover {
	background: url(images/logo-iniciamedia-footer-hover.png) no-repeat;
}
#footer-left {
	float: left;
	width: 550px;
}
.footer-modulo {
	width: 500px;
	font-size: 10px;
	padding: 0 15px 15px 10px;
	color: #999;
}
#footer strong {
	font-size: 12px;
	font-weight: bold;
	color: #77ad1a;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
.footer-modulo ul {
	margin: 0;
	padding: 0;
}
.footer-modulo ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	display: inline;
}
#footer-creditos {
	font-size: 11px;
	clear: both;
	margin: 0 10px 50px 10px;
	border-top: solid 1px #bdbaaf;
	padding: 10px 0 0 0;
}
#footer-copy {
	float: left;
}
#footer-autor {
	float: right;
}
.posts-relacionadosimg {
	float:left;
	margin: 0 10px 10px 0;
	border: solid 2px #ececec
}
.posts-content {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px 0
}
.columna_2 {
	width: 275px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 15px 0 25px 0;
}
.columnas {
	clear: both;
	border-bottom: solid 1px #ececec;
}
/*Tabs*/
ul.tabs, ul.tabs2, ul.tabs3, ul.tabs4 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Define el ancho de las tabs--*/
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	width: 100%;
}
ul.tabs li, ul.tabs2 li, ul.tabs3 li, ul.tabs4 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Sustrae 1px de la altura de la lista desordenada--*/
	line-height: 24px; /*--Alineamiento vertical del texto dentro de la tabla--*/
	border: 1px solid #ececec;
	border-left: none;
	margin-bottom: -1px; /*--Desplaza los item de la lista abajo 1px--*/
	overflow: hidden;
	position: relative;
	background: #d8e6c1;
}
ul.tabs li a, ul.tabs2 li a, ul.tabs3 li a, ul.tabs4 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover, ul.tabs2 li a:hover, ul.tabs3 li a:hover, ul.tabs4 li a:hover {
	background: #d8e6c1;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs2 li.active, html ul.tabs2 li.active a:hover, html ul.tabs3 li.active, html ul.tabs3 li.active a:hover, html ul.tabs4 li.active, html ul.tabs4 li.active a:hover { /*--Estate seguro de que a la tab activa no se le aplicarán estas propiedades hover--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Esto hace que la tab activa esté conectada con respecto a su contenido--*/
	font-weight: bold;
}
.tab_container, .tab_container2, .tab_container3, .tab_container4 {
	/*border: 1px solid #ececec;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	margin: 0 0 25px 0;
}
.tab_content, .tab_content2, .tab_content3, .tab_content4 {
	padding: 20px;
	font-size: 12px;
}

.autor {
	background-color: #ececec;
	border: solid 2px #e3e3e3;
	padding: 10px;
	margin: 0 0 15px 0;
	font-size: 12px;
}

.autor h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #77ad1a;
}

.autor img {
	float: left;
	border: solid 1px #fff;
	margin: 0 10px 5px 0;
}

.autor p {
	margin: 0;
	padding: 0;
}

.autor a {
	text-decoration: none;
}

.rss {
	vertical-align: middle;
	padding: 0 5px 0 0;
}

