
p.texto1 {
    font-family: centric gothic, verdana;
    font-size: 11px;
    color: fcfffd;
    text-decoration: none;
  }
.texto2 {
    font-family: centric gothic, verdana;
    font-size: 12px;
    color: 010101;
    text-decoration: none;
  }

p.direccion {
    font-family: centric gothic, verdana;
    font-size: 12px;
    color: 010101;
    text-decoration: none;
 
  }
a {
    font-family: centric gothic, verdana;
    font-size: 11px;
    color: fcfffd;
    text-decoration:none;
    font-weight:bold;
  }




h1.texto1 {
    font-family: centric gothic;
    font-size: 12px;
    color: fff7f1;
    text-decoration: bold;
  }

ul {  
	margin:0;
	padding:0;
	list-style-image: url(images/vineta.jpg);
}
ul.blanco {  
	margin:1em;
	padding:0;
	list-style-image: url(images/vineta2.jpg);
	font-family: centric gothic, verdana;
      	font-size: 12px;
    	color: 010101;
    	text-decoration: none;
}


a.menu {
    font-family: centric gothic, verdana;
    font-size: 10px;
    color: fcfffd;
    text-decoration:none;
    font-weight:bold;
  }
a.menu:hover {
    font-family: centric gothic, verdana;
    font-size: 10px;
    color: fcfffd;
    text-decoration:underline;
    font-weight:bold;
}
a.menu2 {
    font-family: centric gothic, verdana;
    font-size: 10px;
    color: a82930;
    text-decoration:none;
    font-weight:bold;
  }
a.menu2:hover {
    font-family: centric gothic, verdana;
    font-size: 10px;
    color: a82930;
    text-decoration:underline;
    font-weight:bold;
  }