body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
div {
	background:transparent none repeat 0 0;
}
p {
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#666;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#ff6500;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0;
}
h3 {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
}
h5 {
	margin:0;
	padding:0;
}
fieldset {
	border:0 none;
}
input {
	border:0 none;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
/****************** Clases generales *********************/
.right {
	float:right;
}
.left {
	float:left;
}
.cleaning {
	clear:both;
}
.center {
	text-align: center;
}
/*********************************************************/
#contenedor {
	background:url(img/bg_cont.gif) repeat top center;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	height:100%;
}
#principal {
	margin:0 auto;
	padding:0;
}
/****************  cabecera   ************************/
#cabecera {
	background:url(img/bg_cab_01.gif) repeat-x top left;
	height:170px;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #999999;
}
#cabecera .box_cabecera {
	width:950px;
	height:170px;
	padding:0;
	margin:0 auto;
	background:url(img/bg_box_cab.gif) no-repeat 440px 12px;
}
#cabecera .box_cabecera h2 {
	float:left;
	background:url(img/logo_orange.gif) no-repeat left top;
	width:40px;
	height:40px;
	margin-top:15px;
}
#cabecera .box_cabecera h2 a {
	float:left;
	width:40px;
	height:40px;
	cursor:pointer;
}
#cabecera .box_cabecera h2 a span {
	display:none;
}
#cabecera .box_cabecera h1 {
	float:left;
	background:url(img/profesor_cab.gif) no-repeat left top;
	margin-top:43px;
	margin-left:0px;
	font-size:20px;
	text-align:left;
	width:511px;
	height:127px;
}
#cabecera .box_cabecera h1 a {
	float:left;
	color:#ff6500;
	cursor:pointer;
	width:511px;
	height:127px;
}
#cabecera .box_cabecera h1 a span {
	display:none;
}
/********************************************************/
#central {
	padding:0;
	margin:0 auto;
	border-left:1px solid #777;
	border-right:1px solid #777;
	width:950px;
	background:#fff url(img/bg_central.jpg) no-repeat right bottom;
	overflow:hidden;
}
.top_central {
	background:#fff url(img/bg_top_central.gif) repeat-x left top;
	height:10px;
}
.col_ppal {
	float:left;
	display:inline;
	width:620px;
	padding-bottom:10px;
}
/********************************************************/
.post {
	float:left;
	display:inline;
	background:url(img/post_bot.gif) repeat-x left bottom;
	margin:5px 0 15px 20px;
	width:588px;
}
.post .navigation {
	float:left;
	display:inline;
	border-bottom:1px solid #cecece;
	background:url(img/bg_nav.gif) repeat-x left top;
	color:#333;
	font-size:12px;
	width:588px;
	margin-bottom:15px;
	padding:10px 0;
	line-height:20px;
	text-indent:10px;
}
.post .date {
	clear:both;
	float:left;
	width:53px;
	height:53px;
	background:url(img/bg_date.gif) no-repeat left top;
	margin-right:15px;
	margin-bottom:5px;
}
.post .date .mes {
	float:left;
	color:#333;
	display:inline;
	margin-top:20px;
	font-size:12px;
	padding:0;
	text-align:center;
	width:53px;
	line-height:12px;
	text-transform:uppercase;
}
.post .date .dia {
	float:left;
	color:#333;
	display:inline;
	width:53px;
	text-align:center;
	font-size:15px;
	padding:0;
	line-height:15px;
}
.post .box_tittle {
	float:left;
	display:inline;
	width:510px;
}
.post h2 {
	float:left;
	font-size:21px;
	width:518px;
	color:#333333;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
	
}
.post h2 a {
	color:#333333;
}
.post h2 a:hover {
	color:#ff6500;
	text-decoration:none;
}
.post .box_tittle h3 {
	float:left;
	font-size:16px;
	width:518px;
	color:#666;
	margin-bottom:3px;
	font-weight:normal;
	}

