/*
	Theme Name: MasterMagazine

*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #184B61;
	color: #3C3C3C;
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	}

#container {
	padding: 0 3px !important;
	*padding: 0 1px !important;
	padding: 0 1px;
	width: 1000px;
	margin: 0;
	}


/* Estructuras principales */

.post {
	margin-bottom: 50px;
	margin-left: 5px;
	width: 560px;
	overflow: hidden;
	}

#wrapper {
	padding: 10px 0 0px 0;
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff; /* url(images/bgwrapper.png) repeat-x top; */
	}
	
	#ad728 {
	width: 1000px;
	margin: 0 auto;
	background: #D6D6D6;
	background: #D6D6D6 url(images/adfondo.jpg);
	overflow: hidden;
	}

#header {
	width: 990px;
	margin: 0 auto;
	border-bottom: 2px solid #20607B;
	background: #216683;
	overflow: hidden;
	}

#content {
	float: left;
	margin-left: 20px !important;
	margin-left: 10px;	
	margin-bottom: 30px;
	padding: 8px 10px 0 5px !important;
	*padding: 20px 10px 0 5px !important;
	padding: 20px 10px 0 9px;
	text-align: left;
	width: 570px !important;
	*width: 570px !important;
	width: 566px;
	background: #fff; /* url(images/bgcontent.png) top no-repeat; */
	/* border-top: 1px solid #1F7ACD; */
	}

#sidebar {
	float: right;
	line-height: 1.2em;
	margin-right: 5px;
	padding: 0 10px 25px 10px;
	width: 340px;
	text-align: left;
	}

#credits {
	border-top: 2px solid #243664;
	border-bottom: 4px solid #141414;
	background: #216683;
	font-size: 9pt;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: right;
	width: 990px;
	color: #FFFFFF;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-bottom: 10px;
	clear: both;
	}


/* Configurar Estructuras */


/* Cabecera */


#redbar {
	color: #FEFEFE;
	margin: 0 auto;
	width: 990px;
	padding: 5px 0;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	}

#topheader {
	background: #141414;
	padding: 3px 0;
	text-align: right;
	border-bottom: 1px solid #39569F;
	margin-bottom: 7px;
	}

#header .ad468 {
position:relative;
top:10px;
width: 468px;
height: 60px;
	}

#header .left {
	float: left;
	width: 47%;
	}

#header .right {
	float: right;
	width: 50%;
	}

#header h1 {
	color: #fefefe;
	font-family: Rockwell;
	font-size: 50pt;
	margin-top: -5px;
	margin-left: 10px;
	background: transparent;
	}

#header h1 img {
	padding: 0 !important;
	padding: 5px 0;
	position: relative;
	top: 0 !important;
	top: 12px;
	margin-top: 0px !important;
	margin-top: -18px;
	}

#header .search {
	margin-top: 25px;
	text-align: center;
	}

#header .search .submit input{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	width: 67px;
	margin-left: 3px;
	border: 1px solid #FFF;
	background: #DCDFE2;
	height: 28px !important;
	height: 30px;
	}

#header .search input{
	font-family: Verdana;
	color: #000;
	margin: 5px 0;
	padding: 6px;
	width: 160px;
	border: 1px solid #fff;
	background: #DCDFE2;
	}


/* Contenido */


.infopost {
	background: #FBFBFB;
	padding: 6px 4px 6px 20px;
	font-family: Verdana;
	letter-spacing: .8px;
	font-size: 8pt;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	}

.datebg {
	background: transparent url(images/bgfecha.gif) no-repeat;
	width: 51px;
	height: 45px;
	font-size: 16px;
	font-family: Arial;
	float: left;
	position: relative;
	color: #B5B5B5;
	top: -15px;
	left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	padding-top: 15px;
	padding-left: 2px;
	margin-right: 10px;
	}

.datebg .dia {
	font-size: 20px;
	font-family: Tahoma;
	color: #fefefe;
	font-weight: bold;
	}

.post .icon {
	margin-right: 4px;
	}

.post a {
	color: #324C8C;
	text-decoration: none;
	}

.post a:hover {
	background: #EBF2F5;
	text-decoration: none;
	}

.post h2 a:hover, .post h2 a{
	background: none;
	text-decoration: none;
	}

