@charset "utf-8";

body
	{
	text-align:right;
	background-color:#FFFFFF;
	FONT-SIZE: 12px;
	COLOR:#1A1A1A;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	width: 190px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	}

/*Vínculos*/

a {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
}
a:link
{
	TEXT-DECORATION: none;
	color: #08c;
}
a:visited
{
	TEXT-DECORATION: none;
	color: #08c;
}
a:active
{
	TEXT-DECORATION: none;
	color: #08c;
}
a:hover
{
	COLOR: #6a6a6a;
	TEXT-DECORATION: none
}

/*Títulos h?*/

h1 {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
h2 {
	color: #797c80;
	font-size: 16px;
}
h3 {
	color: #08c;
	font-size: 3em;
	font-style: normal;
	font-weight: lighter;
}
h4 {
	font-size: 10px;
	color: #333;
	font-weight: lighter;	
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	background-position: left;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}


.center
	{
	width: 1000px;
	margin-left:16px;
	margin-top:20px;
	}
.center .col1
	{
	float:left;
	width:160px;
	padding-top: 20px;
	text-align: left;
	}
	
.center .col2 
	{
	float:left;
	width:444px;
	margin-right: 8px;
	margin-left: 8px;
	}

.center .col3
	{
	float:left;
	width:280px;
	padding-top: 20px;
	}
	
.center .col3 .bloque {
	clear:both;
	overflow:visible;
	padding-bottom:15px;
	}
.center .col2 .bloque {
	clear: both;
	margin-top: 10px;
}

.center .coln1 {
	float:left;
	width:600px;
	}
	
.center .coln1 .bloque {
	clear:both;
	padding-bottom:20px;
	}

.center .coln2 {
	float:left;
	margin-left:15px;
	width:300px;
	}

.center .coln2 .bloque {
	float:left;
	width:inherit;
	}

