<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
table#cabecera {
   border: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   margin: 0px auto;
   width:770px;}
hr {
  height: 1px;
  color: #ccc;}
 
  /*-----*/
#logo {
margin: 0;
padding: 0px;
width:auto;
height:29px
} 
#fecha {
margin: 0;
padding: 0;
background-color:#FFFFFF;
text-align:right;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:9pt;
padding-right:5px;
}
#c1{
 background-color:#EDF5E0;
 width: 770px;
 }  
 #c2{
 background-image: url(imagenes/cab_01.jpg);
 background-repeat: no-repeat;
 background-position:left bottom;
 width: 400px;
 height:80px;
 } 
#c3{
background-image: url(imagenes/cab_02.jpg);
background-repeat: no-repeat;
background-position:right bottom;
width:370px;
 height:80px;
}
/*-----------poner en caja columna-1(IZQ)----------*/
.columna3t {
 padding-left:8px;
 line-height:23px;
 height:23px;
 }
.columna1t {
 background-color:#5a8a13;
 color:#fff;
 text-align: left;
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-size: 9pt; 
 font-weight: bold; 
 padding-left:8px;
 line-height:23px;
 height:23px;
 }
.columna1c, .contentsintitulo {
 background-color:#eaf1e2;
  }
.contentsintitulo {
	padding: 5px;
	padding-bottom:0px;
}
 /*-- texto peq para las dos columnas-------*/
div#caja1 .content, div#caja1 .contentsintitulo,
div#caja3 .content, div#caja3 .contentsintitulo {
	font-family: Verdana; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	line-height:1.4em;
	padding:3%;
		#padding:1%;
}
div#caja1 .content a, div#caja1 .contentsintitulo a,
div#caja3 .content a, div#caja3 .contentsintitulo a {
	font-family: Verdana,sans-serif;
	font-weight: normal; 
	font-size: 10px;
}
/*********************/

/*-----------poner en caja centro-----------*/
td#cajaPost ul li{
   _text-indent:-15px;/*para eliminar la sangria IE6*/
}
.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}

.columna1c a.enlacevermas, 
.columna3c a.enlacevermas, #blog li a {
	color:#003366;
	font-family: Verdana; 
	font-size: xx-small;
	font-weight: normal;
}
.columna1c a.enlacevermas:hover, 
.columna3c a.enlacevermas:hover, 
#blog li 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
}
.content img, .postcontent img, #cajaunPost img, #listcontent img {
border:none;
margin:10px 10px 5px 0;
}
/*----------PARA VER UNA SOLA ENTRADA--------------*/
#posttitle {
padding-top:5px; 
}
#postcontent {
padding-bottom:5px; 
}
/*********** segundas paginas ********************/
table#verBlog .columna3c tr{
	padding-top: 2%
}
/*------ para IE-*/
#blog li div div{
   _text-indent: 0px;/*para eliminar la sangria IE6*/
}
#cajaPost ul{
   _padding: 5px 8px;/*para eliminar la sangria IE6*/
}
#cajaPost ul li a{
   _text-indent: -17px;/*para eliminar la sangria IE6*/
}
</pre></body></html>