#footer {
	bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	height: 115px;
	position: absolute;
	background-image: url(../img/bgfooter.jpg);
	left: -40px;
	right: 0px;
	z-index: -1;
	width: auto;
	padding-right: 20%;
	padding-left: 20%;
} 
/* Informacion de ravi*/
#containerF {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.Datos {
	display: block;
	text-align: left;
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 50%;
	padding-left: 15px;
}
.Datos img{
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.Datos h2{
	color: #F4AA00;
	padding-top: 8px;
}
.Datos p{
	color: #F9E655;
}
/* Hoja de contacto*/
.textosformato {
	color: #F9E655;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 7pt;
}
.textosformato2 {
	color: #333366;
	padding: 0px;
	margin: 0px;
}
.campotxt {
	color: #3e1d00;
	background-color: #F9E655;
	border: 1px solid #301700;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 7pt;
}
.obligatorio {
	color: #FF0000;
}
#contact_form {
	display: block;
	float: right;
	width: 45%;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 75px;
}
#contact_form h2{
	color: #F4AA00;
	padding-bottom: 5px;
	font-size: 8pt;
	background-image: url(../img/IcoEmail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8px;
	padding-left: 30px;
	line-height: 22px;
}
#contact_formDIV{
	position: absolute;
	padding-left: 5px;
	margin-top: -10px;

}

