/*----------------------------------------------------------------------
	general
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(http://kittlehouse.com/images/bg/page.jpg);
}

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

p{
	padding-bottom: 1.2em;
}

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

h2 {
	font-size: 3.2em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 1.6em;
}

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

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