/* CSS para cabezal */
table#cabecera {
margin:0 auto;
   width:770px;
   border: 0px;
   border-collapse: collapse;
   border-spacing: 0px;
     }
#logo {
margin: 0;
padding: 0 0 0 16px;
width:auto;
height:29px
} 
#fecha {
margin: 0px;
padding: 0px;
background-color:#FFFFFF;
text-align:right;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 9pt;
padding-right:5px;
width: 50%;
}
#c1{
 background-color:#68d1e7;
 height:65px;
 width: 770px;
  } 
 #c2{
 background-image: url(imagenes/cab_01.gif);
background-repeat:no-repeat;
width:auto;
height:65px;
  } 
#c3{
background-image: url(imagenes/cab_02.jpg);
background-position:right;
width:auto;
height:65px;
background-repeat:no-repeat;
} 
.columna1t {
 background-color:#68d1e7;
 color:#064c5a;
 text-align: left;
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-size: 9pt; 
 font-weight: bold; 
 padding-left:10px;
 line-height:20px;
 }
.columna1c {
 background-color:#e6f8fb
 }
 .columna1c .content, .columna3c .content {
 font-family: Verdana, sans-serif;/* Arial, Helvetica, */
 font-size: x-small/*9pt*/; 
 }
 /*-----------poner en caja centro-----------*/
#blog a{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt; 
font-style: normal; 
font-weight: bold; 
font-variant: normal; 
color: #003366; 
text-decoration: none
}
#blog a:hover {
text-decoration: underline}

#blog .enlacevermas {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #003366; 
text-decoration: none}
#blog .enlacevermas:hover {
text-decoration: underline
}
.listpost a{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt; 
font-style: normal; 
font-weight: bold; 
font-variant: normal; 
color: #003366; 
text-decoration: none
}
.listpost a:hover {
text-decoration: underline}

#postcontent a{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt; 
font-style: normal; 
font-weight: bold; 
font-variant: normal; 
color: #003366; 
text-decoration: none
}
#postcontent a:hover {
text-decoration: underline}

#postcontent .enlacevermas {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small; 
font-style: normal; 
font-weight: normal; 
font-variant: normal; 
color: #003366; 
text-decoration: none}
#postcontent .enlacevermas:hover {
text-decoration: underline
}
/*----------PARA VER UNA SOLA ENTRADA--------------*/
#posttitle {
padding-top:5px; 
}
#postcontent {
padding-bottom:5px; 
}
/*enlaces peque*/
 .columna1c a.enlacevermas, 
 .columna3c a.enlacevermas, #blog li a, a.enlacevermas {
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small;
	font-weight: normal;
}
.columna1c a.enlacevermas:hover, 
.columna3c a.enlacevermas:hover, 
#blog li a:hover {
text-decoration: underline
}