
/* gallery.css -- default gallery.pl style sheet; please edit to your own taste */

/*
P, TD, TH, UL, OL, H1, H2, H3, H4, PRE, SMALL, BIG, A, TABLE, TD, TR, TH  {
        font-family : Helvetica, sans-serif;
        color : black;
        font-size: 10pt;
}
*/



TD {
        font-family : "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif; 
        color : black;
        font-size: 10pt;
}


a:link      { text-decoration: underline; color: black; font-size: 10pt; }

a:visited   { text-decoration: underline; color: black; font-size: 10pt; }

a:active    { text-decoration: underline; color: black; font-size: 10pt; }

a:hover     { text-decoration: underline; color: #408080; font-size: 10pt; }           
              
a.pers:link      { text-decoration: underline; color: black; font-size: 10pt; }

a.pers:visited   { text-decoration: underline; color: black; font-size: 10pt; }

a.pers:active    { text-decoration: underline; color: black; font-size: 10pt; }

a.pers:hover     { text-decoration: underline; color: #408080; font-size: 10pt; }              

a.aimg:link      { text-decoration: none; color: black; border: black ; }

a.aimg:visited   { text-decoration: none; color: black; border: black ; }

a.aimg:active    { text-decoration: none; color: black; border: black ; }

a.aimg:hover     { text-decoration: underline; color: black; border: black ; }

.img_portada     { float: left; border: 1px double black; }

p, ul, li   { font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif; 
              font-size: 10pt; text-align: justify;} 

h3, h4      { font-family: verdana, geneva, arial, helvetica, sans-serif; 
              color: #2E168D; }

h2          { font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif; 
              color: #2E168D; }              


BODY {
        font-family : "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif; 
        background-color : #DFEFEF;
       /* background-image: url(../imagenes/ms/bg06.jpg);*/
        font-size: 10pt;
}

DD  { margin: 1em; }



.centro
{
	font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.derecha
{
	font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
}

.izquierda
{
	font-family: "Trebuchet MS", verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}