.post p {
	margin-bottom: 10px;
	}

.post p, .post ul, .post ol {
	line-height: 21px;
	}
			
.post ol, .post ul {
	margin-left: 15px;
	padding: 0;
	}

.post ul {
	list-style: square inside;
	}

.post ul li, #post ol li {
	margin: 2px 0 2px 0;
	padding: 0;
	}

.post ol {
	margin: 20px 0 15px 35px;
	}

.post ol li {
	margin: 3px 0;
	}

.post h2 {
	margin-top: 10px;
	margin-left: 30px;
	color: #035295;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: normal;
	font-weight: bold;
	padding: 1px 4px;
	background: transparent;
	}

.post h2 a{
	color: #035295;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 4px;
	background: transparent;
	}

.post h2 a:hover{
	text-decoration: none;
	background: #035295;
	color: #fefefe;
	}

.post small {
	font-size: 8px;
	font-family: Tahoma;
	}

.postinfo {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	text-align: left;
	margin: -15px 0 5px 0;
	padding: 7px 0;
	}
		
.feedback {
	font-family: Verdana;
	letter-spacing: .8px;
	font-size: 8pt;
	text-align: left;
	margin: 20px 0;
	padding: 7px;
	border-bottom: 1px solid #ebebeb;
	background: #fbfbfb;
	line-height: 20px;
	}

.postrel {
	font-family: Verdana;
	letter-spacing: .5px;
	font-size: 8pt;
	text-align: left;
	margin: 35px 0 20px 0;
	padding: 7px;
	border-bottom: 1px solid #ebebeb;
	background: #fbfbfb;
	line-height: 20px;
	}

.postrel li {
	line-height: 18px;
	padding: 4px 0 4px 10px;
	list-style-type: none;
	}

.postrel ul {
	margin-bottom: 10px;
	width: 70%;
	}

.postrel h3 {
	}

.postrel .remote {
	float: right;
	position: relative;
	top: -62px;
	right: -12px;
	}

#pagination {
	margin: 10px 0;
	text-align: center;	
	font-size: 10pt;
	}

#pagination a {
	background: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	margin-right: 5px;
	padding: 4px 8px;
	}

#pagination span {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	margin-right: 5px;
	padding: 4px 8px;
	}

#pagination a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

.post .postcontent img {
	padding: 3px;
	margin: 3px;
	border: 1px solid #ebebeb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
	}

.post .postcontent wp-smiley {
	margin: 0;
	padding: 0;
	background: none;
	}

		
/* Comentarios */


#commentform input {
	color: #333;
	font-size: 9pt;
	font-family: 'Verdana';
	border: 1px solid #dce1e5;
	background: #fff;
	width: 250px;
	padding: 5px;
	margin: 5px 5px 0px 0;
	}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #336699;
	}

#commentform textarea {
	color: #333;
	font-size: 9pt;
	font-family: 'Verdana';
	border: 1px solid #dce1e5;
	background: #fff;
	margin: 7px 0 0 0;
	width: 523px;
	padding: 10px;
	line-height: 19px;
	}

#commentform .submit input{
	background: transparent url(images/botonpublicar.png) repeat-x bottom;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding: 5px;
	margin: 12px 0 25px 0;
	padding: 0;
	height: 28px;
	width: 82px;
	border: 0;
	}

#comments {
	padding-top: 5px;
	}

#comments small {
	text-transform: uppercase;
	color: #444;
	font-family: Tahoma;
	}

.countcomment {
	color: #ebebeb;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 26px;
	z-index: 1;
	position: relative;
	top: 0px;
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	}

#comments .tijerabox .tijera {
	position: relative;
	top: 9px !important;
	*top: 11px !important;
	top: 11px;

	}

#comments .tijerabox {
	clear: both;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
list-style-type: none;
}

.commentlist li .comment{
	background: #F9FCFF;
	font-weight: normal;
	margin-bottom: 14px;
	text-align: left;
	overflow: auto;
	padding: 15px 8px 8px 8px;
	border: 1px dashed #ccc;
	width: 95%;
	}

.commentlist li .alt {
	background: #FFFFEF;
	}

.commentlist p {
	margin: 10px;
	font-size: 9pt;
	line-height: 18px;
	}

#commentform p {
	margin: 5px 0 0 0;
	width: 500px;
	}

