html, div, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background: #F8F8F8;
	font-size: 12px;
}

.clear {
	clear: both;
}

.spacer {
	height: 20px;
}

img.centrado {
	float:left;
	width:85%;
	padding:20px;
	clear:both;
}

a:link, a:visited {
	color: #77BACE;
	text-decoration: none;
}

label.concepto {
	float:left;
	clear:left;
	margin: 2px 10px 2px 20px;
	width:20%;
}

span.concepto {
	float:left;
	margin: 2px 10px 2px 2px;
	width:60%;
}

a:hover {
	text-decoration: underline;
	cursor:pointer;
}

a.enlace {
	color: black;	
}
a.enlace:hover{
	cursor: pointer;
}

a.enlace_cabecera {
	color: black;	
	font-weight: bold;
}
a.enlace_cabecera:hover{
	cursor: pointer;
	color: green;
	
}

a.enlace_boton {
	float:left;
	margin-left:10px;
	border:1px solid #222;
	border-radius: 5px;
	padding:5px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#222;
}

a.enlace_boton:hover {
	cursor:pointer;
	background-color:#777;
	color:#fff;
}

a.enlace_boton_rojo {
	float:right;
	margin-right:10px;
	border:1px solid #222;
	border-radius: 5px;
	padding:5px;
	width:80px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	background-color:#F30;
	color:#eee;
}

a.enlace_boton_rojo:hover {
	cursor:pointer;
	background-color:#C30;
}

.error { border: 3px solid #D20009 !important; }

.verde { color:green; }
.rojo { color:red; }

.info { color:#666; float:left; margin-top:8px; font-size:1em; }

.adjunto {
	float:left;
	width:100%;
	clear:both;
	margin:10px 0;
	border-top:1px solid #ddd;
	padding:10px;
}

img.icono_video {
	float:right;
	height:16px;
	margin-left:5px;
	margin-top:-5px;
}

img.icono_autoevaluacion {
	/*float:right;*/
	height:16px;
	margin-left:5px;
	margin-top:-5px;
}

img.portada {
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

img.full {
	float:left;
	max-width:100%;
	max-height:150px;
}

.bloque_seccion {
	width:100%;
	float:left;
	clear:both;
	border-top:1px solid #ddd;
	padding:5px;
	box-sizing:border-box; /* Truco para que el padding no incremente el ancho */
}

.bloque_seccion label {
	float:left;
	width:90%;
}

.bloque_seccion a.enlace_derecha {
	width:5%;
	float:right;
	text-align:right;
	margin:5px;
	color:blue;
}
.bloque_seccion a.enlace_derecha:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Cabecera *****************************************************************************************************************************************************/
header#header {
	height: 55px;
	width: 100%;
	/*background: #222222 url(../images/header_bg.png) repeat-x;*/
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */

}

header#header h1.titulo {
	float: left;
	margin: 0;
	font-size: 22px;
	display: block;
	width: 80%;
	height: 55px;
	font-weight: normal;
	text-align: left;
	text-indent: 1.8%;
	line-height: 55px;
	color: #222;
}

header#header h1.titulo a {
	color: #222;
	text-decoration: none;
}

.btn_sitio {
	float: right;
	width: 9%;
}

.btn_sitio a {
	display: block;
	margin-top: 12px;
	width: 91px;
	height: 27px;
	background: url(../images/btn_view_site.png) no-repeat;
	text-align: center;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

.btn_sitio a:hover {
	background-position: 0 -27px;
}
/* FIN: Cabecera *****************************************************************************************************************************************************/


/* Subcabecera *****************************************************************************************************************************************************/

section#subcabecera {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
}

section#subcabecera .usuario {
	float: left;
	width: 200px;
	height: 38px;
}

.usuario p {
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	width: 85%;
	height: 35px;
	line-height: 35px;
	text-indent: 25px;
	text-shadow: 0 1px 0 #fff;
	background: url(../images/icn_user.png) no-repeat center left;
	margin-left: 6%;
}

section#subcabecera .seccion {
	float: left;
	width: calc(100% - 200px);
	background: url(../images/secondary_bar_shadow.png) no-repeat left top;
	height: 38px;
}

