html>body {
	height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/img1.jpg) repeat-x left top;
	line-height: 15px;
}


h2{
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #757D86;
}




.menu {	
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}

.menu:hover {
	background-color: black;
	color: white;


}


.titulo {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #273441;
}



.logo {
	background: url(../images/img3.jpg) repeat-x left bottom;
	width: 422px;
	height: 150px;
}


.intro { text-align: justify; }


img { border: none; }



#container {
min-height: 100%;
margin: 0 auto;
height: 100%
}


#footer {
width: 100%;
background-color: #08348B;
text-align: center;
height: 20px;
position:absolute;
bottom:0;


}

#footer a {
color: white;
text-decoration: none;}

#form {
	background-color : #FCF8DC;
	width:300px;
	height : 200px;
	margin-left: 37%;
	margin-top: 16%;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}



#formlabel { 
	margin : 0;
	padding : 10px 30px;
	display : block;
	width : 190px;
	height : auto;
	text-align : left;
	color : gray;
	}




#formcamp { 
	  
	display : block;
	width : 190px;
	height : auto;
	padding : 0px 50px 0px;
	text-align : center;
	color : #eecc11;
	
	}
	
	
#bot{
	font-size:15px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:70px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
	margin-right : 10px; 	

}
  