@charset "UTF-8";
/* CSS Document */
#leyenda{
	width:100%;
	height:75px;
	color:#FFF;
	background-color:#CC0A00;
	
	font-family:Candara;
	font-size:16px;
	text-align:center;
	padding-top:5px;
	
	z-index:1;
	position:fixed;
	left:0px;
	bottom:55px;
	
	
}
#leyenda em{
	color:#FCCF3A;
}

#leyenda p{
	color:#FFC;
	font-size:10px;
	font-family:Candara;
	text-align:center;
	line-height:5px;
}
#leyenda a{
	color:#FC0;
}
#leyenda a:hover{
	color:#FFF;
	text-decoration:none;
}

label {
    /*display:block;*/
    margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
    letter-spacing:1px;
	color:#FFF;
}
.formulario {
    display:block;
    margin:0 auto;
    width:100%;
    color: #666666;
    font-family:Arial;
	z-index:1;
	position:fixed;
	bottom:0px;
	background-color:#143958;
	padding-left:80px;
}

form {
    margin:0 auto;
    width:100%;
}
 
input{
    width:180px;
    height:15px;
    background:#333;
    border:1px solid #f6f6f6;
    padding:5px;
    margin-top:5px;
	margin-bottom:5px;
    font-size:12px;
    color:#ffffff;
}
 
#submit {
    width:130px;
    height:35px;
    border:none;
    margin-top:15px;
	margin-left:20px;
    cursor:pointer;
	background-color:#C00;
}


