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

.fondo-contacto{
	background:url(../imagenes/contacto/fondo-columna.png) repeat-y;
}
.columna-contacto{
	float:left;
	margin: 15px 10px 0 0;
	_margin: 15px 3px 0 0;	
	width: 352px;
}

.columna-contacto H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	margin:0;
	padding:5px 0 5px 10px;
	width: 350px;
	height: 28px;
	font-weight: bold;
	background:url(../imagenes/contacto/fondo-titulos.png) no-repeat;
}

.columna-contacto H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin:15px 0 0 0;
	padding: 0 0 0 15px;
	color: #b7a049;
	font-weight: lighter;
	background:url(../imagenes/contacto/cuadro-amarillo.png) no-repeat;
	background-position: 0px 5px;
}
.columna-contacto H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999;
	margin:15px 0 0 0;
	padding: 0 0 0 15px;
	font-weight: bold;
	background:url(../imagenes/contacto/cuadro-gris.png) no-repeat;
	background-position: 0px 5px;
}
.columna-contacto H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin:3px 0 0 0;
	padding: 0 0 0 45px;
}

.columna-contacto H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8b9298;
	margin:0;
	padding: 0 0 0 45px;
	font-weight: bold;
}

.columna-contacto H6 a{
	text-decoration:none;
	color: #8b9298;	
	font-weight: bold;	
}
.columna-contacto H6 a:hover{
	text-decoration:underline;
}

.txt10{
	font-size: 10pt;
}

.ico-email{
	background:url(../imagenes/iconos/buzon.png) no-repeat;
	background-position: 17px 0px;	
}

.ico-telefono{
	background:url(../imagenes/iconos/telefono.png) no-repeat;
	background-position: 17px 0px;	
}
.ico-fax{
	background:url(../imagenes/iconos/fax.png) no-repeat;
	background-position: 17px 0px;	
}
.ico-movil{
	background:url(../imagenes/iconos/movil.png) no-repeat;
	background-position: 17px 0px;	
}
.ico-telfax{
	background:url(../imagenes/iconos/telfax.png) no-repeat;
	background-position: 12px 0px;	
}
.margen-telf{
	padding: 0px 0 0 10px;
}
