div.contacto
{
	background-image: url('/css/default/img/fondo_contacto.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 850px;
	height: 386px;
	top: 25px;
	
	color: #4e96b3;
	text-align:left;
}


div.contacto_formulario
{
	width: 460px;
	height: auto;
	overflow:hidden;
	
	z-index: 1;
}
		
#divContactoFormLoader
{
	position: absolute;
	width: auto;
	height: auto;
	overflow:hidden;
	z-index: 2;
	background-color: white;
	padding: 5px 10px;
	border: 1px solid #4e96b3;
}
		
		div.contacto_formulario table
		{
			width: 100%;
			border-collapse: collapse;
			border-spacing: 0px;

			font-size: 14px;
			color: #4e96b3;
		}
		
				
				div.contacto_formulario th
				{
					text-align: right;
					font-weight: normal;
					width: 35%;
					padding: 5px 5px;
				}
				
				div.contacto_formulario td
				{
					width: 70%;
					padding: 5px 5px;
				}


input.contacto,
textarea.contacto
{
	border-bottom: 1px solid #a1c7d7;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: transparent;
}

input.contacto_focus,
textarea.contacto_focus
{
	border-bottom: 1px solid #4e96b3;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: transparent;
}

input.boton,
input.boton_over
{
	border: 1px solid #a1c7d7;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: white;
}


input.boton_over
{
	border: 1px solid #a1c7d7;
	background-color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	color: white;
	cursor: pointer;
}
