body {
    background-color: #dfdfdf;
    color:white;
    font-family:'Arial';
    font-size:14px;
}

a         { color: #ffd800; text-decoration: none; }
a:hover   { color: #ffd800; text-decoration: none; }
a:visited { color: #ffd800; text-decoration: none; }

label {
    color: #ffd800;
}

form {
    /*border:1px solid blue;*/
    width:660px;
    color:black;
    margin:auto;
}

#sombra {
    position: relative;
    background-image: url('/images/noticia_shadow.png');
    background-repeat: repeat-y;
    margin-top: 30px;
    margin-bottom: 0px;
    bottom:0px;
    margin-left: auto;
    margin-right: auto;
    width:800px;
    padding:20px;
}


#noticia_cuerpo {
    background-image: url('/images/fondo_noticia.png');
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width:760px;
    padding:20px;
    min-height:462px;
}

#noticia_cabecero {
    margin-bottom : 40px;
}

#noticia_cabecero_titulo {
    font-size: 25px;
    margin-left : 20px;
    margin-top : 20px;
    width:660px;
    line-height: 28px;
    text-align:center;
}

#noticia_cabecero_fecha {
    color : #ffd800;
    font-size : 25px;
    width:660px;
    margin-left:20px;
}

#noticia_cabecero_fuente {
    position:relative;
    font-size : 13px;
    text-align:right;
    width:100%;
}

.listaNoticias {
    width:90%;
    margin-left:30px;
    border: 1px solid #ffd800;
    text-align: center;
}

.listaNoticias td {
    border: 0.5px solid #ffd800;
}


.galeria {
    float:left;
    clear:both;
    /*border:1px solid blue;*/
    width:500px;
    margin-left:100px;
    margin-top:20px;
    margin-bottom:20px;
}

#pie {
    /*border:1px solid blue;*/
    width:660px;
    margin:auto;
}


.cartel {
    position:relative;
    margin:auto;
    width:600px;
    color: #ffd900;
    font-weight: bold;
    text-align: center;
    padding:20px;
    border: 1px solid #ffd900;
}


.cartel p {
    color: white;
    font-size: 14px;
}

.cartel li {
    text-align:left;
    font-size: 16px;
    color: #ffd900;
}