#comments h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

/* Titulos */

h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

h4 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -.1px;
	margin-top: 10px;
	padding: 0;
	color: #373737;
	}

	
/* Sidebar */

div .autores li img
{
	padding-top:3px;
	float:left;
	display:inline;
	padding-right:5px;
}


#sidebar .suscrip {
	*padding-top: 0 !important;
	}


#sidebar .suscrip ul li input {
	font-family: Verdana;
	height: 16px;
	margin-right:5px;
	color: #444;
	margin: 5px 0;
	padding: 6px;
	width: 160px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#sidebar .suscrip ul li input[type="sumbit"]{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	width: 82px;
	margin-left: 3px;
	height: 28px;
	border:0;
	background: transparent url(images/botonpublicar.png) no-repeat;
	}

#sidebar .suscrip .submit input{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	width: 82px;
	margin-left: 3px;
	height: 28px;
	border:0;
	background: transparent url(images/botonpublicar.png) no-repeat;
	}

#sidebar .rssoptions {
	clear: both;
	overflow: hidden;
	border: 0;
	background: none;
	padding-top: 0px !important;
	*padding: 0 !important;
	padding: 0;
	height: 37px !important;
	*height: 41px !important;
	*height: 43px;
	*padding-top: 0 !important;
	*padding-top: 0px;
	}

#sidebar .sleft {
	float: left;
	width: 10%;
	border: 0;
	background: none;
	text-align: center;
	padding-top: 6px;
	padding-left: 3px;
	}

#sidebar .sright {
	float: right;
	width: 88%;
	border: 0;
	background: none;
	text-align: center;
	display: inline;
	padding-top:7px;
	}

#sidebar .sright img {
	height: 22px;
	width: 80px;
	padding: 2px;
	}
	
#sidebar .sright img.fc_custom01 {
	width:88px;
	height:26px;
	}

.rss {
	margin: 0 !important;
	*margin: 4px 8px 8px 2px !important;
	margin: 4px 0 0 0;
	}

#sidebar .aprendemas {
	margin: 10px 0;
	text-align: center;
	border: 0;
	background: none;
	}

#sidebar div {
	border: 1px solid #ebebeb;
	background: #fafafa;
	margin-bottom: 6px;
	*padding-top: 6px !important;
	}

#sidebar .search, #sidebar .sidebartop {
	border: 0;
	background: none;
	}

#sidebar .left, #sidebar .right {
	border: 0;
	background: none;
	}

#sidebar .lastcom, #sidebar .destacado {
	clear: both;
	}

#sidebar #categories, #sidebar #archives{
	font-size: 8pt;
	color: #999;
	}

#sidebar #categories a, #sidebar #archives a{
	font-size: 9pt;
	}

#sidebar .red ul{
	line-height: 28px;
	padding-top: 15px;
	margin-top: 10px !important;
	margin-top: 0;
	padding-left: 3px;
	margin-left: 7px !important;
	margin-left: 0;
	}
	
#sidebar .red li {
	background: none;
	padding: 7px 0;
	border: 0;
	display: inline;
	margin: 0px;
	}

#sidebar .red li:hover {
	background: none;
	padding: 7px 0;
	border: 0;
	display: inline;
	}

#sidebar .red .fav {
	height:18px;
	width:18px;
	margin: 0 2px -4px 2px !important;
	margin: 3px;
	border: 1px solid #ccc;
	padding: 1px;
	*margin-bottom: 6px !important;
	}

#sidebar a {
	text-decoration: underline;
	}

#sidebar .suscrip a {
	text-decoration: none;
	}

#sidebar .left a, #sidebar .right a {
	text-decoration: none;
	}

.sidtop {
	margin: 10px 0;
	}

#sidebar .left {
	width: 48%;
	float: left;
	}

#sidebar .right {
	width: 48%;
	float: right;
	}

#sidebar h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	padding: 5px 5px 5px 3px;
	color: #373737;
	background: #fff url(images/bgh3s.png) right no-repeat;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 10px 0 0 0;
	width: 95%;
	position: relative;
	right: 8px;
	top: 0 !important;
	top: 7px;
	}

#sidebar .suscrip h3 {
	*margin-top: 0;
	*margin-top: 6px !important;
}
		
