/*----------------------------------------------------------------------
	general
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #8C8868;
	background:url(../images/bg/page.jpg);
}

p, 
ul.listado li,
ul.menu li,
ul.menu.vertical li,
label {
	font-size: 1.2em;
}

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

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

a {
	color: #000;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

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.line {
	height: 1px;
	visibility: visible !important;
	border-top: 1px dashed #C9D291;
}