.post .fecha {
	float:left;
	display:inline;
	width:200px;
	font-size:12px;
	color:#333;
	padding-top:2px;
	line-height:20px;
}
.post .comentarios {
	float:right;
	display:inline;
	width:200px;
	font-size:12px;
	color:#333;
}
.post .comentarios p {
	float:right;
	height:22px;
	line-height:22px;
	padding-left:30px;
	background:url(img/ico_comentarios.gif) no-repeat left center;
}
.post .cont_post {
	float:left;
	display:inline;
	background:url(img/bg_cont_post.gif) repeat-x left top;
	padding-top:15px;
	padding-bottom:10px;
	width:588px;
	margin-top:4px;
}
.post .cont_post p {
	font-size:12px;
	color:#333;
	line-height:20px;
	margin-bottom:15px;
	text-align:justify;
}
.post .cont_post a {
	color:#ff6600;
font-weight:bold;
	
}
.post .cont_post a:hover {
	color:#ff6500;
}
.post .cont_post img {
	background-color:#fff;
	padding:5px;
	border:1px solid #cfcfcf;
}
.post .cont_post img.alignleft, .post .cont_post div.alignleft {
	float:left;
	margin:0 15px 10px 0;
}
.post .cont_post img.alignnone, .post .cont_post div.alignnone {
	float:none;
	margin:0 15px 10px 0;
}
.post .cont_post img.alignright, .post .cont_post div.alignright {
	float:right;
	margin:0 0 10px 15px;
}
.post .cont_post ul {
	font-size:12px;
	color:#333;
	margin-bottom:15px;
}
.post .cont_post ul li {
	background:url(img/ico_flecha.gif) no-repeat 0 7px;
	padding-left:13px;
	line-height:20px;
}
.post .cont_post embed {
	margin-top:10px;
}
.post a.more-link {
float:left;
	display:inline;
	height:25px;
	font-size:12px;
	color:#666;
	line-height:25px;
	padding-left:26px;
	margin:15px 0 15px 15px;
	background:url(img/ico_leer.gif) no-repeat 420px 0;
	width:551px;
	text-align:right;
}
/******************paginaci�n****************************/
	div.pagination {
	float:left;
	display:inline;
	border:1px solid #d6d7d6;
	background-color:#f7f7f7;
	margin:5px 10px 5px 20px;
	width:575px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color: #ddd;
	text-align:right;
	padding-right:10px;
}
div.pagination a {
	line-height:24px;
	color:#333;
}
div.pagination a:hover, div.pagination a:active {
	color:#ff6500;
}
div.pagination span.sep {
	padding:0 4px;
	}
div.pagination span.puntos {
	padding:0 2px;
	color:#333;
}
div.pagination img {
	vertical-align:middle;
	margin:0 2px;
}
div.pagination .current {
	color:#ff6500;
	text-decoration:none;
	cursor:text;
	font-weight:bold;
}
div.pagination .disabled {
	color: #bbb;
}
/******************entradas relacionadas*****************/
#related {
	float:left;
	display:inline;
	margin-top:5px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	width:588px;
}
#related h3 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
	padding-left:0px;
	height:25px;
	line-height:25px;
}
#related ul.related_post {
	background:url(img/bg_nav.gif) repeat-x left top;
	padding-top:10px;
}
#related ul.related_post li {
	background:url(img/ico_flecha.gif) no-repeat 0 7px;
	line-height:20px;
	border-bottom:1px dotted #ccc;
	padding:0 0 0 13px ;
}
#related ul.related_post li p {
	
}
#related ul.related_post li p a {
	color:#333;
	font-size:12px;
	font-weight:bold;
	display:block;
}
#related ul.related_post li p a:hover {
	color:#ff6500;
}
/******************etiquetas*****************************/
.tags {
	float:left;
	display:inline;
	margin-top:5px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	width:588px;
}
.tags h3 {
	float:left;
	display:inline;
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
	padding-left:0px;
	height:25px;
	line-height:25px;
}
.tags .box_tags {
float:left;
	display:inline;
	background:url(img/bg_nav.gif) repeat-x left top;
	padding-top:15px;
	line-height:20px;
	width:588px;
}
.tags a {
	color:#333;
}
.tags a:hover {
	color:#ff6500;
}
/******************comparte*****************************/
.share {
	float:left;
	display:inline;
	color:#333;
	font-size:12px;
	font-weight:normal;
	width:588px;
	padding-bottom:15px;
}
.share h3 {
	float:left;
	display:inline;
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
	padding-left:0px;
	height:25px;
	line-height:25px;
}
.share .box_share {
	float:left;
	display:inline;
	background:url(img/bg_nav.gif) repeat-x left top;
	padding-top:15px;
	padding-bottom:15px;
	width:588px;
}
.share .box_share a {
	float:left;
	display:inline;
	margin-right:8px;
	width:56px;
	height:59px;
	background:url(img/bk_comparte.gif) no-repeat left top;
}
.share .box_share a img {
	float:left;
	display:inline;
	margin-top:1px;
	margin-left:1px;
	padding:0!important;
	border:0!important;
	}
