@charset "utf-8";
/* CSS Document */

*
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

body {
margin:0px;
background-color:#eeeeee;
7background-image:url(img/degradebackg.jpg);
background-repeat:repeat-y;
}

.div_base {
padding-left:25px;
padding-right:25px;
width:850px;
background-color:#ffffff;
margin: 0 auto 0 auto; /* Esta línea centra el DIV!! */
border: 1px solid #cccccc;
}


h1
{
font-size:22px;
letter-spacing:-0.1em;
color:#000000
}


p.cont
{
font-size:14px;
margin-left:200px;
text-align:justify;
line-height:1.35em;
}

.sectitle
{
font-weight:bold;
margin-left:200px;
font-size:22px;
letter-spacing:-0.05em;
color:#222222
}

.sectitle2
{
font-weight:bold;
font-size:22px;
letter-spacing:-0.05em;
color:#222222;
text-align:left;
}

.initial
{
font-size:36px;
font-weight:bold;
color:#003333;
letter-spacing:normal;
}


.initial2
{
font-size:24px;
font-weight:bold;
color:#003333;
letter-spacing:normal;
}

.etiquetas
{
font-size:11px;
font-weight:bold;
color:#ffffff;
background-color:#003333;
letter-spacing:normal;
}


.indicacion
{
font-size:11px;
margin-left:200px;
font-weight:bold;
color:#000000;
}



.indicacion_no_indent
{
font-size:11px;
font-weight:bold;
color:#000000;
}


div
{
width:740px;
}

a:link
{
font-weight:bold;
text-decoration:none;
color:#CC3300;
letter-spacing:normal;
}

a:visited
{
font-weight:bold;
text-decoration:none;
color:#CC3300;
letter-spacing:normal;
}

.imgclick {
cursor:pointer;
}

.imgnormal {
cursor:pointer;
border:6px solid black;
}

