
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande',Verdana,Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background:url(images/background.jpg);
	
	}

#page {
	background-color: white;
	text-align: left;
	background:url(images/middle_page.jpg) repeat-y top; border: none;
	background-image:url(images/middle.jpg);
	}
#page.singlecol {
	background-image:url(images/middle.jpg);
	}
#header {
	background-color: #73a0c5;
	margin: 0; 
	padding: 0; 
	height: 130px; 
	width: 765px; 
	background:url(images/header.jpg) no-repeat bottom center;
	} 

#header h1{
font-size: 24px;
text-align: left;
padding-left: 10px;
padding-top: 30px;
}



#headerimg .description {
	font-size: 1.4em;
	text-align: left;
	/*padding-left: 44px;*/
	padding-left: 12px;
	}


#navigation{
	background:url(images/nav.jpg) no-repeat bottom center;
	  height:44px;
  line-height:44px;
	}

#navigation ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navigation ul li { 
display: inline;
   }

#navigation ul li a
{
text-decoration: none;
padding: 15px 1em;
color: #fff;
text-transform:uppercase;
font-size:12px;
letter-spacing:1px;
}

#navigation ul li a:hover
{
color: #FFFF00;
background:url(images/nav_hover.jpg) bottom center;
}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}




#footer {
	background-color: #eee;
	background:url(images/footer.jpg) no-repeat bottom; border: none;
	}
	
#footer a {
	color: #FFFFFF;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top:4px;
	}
	


h1, h2, h3 {
	font-family: 'Lucida Grande',Verdana,Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.5em;
	text-align:left;
	}

h2.pagetitle {
	font-size: 1.5em;
	font-family: 'Lucida Grande',Verdana,Arial, Sans-Serif;
	font-weight: bold;
	color:#236B8E ;
	text-decoration: none;
	}
	
	

#sidebar h2 {
	font-family: 'Lucida Grande',Verdana,Arial, Sans-Serif;
	/*font-size: 1.2em;*/
	font-size: 12px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a {
	 color: #0018c6;
	/* color: #928eff;*/
	}

.entry p a:hover {
	 color: green;
	}

.entry p a:visited {
	color: #551A8B;
	/*text-decoration: underline;*/
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande',Verdana,Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
             font-family: 'Lucida Grande',Verdana,Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.imagen_comentario {
display:inline;
}
.cabecera_comentario {
padding-bottom:7px;

}

.cabecera_comentario .comentario_fecha  {
	width:60%;
	text-align:right;
	background-color:#f6f0e2;
	padding-left:8px;
	
}
.cabecera_comentario .comentario_autor{
	width:40%;
	text-align:left;
	background-color:#f6f0e2;
	padding-left:3px;
	}

.cabecera_comentario .comentario_fecha .fecha_peq a{
font-family: Georgia,Serif;
font-size: 0.9em;
COLOR: #933; 
font-weight: normal;
LETTER-SPACING: 0.1em;
}



#sidebar {
	font: 1em 'Lucida Grande',Verdana,Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a,h2 a, h3 a {
        /*color:#022F57;*/
        color:#333399;
	text-decoration: none;

	}

.post h2 a , .narrowcolumn .post h2 a{
     /*   color:#022F57;*/
        color:#333399;
   	text-decoration: none;
   	text-align: left;
	
}
.post h2 a:hover , .narrowcolumn .post h2 a:hover{
     /*   color:#022F57;*/
        color:green;
   	text-decoration: underline;
	
}

.post h3 a , .narrowcolumn .post h3 a{
     /*   color:#022F57;*/
        color:#333399;
   	text-decoration: none;
	font-size: 0.9em;
}


#respond {
        /*color:#022F57;*/
        color:#333399;
	text-decoration: none;
	}
	

a:hover,h2 a:hover,.narrowcolumn .post h3 a:hover, h3 a:hover {
	color: green;
	/*color: #024c00;*/
	text-decoration: underline;
	}

div#dtreecatwrapper div#dtreecat {
color: red;
}
	
div#dtreecatwrapper a:hover {
color: green;
text-decoration: underline;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em  'Lucida Grande',Verdana,Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 765px;
	}

.narrowcolumn {
	float: left;
	/*padding: 0 0 20px 45px;*/
	
	margin: 0;
	width: 480px;
	padding:0px;
	padding-left:35px;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 25px;
	margin-bottom:0px;
	/*text-align: justify;*/
        background-image: url(images/verju.gif);
        border-right: 1px solid #ddd;    
        border-bottom: 2px solid #ddd;    
        padding-left:8px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:0px;
}        	
.post .entry {
text-align: justify;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 765px;
	height: 82px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;

	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 2px 0 10px 0;
	margin-left: 535px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

	}
	
/* End Various Tags & Classes*/

/* propios */

.tiempo_estimado {
text-align:right;
padding-left:9%;

}

.fecha_peq {
font-family: Georgia,Serif;
font-size: 0.9em;
COLOR: #933; 
LETTER-SPACING: 0.1em;
}

.subpost {
padding-top:6px;
}

.separador {
display: none;
/*display:block;*/
}


/* formularios */
.formulario_label {
float: left;
width: 150px;
text-align: right;
padding-top:8px;
}

.formulario_input {

  width: 150px;
  text-align: left;
}

.formulario_fila {
  clear: both;
}


#sidebar ul li h2 {

color:white;
width:73%;
background-image: url(menu_boton.gif); 
padding-left:9px;
padding-top:2px;
padding-bottom:2px;
margin-bottom:9px;
margin-top:8px;
}



/* comentarios */

h3#comments .titulo_comentario {
	display:block;
	width:153px;
	height:26;
	font-weight: bold;
	background: url(images/bg_tit_comentario.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
}