/*********************comentarios************************/
#comments {
	float:left;
	display:inline;
	margin-top:10px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	width:590px;
	padding-bottom:15px;
}
#comments h3 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
	padding-left:0px;
	line-height:20px;
}
#comments .box_comments {
	float:left;
	display:inline;
	background:url(img/bg_nav.gif) repeat-x left top;
}
#comments ol {
	float:left;
	display:inline;
	font-size:12px;
	line-height:20px;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
#comments ol li {
	float:left;
	display:inline;
	width:588px;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
#comments img {
	float:left;
	display:inline;
	background-color:#FFFFFF;
	border:1px solid #CFCFCF;
	margin-right:15px;
	padding:3px;
	width:35px;
	height:35px;
}
#comments .fecha {
}
#comments .comment-author {
}
#comments .comment-meta {
	font-weight:normal;
	color:#999;
}
#comments .comment-meta a {
	color:#999;
}
#comments .last {
	border:none;
}
/****************dejar comentario************************/
#send_comment {
	float:left;
	display:inline;
	border:1px solid #cecece;
	margin-top:15px;
	width:588px;
	margin-bottom:15px;
	padding-bottom:10px;
}
#send_comment h3 {
	background:url(img/bg_buscar.gif) repeat-x top left;
	margin:8px 8px 0px 8px;
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:40px;
	height:30px;
	padding-left:12px;
}
#send_comment p.loged {
	padding:0;
	margin-left:20px;
}
#send_comment div {
	margin-botom:5px;
	padding:3px 0;
}
#send_comment .input {
	width:200px;
	border:1px solid #CACACA;
	padding:5px;
	margin-left:20px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#send_comment .textarea {
	width:400px;
	border:1px solid #CACACA;
	padding:5px;
	margin-left:20px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#send_comment .btn {
	background:url(img/btn_enviar.gif) no-repeat 0 3px;
	width:62px;
	height:29px;
	border:0;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	margin-left:20px;
	line-height:29px;
}
#send_comment label {
	color:#666;
	font-size:12px;
}
/****************p�gina del buscador*********************/
#search_nofound {
	float:left;
	display:inline;
	border:1px solid #cecece;
	margin-top:5px;
	margin-left:20px;
	width:588px;
	margin-bottom:15px;
	padding-bottom:10px;
	height:120px;
}
#search_nofound h2 {
	background:url(img/bg_buscar.gif) repeat-x top left;
	margin:8px 8px 0px 8px;
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:30px;
	height:30px;
	padding-left:12px;
	padding-top:15px;
}
#search_nofound div {
	margin: 0 auto;
	margin-top:15px;
}
#search_nofound form label.screen-reader-text {
	padding:5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#search_nofound form input#s {
	width:200px;
	border:1px solid #CACACA;
	padding:5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#search_nofound form input#searchsubmit {
	background:url(img/btn_enviar.gif) no-repeat 0 3px;
	width:62px;
	height:29px;
	border:0;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	margin-left:10px;
	line-height:29px;
}
/****************resultados encontrados******************/
h2.page_tittle {
	float:left;
	display:inline;
	font-size:21px;
	width:590px;
	color:#333333;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:5px;
}
.box_search {
	float:left;
	display:inline;
	width:590px;
	background:url(img/bg_nav.gif) repeat-x top left;
	padding-bottom:30px;
}
.search_result {
	float:left;
	display:inline;
	width:590px;
	border-bottom:1px dotted #ccc;
	padding-top:15px;
	padding-bottom:10px;
}
.search_result h3 {
	float:left;
	display:inline;
	font-size:16px;
	font-weight:normal;
	width:590px;
	line-height:25px;
}
.search_result small {
	float:left;
	display:inline;
	font-size:12px;
	width:590px;
	line-height:20px;
	color:#999999;
}
.search_result p {
	float:left;
	display:inline;
	font-size:12px;
	width:590px;
	line-height:20px;
}
/****************archive.php    ************************/
.h2_tittle {
	float:left;
	display:inline;
	background-color:#FF9E54;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin:5px 0 5px 20px;
	padding-left:10px;
	width:580px;
	background:url(img/bg_h2.gif) repeat-x left center;
}
/****************  404.php   ************************/
.notfound {
	float:left;
	display:inline;
	margin:5px 0 15px 20px;
	width:588px;
}
.notfound .navigation {
	float:left;
	display:inline;
	border-bottom:1px solid #cecece;
	background:url(img/bg_nav.gif) repeat-x left top;
	color:#333;
	font-size:12px;
	width:588px;
	margin-bottom:15px;
	padding:10px 0;
	line-height:20px;
	text-indent:10px;
}
.notfound h2 {
	float:left;
	font-size:21px;
	width:518px;
	color:#333333;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
}
/****************  page.php    **************************/
.tittle_page {margin-bottom:0!important;}
.pad_edit {
	float:left;
	display:inline;
	}
