/* This file defines the styles which will be applied to all my .htm files */

/********************************************
 h1-6 are different size "header" sizes. 
 1 is the largest size, 7 is the smallest. 
 Note: a new line is inserted after the text. 
*********************************************/
h1 {color:beige; font-size:25pt; font-family: "sans-serif";      
    font-weight:bold;}
h2 {color:beige; font-size:15pt; font-family: "sans-serif"
    font-weight:normal; }
h3 {color:beige; font-size:13pt; font-family: "sans-serif"
    font-weight:normal; }

/** este codigo inserta imagen como background 
      body {background-image: url(DSC00413.jpg);
      background-repeat:no-repeat; 
      background-position: top;
      background-position: center;
      background-color:rgb(125,125,125)}
**/

body {text-align: center}

a.castellano {color:darkgray;
              font-family:arial;
              font-weight:bold;
              font-size:16px}
a.castellano:hover {color:white}

a.english {color:silver;
           font-family:arial;
           font-weight:bold;
           font-size:16px}
a.english:hover {color:white}

/***  Fotos Primera Página **********/

a.fotos-sp-gr {color:gray;
               font-family:arial;
               font-weight:bold;
               font-size:15px}
a.fotos-sp-gr:hover {color:green}

a.fotos-en-gr {color:gray;
               font-family:arial;
               font-weight:normal;
               font-size:15px}
a.fotos-en-gr:hover {color:green}

/*******Links Página Thumbs de fotos *****/
/**** página a la (izquierda)******/
a.thumbs {color:darkgray;
          font-family:arial;
          font-weight:normal;
          font-size:17px;
          text-align:left;}
a.thumbs:hover{color:beige}





/****** FOOTERS **********************/

a.en-footer {color:darkgray;
             font-family:arial;
             font-weight:normal;
             font-size:14px}
a.en-footer:hover {color:green}

a.sp-footer {color:black;
             font-family:arial;
             font-weight:normal;
             font-size:14px}
a.sp-footer:hover {color:green}

/******** FOOTERS RESUME *************/
a.res-footer{color:gray;
             font-family:arial;
             font-weight:normal;
             font-size:14px}







/***********************************/
a.fotos-en-active {color:darkkhaki}


a.fotos-sp-grbe:hover {color:beige}
a.fotos-sp-grbe {color:gray}


img.primera {border:none;}
a.imagen   { border: solid 5px lightgrey }
a.imagen:hover { border: solid 5px  gray }

       


