body
{
    /*
    background: url(../img/civico.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    */
}

/*
.blog
{
    background: #fff;
}
*/

div.logo
{
    width:520px;
    height:93px;
}

.tramites
{
    margin-top: 10px;
}
.tramites .bor
{
    margin: 5px 0 5px;
}
.tramites .item
{
    border-bottom: 1px dotted #E24E35;
    margin-bottom: 20px;
    padding-bottom: 5px;	
}
.tramites .item h2
{
    font-size: 25px;
    /*line-height: 30px;*/
}
.tramites .item h2 a, .tramites .item h2 a:visited, .tramites .item h2 a:hover 
{
    color: #777777;
    text-decoration: none;	
}
.tramites .meta {
    background: url("../img/header-back.png") repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    color: #555555;
    font-size: 12px;
    margin: 8px 0;
    padding: 5px 8px;
    text-transform: uppercase;
}
.tramites .meta i {
    color: #E24E35;
}
.tramites .meta i {
    margin-left: 3px;
}
.tramites ul.unstyled li {
    background: none !important;
}
.detalles_tramite
{
    background: url("../img/header-back.png") repeat scroll 0 0 #EEEEEE;
}
.content .widget ul.tramitesvisitados li
{
    background-image: none;
}
.caja-principal {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #EEEEEE;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    margin-top:10px;
    margin-bottom: 10px;
    border-width: 1px 1px 3px;
    padding: 8px 10px;
    border-style: solid;
}
.content .widget ul.ministerios li
{
    background-image: none;
}
.content .tagcloud
{
    background-color:#FFD9C7;
}
.popin {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 20px #999999;
    padding: 15px;
}

.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 0px 0 30px;
    padding-bottom: 9px;
}

label.valid 
{
    display: inline-block;
    text-indent: -9999px;
}
label.error 
{
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.content ul.arbolito
{
    margin:0px 0px 0px 8px;
}
.content ul.arbolito > li 
{
}
.content ul.arbolito li.root
{
}
.content ul.arbolito li.root a:link, .content ul.arbolito li.root a:visited 
{
    color: #EA7F6C;
    font-style: italic;
    text-transform: uppercase;
    border-bottom: 1px dotted #E4583F;
    font-weight: bold;
    font-size: 12px;
}
.content ul.arbolito li.root a:hover
{
    text-decoration: none;
    color:#E4583F;
}

.thumbnail {
    border:none;
    padding:0px;
}

footer h5
{
    color:white;
}