/*
THEME NAME: Brains Corner
THEME URI: http://www.bocetos.com
DESCRIPTION: Theme exclusivo para el Colegio Brains, revista Brains Corner Digital.
VERSION: 1.1
AUTHOR: <a href="http://www.bocetos.com">Jon Iglesias</a>
AUTHOR URI: http://www.bocetos.com
*/

@import "reset.css";

body {
	
	font-size: 13px;
	color: #585858;
	
	background-image: url(images/sombra.png);
	background-repeat: repeat-y;
	background-position: center top;
	
}

li{
	list-style-type: none;
	clear: both;
}

a {
	color: #464646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #F2FAFD;
}

#header {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	height: 110px;
	background-image: url(images/fondoHEADERTOP.png);
	background-repeat: no-repeat;
	background-position: -458px 0px;
	position: relative;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 100%;
	overflow: hidden;
	background-image: url(images/fondoCONTAINER.png);
	background-repeat: repeat-x;
	background-color: #F2FAFD;
}

#content {
	float: right;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #95AFBE;
	background-position: 10px;
	padding-left: 10px;
}

.post {
	margin-bottom: 10px;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	overflow: hidden;
	width: 680px;
}

.post-title {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #004481;
	line-height: 22px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post-title a {
	color: #004481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.page-subtitle {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 0px;
	margin-bottom: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 0px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 245px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	width: 980px;
	height: 90px;
	border-top: 1px solid #EAEAEA;
	padding: 0px;
	background-image: url(images/bgFOOTER.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer-links {
	list-style: none;
	display: block;
	float: left;
	height: 20px;
	width: 730px;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
}

#footer-links li {
	float: left;
	margin-right: 15px;
	display: compact;
	clear: none;
	color: #FFF;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}#header #menupages ul {
	display: inline;
}
#header #menupages ul li {
	float: left;
	clear: none;
}
#header #menupages {
	text-align: left;
	margin-top: 60px;
	margin-right: 0px;
	padding-left: 300px;
}
#subheader {
	width: 100%;
	clear:both;
	position: relative;
}
#bloquesTOP {
	height: 175px;
	width: 100%;
	clear:both;
	/*overflow:hidden;*/
	background-color: #FFF;
}
#bloquesTOP #bloqueA {
	height: 120px;
	width: 259px;
	float: left;
	padding-left: 10px;
	padding-top: 40px;
	border-right-width: 3px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #95AFBE;
	margin-top: 0px;
	margin-right: 0px;
}
#bloquesTOP #bloqueB {
	width: 340px;
	float: left;
	height: 165px;
	overflow:hidden;
}
#bloquesTOP #bloqueC {
border-left:3px dotted #95AFBE;
float:right;
height:165px;
margin:0 20px 0 0;
padding:0 0 0 5px;
width:340px;
}
#migas {
	background-color:#E67817;
background-image:url(images/icoBLANCO.png);
background-position:280px 50%;
background-repeat:no-repeat;
color:#FFFFFF;
height:25px;
line-height:25px;
overflow:hidden;
padding-left:300px;
vertical-align:middle;
}

#header #menupages  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header #menupages  a:link {color: #003B71;}
#header #menupages  a:visited {color: #003B71;}
#header #menupages  a:hover {color: #9CF;}
#header #menupages  a:active {color: #9CF;} !important.portadaCAT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #09C;
}
.portadaCAT a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #013A6F;
}
.portadaTIT a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3DB2C3;
	display: block;
	clear: none;
	padding: 0px;
	overflow: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#portadaPOST img {
	width: 100px;
	height:auto;
	float: left;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.portadaPOST_DIV {
	display: block;
	float: left;
	width: 330px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
#sidebar .widget_recent_entries  .widgettitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(images/icoHOME_mini.png);
	background-repeat: no-repeat;
	text-indent: 18px;
	display: inline-block;
	list-style-type: none;
	
	margin-top: 8px;
}
#sidebar .akpc-widget .widgettitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-indent: 18px;
	display: inline-block;
	background-image: url(images/icoHOME_mini.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#sidebar #linkcat-2 .widgettitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	background-image: url(images/icoHOME_mini.png);
	background-repeat: no-repeat;
	text-indent: 18px;
	display: inline-block;
	margin-top: 20px;
}
#sidebar .widget_recent_entries ul li {
	list-style-position: inside;
	list-style-type:none;
	margin-left: 5px;
	list-style-image: url(images/bullet.png);
	font-size: 12px;

	clear: both;
}
#sidebar .akpc-widget .akpc_report ol li {
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	margin-left: 5px;
	
}
#sidebar  .xoxo.blogroll li {
	margin-left: 5px;
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
	color: #F90;
	
}
#sidebar  .xoxo.blogroll li a {
	color: #F90;
	font-size: 11px;
}
#wrapper #triangulos {
	height: 30px;
}
#wrapper #container .portada {
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #95AFBE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#sidebar .akpc-widget .akpc_report ol li a {
	font-size: 11px;
}
#sidebar .widget_recent_entries ul li a {
	font-size: 11px;
}
#sidebar .akpc-widget .akpc_report ol li span {
	display: none;
}
.more-link {
	background-image: url(images/leerMAS.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 70px;
	float: right;
	text-indent: -5000px;
	margin-top: 20px;
}
#portadaPOST .iLikeThis
{
	margin-top: 28px;
	display: block;
}
.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/fecha.png) no-repeat;
	width:40px;
	height: 40px;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 10px;

}

