body {
	font:0.8em Arial,Helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:1em;
}

select, 
input, 
textarea {
	font:1em Arial,Helvetica,clean,sans-serif;
}

pre, 
code {
	font:1.1em monospace;
	*font-size:1em;
}

body * {
	line-height:1.22em;
}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 1em;	
}

ul li li,
ol li li {
	font-size: 1em;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}



/**************************************************************************
		Comunes zonas de administración
**************************************************************************/

#header #top_tools #user_options {
	float: right;
	width: 45%;
	text-align: right;
}
#header #top_tools #user_options .cont {
	padding: 1.2em 2em;
	color:#f1f1f1;
}
#header #top_tools #user_options .cont a{
	color:#FFF;
	font-weight:bold;
}

#header #top_tools #user_options .cont img {
	vertical-align:middle;
}

/* Desplegable blogs usuario */

#user_blogs {
	position:absolute;
	display:none;
	margin:0px;
	padding:10px;
	background: #FFF;
	border:1px solid #E5E5E5;
	border-bottom:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	z-index:30000;
	width:180px;
	text-align:left;
}

#user_blogs ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#user_blogs li {
	padding:2px;
}

#header #top_tools #user_options .cont #user_blogs li a {
	color: #006699;
	font-weight:normal;
	display:block;
}

#tus_blogs {
	padding-right:22px;
	background: url('../images/flecha_desple.gif') no-repeat center right;	
}

/**************************************************************************
		REUTILIZABLES
/*************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.hidden {
	letter-spacing: -1000em;
}

/* Hides from IE-mac \*/
html>body .hidden {
	letter-spacing: normal;
	text-indent: -999em;
	overflow: hidden;
}
/* End of hack */