/*----------------------------------------------------------------------
	general
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, 
ul li,
label{
	font-size: 1.2em;
}

p{
	padding-bottom: 1.2em;
}

p,
h2,
h3,
h4 {
	line-height: 140%;
	padding-bottom: .8em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #000099;
}

/*----------------------------------------------------------------------
	variedades
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.left{
	float:left;
}

.right{
	float:right;
}

.cen{
	text-align:center;
}

.hidden {
	display: none;
}

.imagen.izq, 
.imagen.der {
	margin-top: 0 !important;
}

hr,
.clear {
	display: block;
	height: 1px;
	border: 0;
	margin: 10px 0;
	clear: both;
}

.clear {
	clear: left;
	margin: 0;
	visibility: hidden;
}

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

hr.separador {
	height: 1px;
	visibility: visible !important;
	border-top: 1px solid #444851;
}