#sidebar ul, #sidebar ol {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0 !important;
	padding: 10px 0 10px 0;
	}
	
#sidebar li {
	margin: 0;
	line-height: 18px;
	padding: 4px 0;
	border-bottom: 1px solid #dce1e5;
	}

#sidebar li {
	padding-left: 12px;
	}

#sidebar li ul li {
	padding-left: 0px;
}

#sidebar .children li:hover {
	background: none;
	}

#sidebar li:hover {
	background: #fff url(images/dot.gif) left no-repeat;
	}

#sidebar .right .red ul li {
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
	}

#sidebar .right .red img {
	border: 1px solid #240909;
	margin-bottom: -8px;
	}
	
#sidebar div { 
	padding: 0;
	}

#sidebar .suscrip img {
	margin-bottom: -3px;
	margin-left: 3px;
	}

#sidebar a:hover {
	color: #295576;
	}

#sidebar .destacado {
	margin-left: -40px;
	}


/*	Créditos */


#credits p {
	margin-right: 12px;
	padding: 0;
	}

#credits a {
	color: #FFFFCC;
	}

#credits a:hover {
	text-decoration: none;
	}

.infobottom {
	clear: both;
	overflow: hidden !important;
	background: #fff url(images/bgbottom.jpg);
	border-top: 1px solid #141414;
	padding: 10px 14px 30px 14px;
	color: #333;
	height: auto !important;
	height: 100%;
	}

.infobottom div {
	background: #fff;
	border: 1px solid #141414;
	padding: 0 6px 10px 6px;
	margin: 10px 0;
	}

.infobottom #recententries {
	width: 285px;
	float: left;
	margin-right: 23px;
	margin-left: 10px !important;
	margin-left: 4px;
	}

.infobottom #mostcom {
	width: 285px;
	float: left;
	margin-right: 23px;
	}

.infobottom #mostread {
	width: 285px;
	float: left;
	}

.infobottom ul li {
	padding: 5px 0 5px 3px;
	border-bottom: 1px solid #ebebeb;
	list-style-type: none;
	background: #fff;
	}

.infobottom a {
	padding: 2px;
	}

.infobottom a:hover {
	background: #324C8C;
	color: #fefefe;
	}

.infobottom ul {
	border-top: 1px solid #ebebeb;
	}

.infobottom ul li:hover {
	}

.infobottom h3 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -.3px;
	position: relative;
	right: 24px;
	margin: 10px;
	padding: 5px 5px 5px 3px;
	background: #FFF;
	text-transform: uppercase;
	border: 1px solid #141414;
	border-right: 0;
	}


/* General */


small {
	font-family: Tahoma;
	font-size: 8pt;
	}

a {
	color: #324C8C;
	text-decoration: none;
	background: transparent;
	}

a:hover {
	border: 0;
	}

acronym, abbr, span.caps {
	border: 0;
	border-bottom: 1px dotted #ccc;
	}
	
#content .post .postcontent blockquote {
	border-left: 4px solid #ebebeb;
	margin-bottom: 5px;
	clear: both;
	width: 90%;
	padding: 5px 0 5px 10px;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}


/* Float y Clear */


div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}

	
/* Alineación de Imágenes */
img.alignleft, div.alignleft
{
float:left;
border: solid 1px #e6e6e6; 
margin:5px 5px 5px 5px;
}
img.alignright, div.alignright
{
float:right;
border: solid 1px #e6e6e6; 
margin:5px 5px 5px 5px;
}
img.aligncenter, div.aligncenter
{
text-align:center;
border: solid 1px #e6e6e6; 
margin:0 auto;
}

img.borde {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.borde:hover {
	background: #F0F0F0;
	}

img.centro {
	display: block; 
	margin: auto;   
	}

img.derecha {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.izquierda {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.icon {
	}

	
/* Alineación de Texto */


.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	
#interguia {
	background: url(http://www.blogdaddy.com/bgrotator.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	padding-top:3px;
	width: 100%;
	height:22px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

#interguia img {
position:absolute;
top:0;
left:0;
}

#interguia a
{
/*margin-right: 37px;
margin-left: 37px;*/
color: #FFF;
text-decoration: none;
}

#interguia a:hover
{
color: #EFEFEF;
text-decoration: underline;
}
