/*----------------------------------------------------------------------
	general
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
	font-size: 62.5%;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-0.3px;
}

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

p{
	padding-bottom: 1em;
}

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

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #0000FF;
}

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

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.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;
}

.messages{
	padding:100px 0;
	text-align:center;
}

.transpar {
	display: none !important;
}

label input, label select, label textarea {
	color: #576A75;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	padding: 2px 0 2px 3px;
	border: 1px solid #666;
	background: #FFF url(../images/fondo_input.gif) left top repeat-x;
}

input {
	font-family: Arial, Verdana, sans-serif;
}

input[type="hidden"] {
	display: none;
}

input[type="checkbox"] {
	border: 0;
}