/* =Estilos por defecto
--------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
/*font-size: 100%;*/
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

:focus {
outline: 0;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

table {
border-collapse: collapse;
border-spacing: 0;
}





/* =Enlaces
--------------------------------------------------------*/

a {
background-color: inherit;
border: none;
color: #FFFFFF;
outline: none;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
#modulo-2 a{
color: #FFFFFF;
outline: none;
text-decoration: underline;
}
#modulo-2 a:hover{
color: yellow;
outline: none;
text-decoration:none;
}



/* =Encabezados
--------------------------------------------------------*/

h1 {
font-size: 2.1em;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:0.2em;
text-transform:uppercase;
font-style:italic;
margin:0 0 5px 0;
/*padding:3px 3px 3px 10px;*/

}

h2 {

}
h2 a{
}


/* =Parrafos
--------------------------------------------------------*/

li {
font-size: 1.1em;
line-height: 1.3em;
}
p {
font-size: 1.2em;
line-height: 1.3em;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}
p.avisoCopy{
text-align:right;
font-size: 1.0em;
}
p.avisoCopy a{
text-decoration:underline;
}
p.avisoCopyNoGaleria{
margin-top:30px;
}
p.avisoCopyNoGaleria a{
text-decoration:underline;
}