.pad_edit a {
	float:left;
	display:inline;
	color:#ff6500;
	font-weight:bold;
}
 .pad_comments {
	float:left;
	display:inline;
	padding-bottom:15px;
	
}

.wpcf7 {
	float:left;
	display:inline;
	border:1px solid #cecece;
	margin-top:15px;
	width:588px;
}
.wpcf7-form {
	float:left;
	display:inline;
	background:url(img/bg_buscar.gif) repeat-x top left;
	margin:8px 8px 0 8px;
	padding:20px 0 10px 12px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	float:left;
	display:inline;
	width:300px;
	border:1px solid #CACACA;
	padding:5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wpcf7-form p {
	clear:both;
	float:left;
	display:inline;
	color:#666;
	font-size:12px;
}
.wpcf7-form .box_btn {
	float:left;
	display:inline;
	width:560px;
}
.wpcf7-form .box_btn .btn_archive {
	float:left;
	display:inline;
	background:url(img/btn_enviar.gif) no-repeat 0 3px;
	width:62px!important;
	height:29px;
	border:0;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	line-height:29px;
}
.wpcf7-submit {
	float:left;
	display:inline;
	background:url(img/btn_enviar.gif) no-repeat 0 3px;
	width:62px!important;
	height:29px;
	border:0;
	color:#fff;
	font-size:13px;
	cursor:pointer;
	line-height:29px;
}
/****************image.php*******************************/
.post .nav_img {
	float:left;
	display:inline;
	border-bottom:1px solid #cecece;
	background:url(img/bg_nav.gif) repeat-x left top;
	width:588px;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px 0 5px 0;
	
}
.post .nav_img img{
	height:65px;
	
}
/****************columna derecha ************************/
.col_dcha {
	float:right;
	display:inline;
	width:330px;
	margin-top:5px;
	padding-bottom:339px;
}
#box_01 {
	float:right;
	display:inline;
	margin-right:15px;
	border:1px solid #cecece;
	width:300px;
	margin-bottom:15px;
}
#buscador {
	height:54px;
	background:url(img/bg_buscar.gif) repeat-x top left;
	margin:8px 8px 0 8px;
	border-bottom:1px dotted #ccc;
}
#buscador label.screen-reader-text {
	display:none;
}
#buscador .ico {
	float:left;
	margin-left:4px;
	margin-top:10px;
	display:inline;
}
#buscador #s {
	background:url(img/input_buscar.gif) no-repeat left top;
	width:146px;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:16px;
	margin-left:4px;
	padding-left:3px;
	padding-right:3px;
}
#buscador #searchsubmit {
	background:url(img/btn_enviar.gif) no-repeat 0 3px;
	width:62px;
	height:29px;
	cursor:pointer;
	color:#fff;
	line-height:29px;
	font-size:13px;
	
}
#siguenos {
	margin:10px 0;
}
#siguenos h2 {
	float:left;
	display:inline;
	margin:0 10px;
	color:#333333;
	font-size:16px;
	line-height:26px;
}
#siguenos img {
	float:left;
	display:inline;
	margin-right:5px;
	margin-bottom:10px;
}
#categorias {
	float:right;
	display:inline;
	margin-right:15px;
	border:1px solid #cecece;
	width:300px;
	padding-bottom:10px;
	margin-bottom:15px;
}
#categorias ul {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#categorias li {
	margin:0;
	padding:0;
}
#categorias h2 {
	width:272px;
	color:#fff;
	margin:8px 8px 5px 8px;
	background-color:#ff9e54;
	line-height:30px;
	height:30px;
	padding-left:10px;
	font-size:20px;
	font-weight:normal;
	background:url(img/bg_h2.gif) repeat-x left center;
}