.date_m {

display:block;

font-size: .9em;

margin:0;

padding:0;

font-weight: bold;

text-align:center;

}

.date_d {
	display:block;
	font-size:1.4em;
	margin:0;
	text-align: center;
	width: 40px;
	padding-right: 0;
	padding-left: 0px;
	height: 10px;

}#bloquesTOP #bloqueA #dia {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#bloquesTOP #bloqueA #fecha {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#bloquesTOP #bloqueA #socialTOP {
	clear: both;
}
#bns-featured-tag-3  strong a {
	font-size: 16px;
	font-weight: bold;
	color: #090;
	display: block;
	text-align: right;
	margin-bottom: -20px;
}
#bns-featured-tag-3 img {
	text-align: left;
	padding-right: 10px;
	float: left;
	margin-top: -15px;
}
#bns-featured-tag-3  p {
	display: inline-block;

}
#bns-featured-tag-3  div {
	overflow: hidden;
}
#bns-featured-tag-3  .post-details {
	display: none;
}
/* CLASES PARA CABECERAS SEGUN CATEGORIAS */
.CAB_PORTADA{
	background-color:#FFFFFF;
background-image:url(images/Home_BrainsCorner.png);
background-position:-450px -100px;
height:319px;
}
.CAB_SECCION {
	height: 150px;
	background-image: url(images/Primaria_BrainsCorner.png);
	background-repeat: no-repeat;
	background-color: #FFF;background-position:-458px 0;
}

#bloquesTOP #bloqueB #homeSUBIMG {
	background-image: url(images/Home_BrainsCorner_SUB.png);
	background-repeat: no-repeat;
	height: 150px;
	background-position: 11px 0px;
	width: 100%;
}
#breadCABECERA div {
	font-size: 30px;
	font-weight: bold;
	color: #004481;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	float: left;

}
#breadCABECERA .BRcat a {
	font-size: 30px;
	font-weight: bold;
	color: #004481;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
}
#breadCABECERA .BRactual .BRentrada {
	font-size: 18px;
	font-weight: bold;
	color: #004481;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	display: none;
}
#breadCABECERA {
	display:block;
height:100%;
padding-left:320px;
padding-top:50px;
width:470px;
}
#bloquesTOP #bloqueC .widgettitle {
	float:right;
	margin:12px 2px;
	position:relative;
	width:100%;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #E67817;
	text-align:right;
	top:-50px;
}
#bloquesTOP #bloqueC a {
}
#bloqueB ul .cat-item a {
	font-size: 10px;
	font-weight: bold;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
}
#bloqueB ul li {
	list-style-image: url(images/icoHEAD_mini%20-.png);
	list-style-position: inside;

	padding-left: 10px;
}
    #bloquesTOP #bloqueB ul .cat-item.cat-item-4 .children {
	display: none;
}
    #bloquesTOP #bloqueB ul .category_icon {
	display: none;
}
#bloquesTOP #bloqueB ul .children  a {
	font-weight: normal;
	font-style: normal;
}
#content .post-meta .autor {
	font-size: 12px;
	font-weight: bold;
	color: #54B7C2;
	font-family: Arial, Helvetica, sans-serif;
}
    #container #content  .post-meta .fecha {
	font-size: 11px;
	font-weight: normal;
	color: #54B7C2;
	font-family: Arial, Helvetica, sans-serif;
}
#content .separador {
	background-image: url(images/separadorH.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}
#breadCABECERA .BRactual .BRcat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #004481;
}
#wrapper #migas .BRcat a {
	color: #FFF;
}
.widget_polls-widget {
	background-image: url(images/postit-encuesta.png);
	background-repeat: no-repeat;
	background-position: right 17px;
}
.wp-polls, .wp-polls-form {
height:165px;
}#bloquesTOP #bloqueC .wp-polls strong {
	font-size: 18px;
	font-weight: bold;
	color: #A0B700;
	text-align: left;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
