body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/fondo8.jpg);
	background-repeat: no-repeat;
	background-position: 450px 0px;
	background-attachment: fixed;
}

#container
{
	
	margin: 0px;
	padding: 0px;
}

#top { 
     height: 200px; 
}


#toprh{
    height: 60px;
  
}

#toprh h1{
  
   font-family: georgia;
   color:#CBCCCB;
   font-size: 1em;
   line-height:1.3em;
   letter-spacing: .02em;
   font-weight: 100;
}



.titular{
	position: relative;
	width: 500px;
	height: 150px;
	left: 100px;
	top: 2px;
        color: rgb(90%, 84%, 68%);
}

.titular ul{
      list-style: none;
      font-size: .8em;
      font-family: arial;
 
}

.titular li{
    color: rgb(87%, 84%, 68%);
    line-height: 1.4em;

}

.titular a{
     text-decoration: none;
     font-family: times;
     font-size: 1em;

}

.titular a:hover {
     color:blue; 
     text-decoration:underline;
     font-size: 1em;
}
    
    
.titular blockquote{
   margin: 12px;
   
}


     
}

.titular h1 {
	color: #565F50;
	line-height: 1.4em;
	font-weight: 700;
        color: rgb(90%, 84%, 68%);
}


#center_banner{
	postion: relative;
	background-color: #DED7AB;
	height: 140px;
	
	
}

#navigation
{
    position: relative;
    clear: both;
    width: 300px;
    height: 28px;
    top: 4px;
    left: 212px;
}

#bottom
{
	
	margin: 30px;
	padding: 0px;
}



/* blog content ************************************/
#blogcontent{
     position: relative;
     background-color: white;
     width: 500px;
     padding: 18px;
     left: 85px;
     top: 15px;
    
}

#blogcontent p {
    color: rgb(111, 111, 111);
    font-size: .8em;
    line-height: 1.3em;
}

/* listas sobre todo para comentarios */
#blogcontent li {
    color: rgb(111, 111, 111);
    font-size: 1em;
    line-height: 1.4em;
    padding: 5px;
}

#blogcontent li p{
    color: grey;
    font-size: .8em;
    line-height: 1.4em;
    background-color: rgb(240, 240, 210);
    padding: 13px;
}



#blogcontent ul {
}


#blogcontent a {
    color: blue;
    font-size: .9em;
    line-height: 1.3em;
    text-decoration: none;
    
}




#blogcontent a:hover {
    color: blue;
    font-size: .9em;
    text-decoration: underline;
}

#blogcontent a img {
    border-width: 1px;
    border-color: white;
}

#blogcontent a:hover img{
    border-width: 1px;
    border-color: blue;
}


#blogcontent h3{
   font-size: .6em;
   font-family: arial;
   color:rgb(200, 200, 200);
   font-weight: 100;

}

#blogcontent h3 a{
font-size: 2.2em;
font-family: georgia;
color: rgb(100, 100, 100);
}

#blogcontent h3 a:hover{
font-size: 2.2em;
color: rgb(100, 100, 100);
}


.micomentario li
{
   color: pink;
}

/* type and text general styles*****************************************/
#sidebar {
     position: absolute;
     left: 880px;
     top: 240px;
     background-color: none;
     width: 270px;
     margin: 2px;
     padding: 14px; 
     background-color: beige;
     font-family: Georgia;
     font-size: .7em;
     color: #CFC5B5;
}

#sidebar ul {
    list-style-type:none;
    margin: 2px;
    padding: 1px 0px 0px 10px;
}


#sidebar a{
     text-decoration: none;
     color: #8F8559;
     line-height: .3em;
     list-style: none;
}




#sidebar a:hover{
     text-decoration: underline;
    
}


/* type and text general styles*****************************************/
h1{
	font-family: georgia, "lucida grande", arial;
	font-size: 1em;
        line-height: 1.7em;
	
}

p{
	font-family: arial;
	font-size: .8em;
	line-height: 1em;
}

h4{
    font-family: arial;
	font-size: 1.1 em;
	line-height: 1em;
}

#center_banner ul
{
	font-family: arial;
	font-size: .7em;
	line-height: 1.4em;
	list-style-type: none;
	list-style-position: default;
	margin: 0px;
	padding: 0px;
}

#center_banner strong
{
	color: #630;
}

/* container boxes and boxes y cajitas *************************************/

.textbox
{
	float: right;
	width: 130px;
	height: 80px;
	margin: 20px 20px 8px 10px;
}

.navboxes
{
	float: left;
	width: 16px;
	height: 16px;
	border-style: solid;
	border-color: #333300;
	border-width: 1px;
	margin: 4px;
}

/************************************/
/* navegagcion de cajitas tomada prestada de http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml */

.cssnav
{
position: relative;
float: left;
font-family: arial, helvetica, sans-serif;
background: url(/images/rollito.png) no-repeat;
white-space: nowrap;
display: block;
width: 16px;
height: 16px;
margin: 5px;
padding: 0px;
}


.cssnav a
{
display: block;
color: black;
font-size: 12px;
width: 16px;
height: 16px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 16px;
height: 16px;
border: 0

}

* html a:hover
{
visibility:visible;
font-size: 12px;

}


.cssnav a:hover 
{
visibility:visible;
color: #B3AD8C;

}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 4px;
top: 30px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

/***********************************************/


/* colors                         *****************************************/


