/*
colores

gris cabecera #cccccc
gris fondo #525254
gris sombreado #666666

*/
img {
   padding:0px;
   margin:0px;
   border:0px;
   margin-left:5px;
}
a.image {
   cursor: url("../images/view.png"), pointer;   
}

body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   padding:0px;
   margin:0px;
   background-color: #525254;
   color: white;
}
h1 {
   margin:0px;
   border-bottom: 2px solid black;
}

h2 {
   color: #525254;
   background-color: #666666;
}
a {
   color: white;
   text-decoration: none;
   font-weight: bold;
}
/*a:hover {text-decoration: underline;}*/

.listapr a {color:white;}
.listapr li {margin-top: 3px; margin-bottom: 20px;}

img.cuadro {border:0px;margin:5px;}

#cabecera {
   background-color: #cccccc;
   text-align: center;
   padding: 5px;
   padding-left: 1px;
   padding-right: 1px;
   color: black;
   margin-bottom: 20px;
}
#cabecera a {color: black; text-decoration: none; }

.imgcab {
   padding: 0px;
}

#titulo {
   text-align: left;
   font-weight: bold;
   font-size: 160%;
   border-bottom: 2px solid black;
   margin-bottom: 5px;
   padding-left: 5px;
}
#subtitulo {
   width: 35%;
   float: right;
   text-align: right;
   font-weight: bold;
   font-size: 140%;
   padding-right: 15px;
}

#izq {
   width: 49%;
   float:left;
   text-align: center;
}
#cont_izq {
   margin: 10px;
   text-align: left;
}

#dch {
   width: 49%;
   float:left;
   text-align: center;
}
#cont_dch {
   /*margin: 10px;*/
   text-align: left;
}
#imagenes_dch {
   text-align: left;
}
#cont_dch_destacado {
   text-align: left;
}

.alizq {
   text-align: left;
}
.alcenter {
   text-align: center;
}
   

#lupa_imagen {
   margin: 15px;
}

#lupa_resumen {
   margin: 15px;
}
#hr_texto {
   width: 50%;
}

.sep {
   clear: both;
}
.sep2 {
   clear: both;
}

a.actual {
   color: #fbad02;
}


.titulopr {
   background-color: #fbad02;
   color: #525254;
   font-size: 130%;
   font-weight: bold;
   margin: 5px;
   margin-left: 0px;
   padding: 2px;
}
.titulopr a {
   color: #525254;
}

.sombreado {
   background-color: #666666;
   color: #525254;
   font-size: 130%;
   font-weight: bold;
   margin: 5px;
   padding: 2px;
}
.sombreado a {
   color: #525254;
   text-decoration: none;
   font-weight: bold;
}
.resaltado {
   background-color: #cccccc;
   color: #525254;
   font-size: 130%;
   font-weight: bold;
   margin: 5px;
   padding: 2px;
}
.resaltado a {
   color: #525254;
   text-decoration: none;
   font-weight: bold;
}

.listaportada li {
   list-style: none;
}

.listapr li {
   list-style: none;
}

#texto_pr {
   float: left;
   width: 300px;
   /*border: 1px dashed white;*/
}

#img_pr {
   margin-left: 320px;
   text-align: center;
   /*border: 1px dashed white;*/
}


#pie {
   clear: both;
   margin-top: 30px;
   text-align: center;
   color: #888;
   border: 10px solid #525254;
}
#pie a {
   color: #aaa;
   font-weight: normal;
}


.hresumen {float:right;}
