/* CSS Document */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
    margin: 0;
	}     

div#header1 {
	background: url(header.png) repeat-x fixed;
	height: 90px;
   }     
   
    div#header_titulo { 
    width:255px;
    height:89px;
    margin-left:15%;
    background: url('./quickblogdirectorytitle.png');
    }

    div#barra_navegacion {
        background: url(navegacion.png) repeat-x;
        height: 31px;
        }
        
        div#description {
        float:left;
        margin: 9px;
        margin-left: 10%;
            }
        
        div#submit {
            float: right;
            margin: 9px;
            font-weight: bold;   
            }
            
        div#submit a:link{ 
            text-decoration: none;
            color: #568130;
            }
            
        div#submit a:hover{ 
            text-decoration: underline;
            color: #2e510e;
            }
        div#submit a:visited{ 
            text-decoration: none;
            color: black;
            }
        
div#container { 
    width: 750px;
    text-align: left;
    margin: 15px auto;
	}
	
	div.categories {
		float:left;
		width:240px;
		margin-left:5px;
		margin-top:5px;
		font-size: 12px;
		font-weight: bold;
		}

    div.categories a:link {
        text-decoration: none;
        color: #568130;
        }
        
    div.categories a:hover {
        text-decoration: underline;
        color: #2e510e;
        }

    div.categories a:visited {
        text-decoration: none;
        color: black;
        }
        		
	span.categories_parentesis {
		font-size:9px;
		font-weight: lighter;
        color: #a5c48b;
		}
		
    div.listado_sitios {
        clear:left;
        padding: 10px;
        }
        
    div.listado_sitios a:link {
        color: #758b63;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        }
        
    div.listado_sitios a:hover {
        color: #395d1b;
        font-size: 12px;
        text-decoration: underline;
        font-weight: bold; 
        }
        
    div.listado_sitios a:visited {
        color: blue;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold; 
        }
    
    p.description_indent {
        text-indent: 25px;
    }

    div#site_detail a:link {
        color: #758b63;
        text-decoration: none;
        font-weight: bold;
    }
    
    div#site_detail a:hover {
        color: #395d1b;
        text-decoration: underline;
        font-weight: bold;
    }
    
    div#site_detail a:visited {
        color: blue;
        text-decoration: underline;
        font-weight: bold;
    }

