/* Estructura */
	.fondo 
	{
		width: 100%; background:transparent url('../img/fondoContacto.jpg') no-repeat center 0px;
	}
	
/* seccion */

	.columna1Contacto	{float:left; width:360px;}
	.columna2Contacto	{float:left; width:386px;}
	
	.enviar		{float:right; width:50px; height:15px; background:transparent url('../img/fondoDestacadoGris.jpg') repeat-x;}
	.enviar div	{width:50px; height:13px; overflow:hidden; background:transparent url('../img/esquinaDestacadoGris.jpg') no-repeat 0px 0px; padding:2px 10px 0px 10px;}
	.enviar div a, .enviar div a:link, .enviar div a:visited	{color:#fff;}
	.enviar div a:hover	{color:#fff; background-color:#4c4c4c;}
	
	
	.destacado		{float:right; width:386px; height:115px; background:transparent url('../img/fondoFranjaContacto.jpg') repeat-x; margin-top:60px; margin-bottom:20px;}
	.destacado div	{width:376px; height:115px; overflow:hidden; background:transparent url('../img/esquinaCajaContacto.jpg') no-repeat 0px 0px; padding:8px 10px; color:#fff;}
	.destacado div a, .destacado div a:link, .destacado div a:visited	{color:#fff; text-decoration:underline;}
	.destacado div a:hover	{color:#fff;}