/*         All about Spain ---- style sheet    */


/*  Generales cuando no se especifique otra cosa */

body 
{
font-family: times;
font-size: 11pt;
}

/*  --------------TABLAS Generales ----------------------------- */

/* Table  */

table 
{ 
margin-top:0; 
margin-bottom:0; 
}

/* Table cells */

td 
{
font-family: times;
font-size: 11pt;
}

/*  --------------TABLAS Tips ----------------------------- */


/* Table cells */

.td_tip
{
border: 1px solid #000000;
padding:4px;
vertical-align:top;
font-size:10pt;
}


.tip-1 
{
font-size:13pt;
font-weight: bold;
color: #b00b09;
}

.tip-2 
{
font-size:12pt;
font-weight: bold;
color: #004080;
}


/*  --------------TITULOS grandes Primer, Regiones ----------------------------- */
h1 
{
font-size: 14pt;
color: #b00b09;
letter-spacing: +2px;
}


/*  --------------TITULOS grandes ITALICA Ciudades, Islas, más informacion ----------------------------- */
h2 
{
font-size: 14pt;
font-style: italic;
font-weight: bold;
color: #b00b09;
letter-spacing: +3px;
}


/*  --------------SUBTITULOS Ciudades ICONOS  ----------------------------- */
h3 
{
font-size: 16pt;
font-style: normal;
font-weight: normal;
color: #b00b09;
letter-spacing: +2px;
}

h3:first-letter 
{
font-size:xx-large
}


/*  --------------TITULOS REGIONES ----------------------------- */
h4 
{
font-size: 15pt;
color: #b00b09;
font-weight: normal;
letter-spacing: +5px;
}


/*  --------------SUBTITULOS pequeños rojos ----------------------------- */
h5 
{
font-size: 12pt;
font-weight: bold;
color: #b00b09;
}

/*  --------------SUBTITULOS pequeños azules ----------------------------- */
h6 
{
font-size: 12pt;
font-weight: bold;
color: #004080;
}


/*  --------------PARRAFOS para dar más margen al menu izquierda----------------------------- */

p.menulink 
{
padding: 0.09cm 0.20cm;
white-space: nowrap;
}

/*  --------------Links generales de todas las paginas  ----------------------------- */

A:link 
{
text-decoration: none;
font-weight: bold;
color: #b00b09;
}

A:visited 
{
text-decoration: none;
font-weight: bold;
color: #004080;
}

A:active 
{
text-decoration: underline;
font-weight: bold;
color: #b00b09;
}

A:hover 
{
text-decoration: underline; 
font-weight: bold;
color: #b00b09;
}


/*  --------------Links negros menu izquierda ----------------------------- */


a.menulinkblack:link 
{
font-weight: bold;
text-decoration: none;
color: #000000;
}

a.menulinkblack:visited 
{
font-weight: bold;
text-decoration: none;
color: #000000;
}

a.menulinkblack:active 
{
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

a.menulinkblack:hover 
{
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}



/*  --------------Links amarillos ----------------------------- */

a.menulinkyellow:link 
{
font-weight: bold;
text-decoration: none;
color: #fdce06;
}

a.menulinkyellow:visited 
{
font-weight: bold;
text-decoration: none;
color: #fdce06;
}

a.menulinkyellow:active 
{
font-weight: bold;
text-decoration: underline;
color: #fdce06;
}

a.menulinkyellow:hover 
{
font-weight: bold;
text-decoration: underline;
color: #fdce06;
}


/*  --------------Links naranja----------------------------- */

a.menulinkorange:link 
{
font-weight: bold;
text-decoration: none;
color: #ff3300;
}

a.menulinkorange:visited 
{
font-weight: bold;
text-decoration: none;
color: #ff3300;
}

a.menulinkorange:active 
{
font-weight: bold;
text-decoration: underline;
color: #ff3300;
}

a.menulinkorange:hover 
{
font-weight: bold;
text-decoration: underline;
color: #ff3300;
}


/*  --------------Links verdes ----------------------------- */

a.menulinkgreen:link 
{
font-weight: bold;
text-decoration: none;
color: #00cc00;
}

a.menulinkgreen:visited 
{
font-weight: bold;
text-decoration: none;
color: #00cc00;
}

a.menulinkgreen:active 
{
font-weight: bold;
text-decoration: underline;
color: #00cc00;
}

a.menulinkgreen:hover 
{
font-weight: bold;
text-decoration: underline;
color: #00cc00;
}

/*  --------------Links celestes ----------------------------- */

a.menulinkblue:link 
{
font-weight: bold;
text-decoration: none;
color: #0099ff;
}

a.menulinkblue:visited 
{
font-weight: bold;
text-decoration: none;
color: #0099ff;
}

a.menulinkblue:active 
{
font-weight: bold;
text-decoration: underline;
color: #0099ff;
}

a.menulinkblue:hover 
{
font-weight: bold;
text-decoration: underline;
color: #0099ff;
}

/*  --------------Links violeta ----------------------------- */

a.menulinkviolet:link 
{
font-weight: bold;
text-decoration: none;
color: #8080ff;
}

a.menulinkviolet:visited 
{
font-weight: bold;
text-decoration: none;
color: #8080ff;
}

a.menulinkviolet:active 
{
font-weight: bold;
text-decoration: underline;
color: #8080ff;
}

a.menulinkviolet:hover 
{
font-weight: bold;
text-decoration: underline;
color: #8080ff;
}

/*  --------------Links fresa----------------------------- */

a.menulinkterra:link 
{
font-weight: bold;
text-decoration: none;
color: #ff0568;
}

a.menulinkterra:visited 
{
font-weight: bold;
text-decoration: none;
color: #ff0568;
}

a.menulinkterra:active 
{
font-weight: bold;
text-decoration: underline;
color: #ff0568;
}

a.menulinkterra:hover 
{
font-weight: bold;
text-decoration: underline;
color: #ff0568;
}

/*  --------------Imagenes Float Right----------------------------- */

.floatright
{
float: right;
margin: 0 0 10px 10px;
}

/*  --------------Imagenes Float Left----------------------------- */

.floatleft
{
float: left;
margin: 0px 10px 0px 0px;
}