article.secciones {
	float: left;
	padding: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	height: 23px;
	margin: 4px 3%;
}

.secciones a {
	display: inline-block;
	float: left;
	height: 24px;
	line-height: 23px;
}

.secciones a.current, .secciones a.current:hover {
	color: #9E9E9E;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

.secciones a:link, .secciones a:visited {
	color: #44474F;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}

.secciones a:hover {
	color: #222222;
}

.secciones_divisor {
	display: inline-block;
	width: 12px;
	height: 24px;
	background: url(../images/breadcrumb_divider.png) no-repeat;
	float: left;
	margin: 0 5px;
}

/* FIN: Subcabecera *****************************************************************************************************************************************************/


/* Menú lateral *****************************************************************************************************************************************************/

aside#menu_lateral {
	width: 200px;
	background: #E0E0E3 url(../images/sidebar.png) repeat;
	float: left;
	min-height: 500px;
	margin-top: -4px;
}

#menu_lateral hr {
	border: none;
	outline: none;
	background: url(../images/sidebar_divider.png) repeat-x;
	display: block;
	width: 100%;
	height: 2px;
}

.buscador {
	text-align: center;
	padding: 14px 0 10px 0;
}

.buscador input[type=text] {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #bbb;
	height: 26px;
	width: 90%;
	color: #ccc;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	text-indent: 30px;
	background: #fff url(../images/icn_search.png) no-repeat;
	background-position: 10px 6px;
}

.buscador input[type=text]:focus {
	outline: none;
	color: #666666;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

#menu_lateral h3 {
	color: #1F1F20;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 10px 0 10px 6%;
	display: block;
	float: left;
	width: 90%;
}

.toggleLink {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 2%
}

#menu_lateral .toggleLink:hover {
	color: #77BACE;
	text-decoration: none;
}

#menu_lateral ul {
	clear: both;
	margin: 0; padding: 0;
}

#menu_lateral li {
	list-style: none;
	margin: 0 0 0 12%; padding: 0;
}

#menu_lateral li a {
	color: #666666;
	padding-left: 25px;
	text-decoration: none;
	display: inline-block;
	height: 17px;
	line-height: 17px;
	text-shadow: 0 1px 0 #fff;
	margin: 2px 0;
}

#menu_lateral li a:hover {
	color: #444444;
}


#menu_lateral li.icn_new_article a {
background: url(../images/icn_new_article.png) no-repeat center left;
}
#menu_lateral li.icn_edit_article a {
background: url(../images/icn_edit_article.png) no-repeat center left;
}
#menu_lateral li.icn_categories a {
background: url(../images/icn_categories.png) no-repeat center left;
}
#menu_lateral li.icn_tags a {
background: url(../images/icn_tags.png) no-repeat center left;
}
#menu_lateral li.icn_add_user a {
background: url(../images/icn_add_user.png) no-repeat center left;
}
#menu_lateral li.icn_view_users a {
background: url(../images/icn_view_users.png) no-repeat center left;
}
#menu_lateral li.icn_profile a {
background: url(../images/icn_profile.png) no-repeat center left;
}
#menu_lateral li.icn_folder a {
background: url(../images/icn_folder.png) no-repeat center left;
}
#menu_lateral li.icn_photo a {
background: url(../images/icn_photo.png) no-repeat center left;
}
#menu_lateral li.icn_audio a {
background: url(../images/icn_audio.png) no-repeat center left;
}
#menu_lateral li.icn_video a {
background: url(../images/icn_video.png) no-repeat center left;
}
#menu_lateral li.icn_settings a {
background: url(../images/icn_settings.png) no-repeat center left;
}
#menu_lateral li.icn_security a {
background: url(../images/icn_security.png) no-repeat center left;
}
#menu_lateral li.icn_jump_back a {
background: url(../images/icn_jump_back.png) no-repeat center left;
}

#menu_lateral p {
	color: #666666;
	padding-left: 6%;
	padding-right: 6%;
	text-shadow: 0 1px 0 #fff;
	margin: 10px 0 0 0;
}

