@charset "utf-8";
/* CSS Document */

#contacto{
	width:560px;
	margin:auto;
	border-bottom:1px dashed #cccccc;
	margin-bottom:10px;
	margin-top:10px;
}

#contacto p {
	color:#374261;
	font-size:14px;
	padding-left:6px;
	font-weight:bold;
	margin-bottom:3px;

}
#contacto p a{
	color:#374261;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#contacto p a:hover{
		color: #B70B0B;

}
#contacto label {
	color:#374261;
	font-size:14px;
	padding-left:6px;
	font-weight:bold;
	margin-bottom:3px;

}
.boton_enviar{
	text-align:center;
	vertical-align:middle;
	
}

.boton_enviar a{
 background-image:url(../imagenes/enviar.gif);
    background-position: center top;
    height:27px;
    width:71px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    font-weight: bold;
}

.boton_enviar a:hover{
background-image:url(../imagenes/enviar_on.gif);
background-position: center top;

}

