html, body {
	margin: 0px;
	padding: 0px;
	
	height: 100% !important;
	font-family: 'Open Sans', sans-serif;
}

.errorForm {
		color: red;
		font-size: 12px;
}

h1 {
		font-weight: 400;
}


.BUTTON_HHR {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   height: 30px;
   line-height: 30px;
   color: #FFFFFF;
   font-family: Arial;
   width: 200px;
   font-size: 20px;
   font-weight: 100;
   padding: 0;
   background-color: #A19084;

   text-shadow: 1px 1px 20px #000000;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_HHR:hover {
   background: #EFDEC6;
   border: inset #EFDEC6 0;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

#header {
	
	position: fixed;
	width: 100%;
	
	left: 0px;
	top: 0px;
	
	background-color: #ffffff;
	
	height: auto;
	padding: 5px 0px 5px 0px;
	
	z-index: 9999999999999;
-webkit-box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 7px 21px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 7px 21px 0px rgba(0, 0, 0, 0.75);
	
}


#logo {

	float: left;
	height: 50px;
	width: auto;
	margin: 0px 0px 0px 10px;
}


#content {
		display: inline-block;
		width: 1000px;
		height: auto;
		background-color: rgba(255,255,255,0.96);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;		
		padding: 20px;
		text-align: left;
}


#footer {
	
	position: fixed;
	width: 100%;
	
	left: 0px;
	bottom: 0px;
	
	background-color: #ffffff;
	
	height: auto;
	padding: 15px 0px 15px 0px;
	
	color: #A19084;
	text-align: center;
	
	z-index: 9999999999999;
	
	
}


.tdLinea {
		border-bottom: 1px solid #A19084;
}




/************************************************************************************
MEDIA QUERIES 
*************************************************************************************/

@media screen and (max-width: 600px) {	
	
	
	

#content {
		width: 80%;
		margin: 5% 0px 5% 0px;
		padding: 5%;
}
	
	
	
	
	
}