@charset "utf-8";

/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-image:url(header-videla-rivero.jpg);*/
    background-repeat: repeat;
    background-position: top;
    background-color: #EFEFEF;
}

.caja-main {
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 2px #CCCCCC;
    display: table;
    margin-top: 10px;
    padding: 10px 0;
    width: 970px;
}

#cabecera {
    height: 130px;
}

#header {
    background-image: url(header-videla-rivero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 165px;
}

#main {
    /*background-color:#DCE0E3;*/
    margin-top: 0px;
}

#main p {
    margin: 5px 20px;
}

#main h2 {
    margin: 10px 20px;
    color: #990000;
}

#nav-content {
    background-color: #e3ebf2;
    color: #000;
}

#nav-content a {
    color: #99CCFF;
}

#nav-content1 {
    font-size: 10px;
    color: #336699;
}

#nav-content p {
    color: #000;
    line-height: 18px;
    margin: 10px 20px;
    padding: 10px 0;
}

.app-main-title {
    /*-moz-border-radius:5px;
	border:1px solid #CCC;
	background-color:#DBE8EA;
	background-image: url(/img/app-main-fondo.jpg);
	background-repeat:  repeat-x;
	background-position: center;*/
    margin-top: 10px;
}

.app-main-title h1 {
    color: #003366;
    margin: 10px 20px;
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.app-main-title h1 a {
    color: #036;
}

.app-main-title h3 {
    color: #369;
    margin: 0px 20px;
    font-size: 14px;
}

.app-main-logo {
    -moz-border-radius: 5px;
    border: 1px solid #CCC;
    background-color: #F2E8D0;
    background-image: url(/img/app-logo-fondo.jpg);
    background-repeat: repeat-x;
    background-position: center;
    width: 296px!important;
    height: 130px;
}

.app-main-logo img {
    vertical-align: middle;
}

.nav-content {
    margin-top: 20px!important;
}

.barra-micro {
    color: #0CC;
    padding: 10px;
}


/* RESULTADOS */

.result-ficha {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
    margin: 10px;
    padding: 10px 0px
}

.result-ficha h1 {
    margin: 5px 10px;
    font-size: 18px;
}

.result-ficha h1 a {
    color: #000033;
    text-decoration: none;
}

.result-ficha h3 {
    font-size: 11px;
    font-weight: normal;
    margin: 0px 10px 5px 10px;
    color: #555;
}

.result-ficha h3 a {}

.result-autor {
    margin: 0px 10px;
}

.result-enlace {
    margin: 5px 10px;
    float: right;
}

#cabecera p {
    color: #11467A;
    font-family: georgia;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    text-align: justify;
}

.buscador-micro {
    background-color: #999999;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 0 3px #666666 inset;
    color: #EFEFEF;
    margin: 5px;
    padding: 5px;
}

.buscador-micro h2 {
    color: #FFF !important;
}