﻿* {
	margin: 0;
	padding: 0;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
body {
	background-image: url(images/bg.png);
}
#main {
	padding-bottom: 20px;
}
/* debe ser del mismo alto que el footer */
        
#footer {
	position: relative;
	margin-top: -20px; /* valor engativo del alto del footer */
	height: 20px;
	clear: both;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
        
.titulo {
	font-family: "Century Gothic";
	font-size: 30px;
	color: #333;
	margin-left: 40px;
	text-align: left;
	width: 400px;
}
.btnIr {
	background-color: #09C;
	padding: 5px;
	height: 25px;
	font-size: x-large;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.inputRedondo1 {
	border-radius: 20px;
	border: 8px solid #CCC;
	height: 35px;
	width: 230px;
	padding: 10px;
	line-height: 30px;
	font-size: x-large;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}
.intruccion {
	font-family: "Century Gothic";
	font-size: medium;
	color: #000;
}
.blur{
	color:#CCC;
}