#menu_lateral a {
	color: #666666;
	text-decoration: none;
}

#menu_lateral a:hover {
	text-decoration: underline;
}

#menu_lateral footer {
	margin-top: 20%;
	text-align:center;
}

/* FIN: Menú lateral *****************************************************************************************************************************************************/


/* Principal *****************************************************************************************************************************************************/


section#principal {
	width: calc(100% - 200px);
	min-height: 500px;
	background: url(../images/sidebar_shadow.png) repeat-y left top;
	float: left;
	margin-top: -2px;
}

#principal h3 {
	color: #1F1F20;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	margin: 8px 20px;
}

/* Bloques */

.bloque {
	border: 1px solid #9BA0AF;
	width: 100%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
}

#principal .bloque header h3 {
	display: block;
	width: 90%;
	float: left;
}

.bloque header {
	height: 38px;
	width: 100%;
	background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.bloque footer {
	height: 32px;
	width: 100%;
	border-top: 1px solid #9CA1B0;
	background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.width_full {
	width: 95%;
}

.width_half {
	width: 46%;
	margin-right: 0;
	float: left;
}

.width_half_right {
	width: 46%;
	margin-left: 0;
	margin-bottom:20px;
	float: right;
}

.width_quarter {
	width: 26%;
	margin-left: 0;
	margin-bottom:20px;
	float: right;
}

.width_3_quarter {
	width: 66%;
	margin-right: 0;
	float: left;
}

.bloque_contenido {
	margin: 10px 20px;
	color: #666;
}



/* Stats Module */

.stats_overview {
background: #F6F6F6;
border: 1px solid #ccc;
float: left;
width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.overview {
width: 25%;
float: left;}

.stats_overview p {
margin: 0; padding: 0;
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
font-size: 12px;
font-weight: bold;
margin: 6px 0;
}

.stats_overview p.overview_count {
font-size: 26px;
font-weight: bold;
color: #333333;}

.stats_overview p.overview_type {
font-size: 10px;
color: #999999;
margin-bottom: 8px}

/* Tablas */

.tabla {
	width: 100%;
	margin: -5px 0 0 0;
}

.tabla td{
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
.tabla td.centrado { text-align:center; }
.tabla td.derecha { text-align:right; }

.tabla th  {
	background: url(../images/table_sorter_header.png) repeat-x;
	text-align: left;
	padding: 10px;
}

.tabla input[type=image] {
	margin-right: 10px;
}



/* New/Edit Article Module */

fieldset {
	border:0;
	padding: 1% 0%;
	margin: 10px 0;
}

.fieldset2 {
	border:0;
	padding: 1% 0%;
	margin: 10px 0;
}

fieldset label {
	display: block;
	float: left;
	clear:left;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	text-align:right;
}

.fieldset2 label {
	display: block;
	float: left;
	width: 200px;
	height: 25px;
	font-weight: bold;
	margin: 8px 0 5px 0;
	text-transform: uppercase;
	text-align:left;
}

fieldset input[type=text] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0;
	display: block;
	float: left;
	margin: 0 10px;
	padding:4px;
}

fieldset .grande { width: calc(96% - 120px); }
fieldset .medio { width: calc(56% - 120px); }
fieldset .peque { width: calc(26% - 120px); }
fieldset .mini { width: 35px; }

fieldset input[type=text]:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

fieldset input[type=date] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0;
	display: block;
	float: left;
	margin: 0 10px;
	padding:4px;
}

fieldset input[type=file] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0;
	display: block;
	float: left;
	margin: 0 10px;
	padding:4px;
}
fieldset input[type=file].portada {
	width:90%;
}

fieldset input[type=checkbox] {
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0;
	display: block;
	float: left;
	margin: 7px 10px;
	padding:4px;
}

.fieldset2 input[type=checkbox] {
	border: 1px solid #BBBBBB;
	height: 20px;
	color: #666666;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0;
	display: block;
	float: left;
	clear:left;
	margin: 7px 10px;
	padding:4px;
}

fieldset select {
	margin: 0 10px;
	border: 1px solid #bbb;
	color: #666666;
	padding:4px;
	clear:right;
	float:left;
}

fieldset textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	color: #666666;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
	padding-left: 10px;
	background-position: 10px 6px;
	margin: 0 0.5%;
	display: block;
	float: left;
	width: 96%;
	margin: 10px;
	height: 100px;
}

fieldset textarea:focus {
	outline: none;
	border: 1px solid #77BACE;
	-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
	box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

a.aceptar {
	display:block;
	float:left;
	clear:left;
	margin: 20px 10px 0 3%;
	border:1px solid green;
	border-radius: 5px;
	padding:5px 15px;
	text-align:center;
	font-size:1.1em;
	text-decoration:none;
	color:green;
}
a.aceptar:hover {
	cursor:pointer;
	background-color:green;
	color:#FFF;
}

a.cancelar {
	display:block;
	float:left;
	margin: 20px 10px;
	border:1px solid red;
	border-radius: 5px;
	padding:5px 15px;
	text-align:center;
	font-size:1.1em;
	text-decoration:none;
	color:red;
}
a.cancelar:hover {
	cursor:pointer;
	background-color:red;
	color:#FFF;
}

a.buscar {
	display:block;
	float:right;
	margin: 0 20px 0 0;
	border:1px solid green;
	border-radius: 5px;
	padding:20px;
	text-align:center;
	font-size:1.1em;
	text-decoration:none;
	color:green;
}
a.buscar:hover {
	cursor:pointer;
	background-color:green;
	color:#FFF;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#principal h4.alert_info {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #B5E5EF url(../images/icn_alert_info.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #77BACE;
	color: #082B33;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

#principal h4.alert_warning {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #C7A20D;
	color: #796616;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

#principal h4.alert_error {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F3D9D9 url(../images/icn_alert_error.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D20009;
	color: #7B040F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}

#principal h4.alert_ok {
	display: block;
	width: 95%;
	margin: 20px 3% 0 3%;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
	background-position: 10px 10px;
	border: 1px solid #79C20D;
	color: #32510F;
	padding: 10px 0;
	text-indent: 40px;
	font-size: 14px;
}


/* Paginación *******************************************************************************************/
.paginacion {
	width: 100%;
	float: left;
	padding:8px;
	text-align:right;
	margin:10px 10px;
	font-size: 1em;
	box-sizing:border-box; /* Truco para que el padding no incremente el ancho */
}

.paginacion span.act {
	float:none;
	width:50px;
	text-align:center;
	margin:10px 10px 0 0;
	padding:5px 10px;
	font-size:1em;
	font-weight:bold;
	background-color:#e32b22;
	text-decoration:none;
	color:#fff;
}

.paginacion span.puntos {
	float:none;
	width:50px;
	text-align:center;
	margin:10px 10px 0 0;
	font-size:1em;
	font-weight:bold;
	color:#ddd;

}

.paginacion a {
	width:50px;
	text-align:center;
	margin:10px 10px 0 0;
	padding:5px 10px;
	font-size:1em;
	font-weight:bold;
	background-color:#eee;
	text-decoration:none;
	color:#666;
}
.paginacion a:hover {
	background-color:#e32b22;
	color: #fff;
	cursor:pointer;
	
}

/* FIN: Paginación *******************************************************************************************/


.chk_categoria {
	float:left;
	clear:both;
	margin:5px 0 5px 10px;
}
.lbl_categoria {
	float:left;
	margin:5px;
}
h2.apartado {
	float:left;
	clear:both;
	margin:5px 0 5px 50px;
	font-size:1em;
	text-decoration:underline;
}
.chk_apartado {
	float:left;
	clear:both;
	margin:5px 0 5px 50px;
}
.lbl_apartado {
	float:left;
	margin:5px;
}
.postshown {
	float:left;
	clear:both;
}
.posthidden {
	float:left;
	clear:both;
	display:none;
}

a.enlace_header {
	margin:10px;
	float:left;
	color:blue;
}



hr {
	border: none;
	outline: none;
	background: url(../images/sidebar_divider.png) repeat-x;
	display: block;
	width: 100%;
	height: 2px;
}
