/*
Theme Name: Bluetypo v5
Description: Bluetypo funcional
Version: 1.0
Author: Manolo Guerrero / Bluetypo
Author URI: http://www.bluetypo.com
Latest updated: march/2010
*/
html, body{ padding:0px 0px 0px 0px; margin:0; text-align:center; font-family: "ff-enzo-web-1","ff-enzo-web-2",sans-serif;}
a:visited {color: #666;}
a {font-family: "adelle-1","adelle-2"; color:#666;text-decoration:none; }
img {border:none;display: inline-block;}
h2 {font-family: "adelle-1","adelle-2";
	font-size:20px;
	line-height:26px;
	}

#page{
	width:780px;
	margin-top:60px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	} 

#ficha{border-top:1px solid #B3B3B3; padding:0px 0px 5px 0px; width:140px; float:right;}
#datos{border-bottom:1px solid #B3B3B3; padding:5px 0px 5px 0px;}

#leftcol{
	width:200px;
	float:left;
	position:relative;
	text-align:right;
	overflow-x:hidden;
	height:600px;}
	
#content{
	float: right;
	display:inline;
	position: relative;
	width:560px;
	font-family:verdana;
	font-size: 12px;
	overflow-x:hidden;
	text-align:left;
	color:#666;
}

#content h2.menuheader {cursor: pointer; margin:0px; padding:0px; color:#999;text-transform:lowercase;}

.title {font-family: "adelle-1","adelle-2";
	font-size:20px;
	line-height:26px;
	color:#004a73;
	text-transform:uppercase;}

.title a {text-decoration:none;
	color:#004a73;}



/*sidebar ficha */
#menu {
	margin:0px 0px;
	text-align:right;
	text-transform:uppercase;
	font-family: "adelle-1","adelle-2";
	color:#666;
}
#menu a {text-decoration:none;}
#menu a:hover {text-decoration:none;}

h2.menuheader {cursor: pointer; margin:0px; padding:0px;border-top:1px solid #CCC;}
#menu ul {padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px;list-style: none; clear:left; color:#999; font-size:14px;}
#menu ul li{margin: 0px 0px 0px 0px; display: block;}
#menu ul li a{ width: 200px; display: block; padding: 0px 0px 5px -15px; text-decoration:none;  vertical-align: bottom;color:#999;}

.fichashare{color:#666; text-align:right;}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}