/* grl*/
body{	
	
	font-size:12px;
	color:#666666;
	background:#fff url(../images/cabecera.png) center top repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin:0;

}
img,a img { border:none; }

*
{
  margin: 0;
  padding: 0;
}

blockquote {

	color: #777;
	margin: auto 1em auto 1em;
	padding-left: 1em;
	border-left: 5px solid #ddd;

}
pre{ 
   width:                460; 
   margin-top:           0px; 
   margin-left:          15px; 
   margin-right:         0px; 
   margin-bottom:        0px; 
   padding:              4px; 
   border:               1px solid; 
   border-color:         #B0CAFF;    
   background-color:     #ECF2FF; 
} 



#page{
	margin:0 auto ;
	margin-left:20px;
	margin-right:20px;

}

#header{
	margin:0;
	height:50px;
	padding-top:0;
}


#head div.header-left{
	float:left;
	margin-top:0;
	height:100px;
	padding-top:7px;
/*	margin-left:19px;*/
}

#head div.header-right{
	float:left;

  text-align: left; /* rechtsbündig */
  color:#FFFFFF;

padding-top:29px;
padding-bottom:4px;
padding-left:3px;
padding-right:17px;
/* border-bottom: 1px solid #EFCE9A;*/

	
}


#colum-izq{

	  float: left;
	  width: 230px;
	  margin: 2ex 0;
	  background: #FFFFFF;
	  padding-bottom: 100px;
	  padding-top:25px;	
	  
}
#content{
	/*float:left;*/
  margin-left: 250px;
  padding: 1ex 2ex 120px;
  color: #666666;
  background: #FFFFFF;
  display: inline-block;
  	

}
/* Blame IE6 and the guillotine bug for this one */
#content { display: block; }


#content h2
{
  font-size: 1.6em;
}

#content h3
{
  color: #337acc;
  margin: 1.5ex 0 0.5ex;
  font-size: 1.4em;
}

#content p
{
  margin: 1ex 5ex 1ex 0;
}

#content ul
{
  list-style: square;
  margin: 0 3ex 2ex;
}

#content img
{
  margin: 2ex 0;
}

#content a
{
  color: #337ACC;
  text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}


#footer{
	
	margin: 0;
	padding: 0 0 20px 0;
	min-height: 50px;

}




/*pie de pagina*/
#footer-content{
	margin: 0;
	padding: 10px 0 15px 0; /* para IE6 */
	font-size: .8em;
	border-top: 1px solid #CCC;

}
#footer-content div.footer-content-text{
	float:left;
}
#footer-content div.footer-content-w3c{
	float:right;

}

#footer-content div.footer-content-w3c a, visited, activid{
	border:0;
	margin:2px;

}

.cls{
	clear:both;
}



/* menu navegacion */
#planet_nav{
  margin: 0 1.5ex;
  padding: 0 1.5ex;

}

#planet_nav h2{
  font-size: 0.9em;
  border-bottom: 1px dotted #AAAAAA;
  color: #444444;
  margin: 2ex 0 1ex;
  text-transform: uppercase;
  font-weight: normal;
}

#planet_nav ul{
  list-style: url(../images/arrow.png);
  margin-left: 15px;

}

#planet_nav li{
  margin: 0.25ex 1ex;
  color: #777777;
  font-size: 0.9em;
}

#planet_nav a{
  font-weight: bold;
  margin-right: 0.75ex;
  color: #729FCF;
  font-size: 1.1em;
  text-decoration:underline;
}

#planet_nav a:hover{
	text-decoration:none;
	color:#3875B3;

}
ul#people_feeds {
    white-space: nowrap;
    list-style: none;
    margin-left: -5px;
}



.blog-entries-daily {
    background: white url("../images/people-entry-group-date-header.png") no-repeat top right;
    margin-right: 25px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.blog-date {
    text-align: center;
    background: transparent url("../images/people-entry-group-date-background.png") repeat-y top right;
    color: #F0F4F4;
    margin-top: 11px;
    position: absolute;
    right: 0;
/*    letter-spacing: .2em;*/
    width: 229px;
    height: 100%;
/*	padding-left:4px;*/
}

.blog-entry {
    margin: 11px 0;
    position: relative;
    top: 40px;
	
}

.blog-entry-author {
    position: relative;
    top: 0px;
    left: 10px;
    padding: 0 20px 0px 20px;
    width: 225px;
    font-size: 0.8em;
    text-align: center;
    border: 0px solid red;
    float: right;
}

.blog-entry-author :link, .blog-entry-author :visited {
}

.blog-entry-author .head {
    display: block;
    margin: 1ex auto;
    border: 0;
}

.blog-entry-post {
    margin: 1em 0 1em 5px;
    border-radius: 20px;
    background: transparent url("../images/people-entry-center-left.png") repeat-y center left;
}

.blog-entry-header {
    background: transparent url("../images/people-entry-top-center.png") repeat-x top center;
    height: 50px;
    border: 0px solid blue;

}

.blog-entry-title {
    font-size: larger;
    background: transparent url("../images/people-entry-top-left.png") no-repeat top left;
    height: 50px;
}

.blog-entry-title a {
    padding: 1em 0;
    display: block;
    margin-left: 25px;
    background: transparent url("../images/people-entry-top-right.png") no-repeat top right;
    height: 50px;
}

.blog-entry-content-container{
    background: transparent url("../images/people-entry-center-right.png") repeat-y center right;
}

.blog-entry-content {
    padding-top:10px;
    margin-left: 25px;
    margin-right:200px;
    text-align: justify;
    padding-bottom:10px;
    min-height: 155px;
    font-size: 110%;
}

.blog-entry-content *
{
    /* 2008-07-17 - ricky - disabling this CSS in blog posts */
    float: none!important;
    clear: none!important;
}

.blog-entry-content img {
    margin-left: 2ex;
}

.blog-entry-footer {
    background: transparent url("../images/people-entry-bottom-center.png") repeat-x bottom center;
}

.blog-entry-timestamp {
    font-size: x-small;
    text-align: right;
    color: #b3b3b3;
    background: transparent url("../images/people-entry-bottom-left.png") no-repeat bottom left;
}

.blog-entry-timestamp a {
    display: block;
    color: #b3b3b3;
    text-decoration: none;
    height: 35px;
    background: transparent url("../images/people-entry-bottom-right.png") no-repeat bottom right;
    padding: 1em 5em 0 0;
}

#disclaimer {
    font-size: x-small;
    color: #b3b3b3;
    text-align: center;
    padding: 1em;
}

#spacer {
    height: 1em;
}

:link {
    color: #337ACC;
}
:visited {
    color: #6A3B18;
}