#categorias ul li.cat-item {
	color:#333;
	line-height:20px;
	margin:0 10px 0 20px;
}
#video {
	float:right;
	display:inline;
	border:1px solid #cecece;
	margin:0 15px 15px 0;
}

#video h2 {
	width:272px;
	color:#fff;
	margin:8px 8px 5px 8px;
	background-color:#ff9e54;
	line-height:30px;
	height:30px;
	padding-left:10px;
	font-size:20px;
	font-weight:normal;
	background:url(img/bg_h2.gif) repeat-x left center;
}

#archivos {
	float:right;
	display:inline;
	background-color:#fff;
	border:1px solid #cecece;
	width:300px;
	margin-right:15px;
	padding-bottom:15px;
}
#archivos h2 {
	width:274px;
	color:#fff;
	margin:8px 8px 0 8px;
	background-color:#ff9e54;
	line-height:30px;
	height:30px;
	padding-left:10px;
	font-size:20px;
	font-weight:normal;
	background:url(img/bg_h2.gif) repeat-x left center;
}
#archivos ul {
	float:left;
	display:inline;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	margin:8px 8px 0px 8px;
}
#archivos ul li {
	float:left;
	display:inline;
	height:20px;
	width:130px;
	line-height:20px;
	padding-left:10px;
}
#facebook {
	float:right;
	display:inline;
	background-color:#fff;
	border:1px solid #cecece;
	width:300px;
	margin-right:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}
#facebook h2 {
	width:274px;
	color:#fff;
	margin:1px 8px 0 8px;
	background:url(img/h3_face.gif) no-repeat left top;
	line-height:30px;
	height:43px;
	padding:4px 0 0 10px;
	font-size:20px;
	font-weight:normal;
	background:url(img/bg_h2.gif) repeat-x left center;
}
#facebook img {
	margin-left:12px;
}
#etiquetas {
	float:right;
	display:inline;
	background-color:#fff;
	border:1px solid #cecece;
	width:300px;
	margin-right:15px;
	padding-bottom:15px;
	margin-top:15px;
}
#etiquetas h2 {
	width:274px;
	color:#fff;
	margin:8px 8px 0 8px;
	background-color:#ff9e54;
	line-height:30px;
	height:30px;
	padding-left:10px;
	font-size:20px;
	font-weight:normal;
	background:url(img/bg_h2.gif) repeat-x left center;
}
#etiquetas div {
	float:left;
	display:inline;
	padding:8px;
	width:284px;
	font-size:12px;
	text-align:justify;
}
#etiquetas a {
	margin:0;
	padding:0;
	color:#333;
	margin-right:5px;
}
#etiquetas a:hover {
	color:#ff6500;
}
#etiquetas a.size1 {
	font-size:11px;
}
#etiquetas a.size2 {
	font-size:12px;
}
#etiquetas a.size3 {
	font-size:13px;
}
#etiquetas a.size4 {
	font-size:14px;
}
#etiquetas a.size5 {
	font-size:16px;
}
#etiquetas a.size6 {
	font-size:18px;
}

