/* CSS Document */

.contenedor { width: 24%; background-image: url('../imagenes/contacto_back.jpg'); border: 1px solid #DDD;}
.contenedor2 { width: 100%; background-image: url('../imagenes/contacto_back2.jpg'); border: 1px solid #DDD;}

.contacto { width: 85%;  margin: 15px 15px 5px 15px; border: 0px solid #111;}
.contacto2 { width: 95%;  margin: 15px 15px 5px 15px; border: 0px solid #111;}

.tit{ vertical-align: top; text-align: left;}
.tel{ vertical-align: top; text-align: right; height: 35px;}
.mail{ vertical-align: top; text-align: right; height: 25px;}
.sep{height: 33px;}

.tit td { color: #111111;  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ;font-size: 12pt; }
.tel td { color: #111111;  font-family: Arial, Helvetica, Geneva, Arial,SunSans-Regular, sans-serif ;font-size: 15pt; line-height: 25px;}
.mail td { color: #111111;  font-family: Arial, Helvetica, Geneva, Arial,SunSans-Regular, sans-serif ;font-size: 9pt;  }
.mail td a {text-decoration: none; color: #111; }