.commentlist li .cabecera_comentario {
	border-top: 1px solid #ddd;
	background-color: #f6f0e2;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.commentlist .alt2 .cuerpo_comentario img, .commentlist .alt .cuerpo_comentario img{
float:left;
margin-right:3px;
margin-left:2px;
margin-top:0px;
}
.commentlist .alt .cuerpo_comentario {
	background-color: #f8f8f8;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	border-bottom: 1px solid #ddd;   

}
.commentlist .alt2 .cuerpo_comentario {
	background-color: #fff9f4;  /* #f6f0e2; */
	border-bottom: 1px solid #ddd;     
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;        
}
.commentlist li .cuerpo_comentario p{
padding-left:5px;
padding-right:5px;
text-align-left;
}

.entry p{
padding-left:5px;
}
.entry p small, .entry p .barra_publicacion, .barra_publicacion {
	background-color: #f8f8f8;
        text-align: left;	
        display:block;
        padding:10px;
        border-top: 1px solid #ddd;   
        border-bottom: 1px solid #ddd;   
}

ul.li_ultimos_articulos li{
 
 list-style: none;
 background-image: url(images/file.gif);
 background-position: 0% 6%;
 background-repeat: no-repeat;
 padding-left: 0px; 
 padding-top:0px;
 margin-top:0px;
}

ul.li_ultimos_articulos li .div_ultimos_articulos {
padding-left:11px;
}

ul.li_ultimos_articulos li .div_ultimos_articulos span {
padding-left:2px;
}

ul.li_ultimos_articulos li .div_ultimos_articulos hr {
display:block;
}

ul.li_ultimos_articulos li div a{
 
 padding-left:0px; 
 padding-top:0px;
 margin-top:0px;
 margin-bottom:0px;
 padding-bottom:0px;
}

.page_item {
 background-image: url(images/pagina.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 0px; 
}

.page_item a{
 padding-left: 18px; 
}

.menu_links {
 background-image: url(images/link.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 0px; 
}

.menu_links a{
 padding-left: 18px; 
}

.menu_archivos li {
 background-image: url(images/folder.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 0px; 
}

.menu_archivos li a{
 padding-left: 16px; 
}

.menu_login {
 background-image: url(images/candado.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 0px; 
}

.menu_login a{
 padding-left: 14px; 
}




#sidebar a:hover{

/*background-color:#dcdcdc; */
}


.post .entry table {
background-color: #f6f0e2;
/*margin-left: auto;
margin-right: auto;
*/
}

.post .entry table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #6D929B;
	background: #CAE8EA ;
	text-transform: uppercase;
	text-align: center;

	padding: 8px 4px;
	
}

.post .entry table tr{
background-color: #f8f8f8;
}


.post .entry table tr#impar {
background-color: #fff9f4; 
}

.post .entry table td {
font-size: 10px;
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
text-align: center;

}


.side_busqueda {
	padding-left: 5px; 
	padding-bottom:5px;
	}

.page_busqueda {
	padding-left: 5px; 
	padding-top:10px;
	}

.side_busqueda a:hover,.page_busqueda a:hover {
	cursor:hand;
	
	}

#sidebar ul li ul li {
font-size:10px;
}

.post .entry hr {
display:block;
}

.icons {margin-left:10px;padding-top:0px;margin-bottom:15px;}
.icons a {display: inline; height: 16px; padding-left: 20px;}
.icons a:hover {background-position: left bottom;font-size:16px;}


.icons .s_google {background: url('images/ico_google.gif') no-repeat;}
.icons .s_technorati {background: url('images/ico_technorati.gif') no-repeat;}
.icons .s_yahoo {background: url('images/ico_yahoo.gif') no-repeat;}
.icons .s_meneame {background: url('images/ico_meneame.gif') no-repeat;}
.icons .s_digg {background: url('images/ico_digg.gif') no-repeat;}

span.rojo {
color: #933; 
}

.post_relacionados {
 margin-left:0px; 
}

.post_relacionados .titulo_relacionado {
 	display:block;
	font-weight: bold;
	background: url(images/bg_tit_comentario.gif) no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width:153px;
}


.post_relacionados li{
 list-style: none;
 padding-left: 0px; 
 padding-top:0px;
 padding-bottom:0px;
 margin-top:0px;
 margin-bottom:0px;
}

.post_relacionados li a{
 font-size:10px;
 background-image: url(images/file.gif);
 background-repeat: no-repeat;
 padding-left:11px;
 padding-top:0px;
 padding-bottom:0px;

}

.publicidad-izq img {
margin-top:10px;
margin-bottom:20px;
}

.publicidad-dcha img{
margin-top:10px;
margin-left:25px;
}


.publicidad_peq {
margin:4px;
        border-right: 2px solid #ddd;    
        border-top: 1px solid #ddd;    
        border-left: 1px solid #ddd;    
        border-bottom: 2px solid #ddd;    
}

.publicidad_grande_izq {
        border-top: 1px solid #ddd;    
        border-left: 1px solid #ddd;    
        border-bottom: 2px solid #B7B7B7;    
        border-right: 2px solid #B7B7B7;    

}

.informativo {
	 color: green;
	}
	
.porautor {
font-size:12px;
}

.cmd-avatar
{
margin-top:2px;
border-right: #687F92 1px solid;
border-top: #687F92 1px solid;
border-left: #687F92 1px solid;
border-bottom: #687F92 1px solid;
}

div.div_hr_autor {
  background-color:#8D8D8D;
  height: 2px;
  margin-top:1px;
}
div.div_hr_autor hr {    /* for CSS1 browsers */
  display: none;
}
div.div_hr_autor * {     /* for CSS2 browsers */
display: none;
  }
	