.navigation {float:left;display:inline;width:600px;margin:0px 10px 10px 10px;padding:0;font-size:14px;font-weight:bold;color:#333;text-decoration:none;text-align:center}
.navigation_inf {float:left;display:inline;width:580px;margin:0px 10px 10px 0;padding:0;font-size:14px;font-weight:bold;color:#333;text-decoration:none}

.navigation .alignleft {width:430px;margin:0;text-align:center}
.navigation .alignright {width:430px;text-align:center;margin:0}
.navigation .alignleft2 {width:210px;margin:0;float:left}
.navigation .alignright2 {width:210px;margin:0;float:right}
.alignleft2 a{color:#333; font-size:12px;font-weight:bold;text-decoration:none;}
.alignleft2 a:hover {text-decoration:underline;color:#ff6600}
.alignright2 a{color:#333; font-size:12px;font-weight:bold;text-decoration:none;}
.alignright2 a:hover{text-decoration:underline;color:#ff6600}



/********************************************************/
#pie {
	background:#ffe3bd url(img/bg_pie.gif) repeat-x left top;
	margin:0 auto;
	height:41px;
	width:950px;
	border-left:1px solid #777;
	border-right:1px solid #777;
}
#pie ul {
	float:left;
	display:inline;
	margin:10px 0 0 15px;
	width:920px;
	height:28px;
	line-height:28px;
}
#pie ul li {
	float:left;
	display:inline;
	color:#666;
	font-size:12px;
}
#pie ul li a {
	color:#333;
	padding:0 5px;
}
#pie ul li a.sel {
	color:#ff6500;
	font-weight:bold;
}

#share{float:left;display:inline;margin:5px 0 0 0;padding:0 0 0 0;width:477px; overflow:hidden;}
#share span.twitter{float:left;display:inline;margin:0;padding:2px 0 0 0;width:115px;}
#share span.like_fb{float:left;display:inline;margin:0;padding:0 0 0 5px;width:336px; overflow:hidden;}
body.transparent_widget {width:336px!important;}

/* Botón de Tuenti */
.tuenti {
float:right;
display:inline;
margin:5px 0 0 0;
cursor:pointer;
}
.tuenti a img{
border:0!important;
padding:0!important;
margin:0!important;
}

#widget {border:1px solid #CECECE;display:inline;float:right;margin-top:15px;margin-bottom:0px;margin-right:15px;padding:0px 0;width:300px;}
#widget h2{background:url("http://www.profesorbot.com/wp-content/themes/profesorbot/img/bg_h2.gif") repeat-x scroll left center transparent;color:#FFFFFF;font-size:20px;font-weight:normal;height:30px;line-height:30px;margin:8px 8px 8px 8px;padding-left:10px;width:274px;}
#widget h2 a{font-size:20px;color:#FFF;width:274px;}
#widget ul{float:left;display:inline;margin:0;padding:0px 8px 8px 8px;width:274px}
#widget li{list-style:none;margin:0;padding:0;float:left;display:inline;}
#widget ul li a.rsswidget{font-size:13px;text-decoration:none;padding:3px 0 3px 10px;float:left;display:inline;width:264px;margin:0;color:#333;font-weight:bold}
#widget ul li a:hover.rsswidget{text-decoration:underline}
#widget .rssSummary{font-size:11px;color:#666;float:left;display:inline;padding:0 0 0 10px}

#mod_eshop{float:left;display:inline;margin:10px 0;padding:0px 0 0px 115px;width:473px;background-image:url("http://www.profesorbot.com/wp-content/themes/profesorbot/img/bg_eshop_bot.gif");background-position:0 0;background-repeat:no-repeat}

#mod_eshop img{float:left;display:inline;margin:0;padding:0;width:140px;height:80px;border:0}
#mod_eshop img a{border:0}
#mod_eshop h5{float:left;display:inline;margin:0;padding:10px 0 3px 0;width:260px;font-size:12px;font-weight:normal;color:#ff6600}
#mod_eshop h5 a{color:#ff6600;text-decoration:none;font-weight:normal}
#mod_eshop h5 a:hover{color:#ff6600;text-decoration:underline}
#mod_eshop p{float:left;display:inline;margin:0;padding:0;width:260px;font-size:11px;font-weight:normal;color:#333;line-height:13px}
#mod_eshop p a{color:#333;text-decoration:none;font-weight:normal}
#mod_eshop p a:hover{color:#333;text-decoration:underline}