#bloquesTOP #bloqueC .wp-polls  .wp-polls-ul li {
	font-weight: bold;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
#bloquesTOP #bloqueC .wp-polls  .wp-polls-ul li strong {
	font-weight: bold;
	color: #666;
	font-size: 12px;
	line-height: 10px;
}
#footer .logosFOOTER {
	background-image: url(images/logosFOOTER.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	display: block;
	float: left;
	margin: auto;
	background-position: center center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer #footer-links  a {
	color: #FFF;
	text-decoration: none;
}
#bloquesTOP #bloqueC .widget_sp_image {
	display:table-cell;
height:165px;
margin:auto;
text-align:center;
vertical-align:middle;
width:320px;;
	
}
#wrapper #bloquesTOP #bloqueC img {
	vertical-align: bottom;
	display:table-cell;
	text-align: center;
	left: 0px;
	bottom: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#wrapper #bloquesTOP #bloqueC #widget_sp_image-3 .-image-link .-image-link {
	left: 0px;
	bottom: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#content  #featured {
	float: left;
	width: 325px;
	overflow: hidden;
	padding: 5px;
	min-height:250px;
}
#featured .titulo ,#featured .titulo a{
	font-size: 18px;
	font-weight: bold;
	color: #004481;
	text-decoration: none;
}
#sidebar #tag_cloud-3 .widgettitle {
background-image:url(images/icoHOME_mini.png);
background-repeat:no-repeat;
color:#FF9900;
display:inline-block;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin-top:20px;
text-indent:18px;
}
#featured img {
	width: 100px;
	height: auto;
}
#header #buscar  .widgettitle {
	display: none;
}
#header #buscar {
	position: absolute;
	left: 640px;
	top: 14px;
}
#header #buscar  #searchform div .screen-reader-text {
	font-weight: bold;
	color: #004481;
}
#sidebar .widgettitle {
	background-image:url(images/icoHOME_mini.png);
	background-repeat:no-repeat;
	color:#004481;
	display:inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	text-indent:18px;
}
#wrapper #subheader #breadCABECERA {
	color:#004481;
font-size:24px;
font-weight:bold;
max-height:80px;
overflow:hidden;
}
#cformsform{ clear:both}
.sencillo{ width:670px;!important}
.post-content a{
	color: #036;
	text-decoration: underline;
}#subheader #claim {
	position: absolute;
	height: 62px;
	width: 362px;
	left: 631px;
	top: 219px;
	font-size: 24px;
	font-weight: lighter;
	color: #004380;
	font-family: Arial, Helvetica, sans-serif;
}
#stimuli_lightbox{ 
width:90%; !important;
height:auto;!important;}
#bloquesTOP #bloqueC .-description,#bloquesTOP #bloqueC p {
	font-size: 10px;
	font-weight: lighter;
	color: #69C;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
}
#bloquesTOP #bloqueC #widget_sp_image-3 .-image-link .alignleft {
	float: left;
}
.widget_polls-widget h2{ display:none}

.wp-polls-ans a{display:block;
float:left;
margin-top:-10px;}
#migas .BRactual{display:none;}
.self{
	color: #F90;
}
.collapse, .collapse a{color: #F90}
.activada{color: #F90; font-weight:bold;}
li.collapsing_categories_bocetos { padding-left: 1.0em;  text-indent: -1em; padding-right:5px; padding-top:2px; padding-bottom:2px;}
li.collapsing_categories_bocetos p { float:left; margin-right:18px; font-size:1.2em; font-family:Monaco, 'Andale Mono', 'FreeMono', 'Courier new', 'Courier', monospace; cursor:pointer;}
.featured_post_bocetos { width:280px; height:150px; float:left; margin-right:25px; margin-bottom:30px; background:#eaf5f9; padding:10px; position:relative;}
.featured_post_bocetos img { width:90px; height:90px; float:left!important; margin:0px 3px 0px 0px!important;}
.featured_post_bocetos img.leermas { width:inherit!important; height:inherit!important; position:absolute; bottom:15px; right:25px; margin:0px 3px 0px 0px!important;}
br.clear { clear:both;}
.featured_post_bocetos a { font-weight:bold; color:#333; font-size:14px; }
p.form-description #description {margin-left:0px!important;}
#wppb_register textarea#description { width:342px!important; }
.post-conten .bocetos_fix_share #wpa2a_1 { visibility:hidden!important;}

/* Lu */
.textwidget {
position:relative; top:-45px;}

