* {
    margin: 0;
    padding: 0;
}

body {
    background: #333;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #222;
}

a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
    color: #1200ff;
}
a:active{
    color: #a80202;
    text-decoration: underline;
}

#todo {
    margin: 20px auto 10px auto;
    width: 900px;
    background: #fff;
    padding: 10px;
    border: 5px solid #000;
}

#header {
    height: 160px;
    background: #554d42 url(aleatorio/imagen.php) no-repeat;

}
#header h1 { 
    font-size: 50px;
    letter-spacing: -7px;
    padding: 17px 0 0 10px;
    color: #FF5500;
}
#header h1 a { 
    color: #D1DDEF;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -7px;
}
#header h1 a:hover {
    color: #fff;
}

#menu {
    height: 30px;
    line-height: 30px;
    background: #000;
}
#menu ul {
    list-style-type: none;
    padding-left: 30px;
}
#menu ul li {
    display: block;
    float: left;
}
#menu ul li a {
    padding: 0 20px 0 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
#menu ul li a:hover {
    color: #0816ee;
    text-decoration: none;
}

#content {
    padding: 0 20px 20px 0;
}

#intro2{

    margin:0;
    padding:0;

}

.right {
    float: right;
    width: 250px;
    padding-top: 10px;
    z-index: 1;
}
.right h2 {
    margin: 10px 0 0 0;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
    color: #7988AF;
    font-size: 15px;
}
.right ul {
    padding: 10px 0 15px 30px;
    list-style-type: square;
    color: #99AECD;
}
.right ul li a {
    text-decoration: none;
    font-weight: 600;
}
.right ul li a:hover {

}

.linea {
    height:1px;
    background-color:#000099;
    overflow: hidden;
}


.ffirma{
    font-style: italic;
    color: blue;
    font-weight: bold;
    margin-top: 5px;
}
.left {
    z-index: 1;
    float: left;
    width: 600px;
    text-align: justify;
    padding-top: 5px;
}
.left h2 {
    font-size: 18px;
    font-weight: 100;
    padding: 15px 0 7px 0;
}
.left h2 a {
    text-decoration: none;
}
.left h2 a:hover {

}

.left2 {
    position: relative;
    float: left;
    width: 300px;
    text-align: justify;
    z-index: 1;
    margin-top: 15px;
}

.left2 h2 {
    padding-bottom:8px;
    color:#FFFFFF;
    background-color:#131313;
    margin-bottom: 20px;
}
.left2 h2 a {
    text-decoration: none;
}
.left2 h2 a:hover {

}

.left3 {
    position: relative;
    z-index: 1;
    float: left;
    width: 275px;
    text-align: justify;
    margin-left: 10px;
    margin-top: 15px;
}

.left3 h2 {
    padding-bottom:8px;
    color:#FFFFFF;
    background-color:#131313;
}
.left3 h2 a {
    text-decoration: none;
}
.left3 h2 a:hover {

}

#footer {
    text-align: center;
    font-size: 11px;
    color: white;

}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

blockquote {
    margin : 10px;
    padding : 0 0 0 40px;
    border : 1px solid #D7C3C3;
    background : #f8f4f1 url(imagenes/quote.png) no-repeat 5px 5px;
}

#right h1 {
    margin-top : 0;
    padding : 5px 0 5px 5px;
    font : bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
    color : #ffffff;
    background : #494949;
}


#intro2 p.readmore{
    margin:0;
    margin-top: 10px;
}

#intro2 p.readmore a{
    padding:5px 15px;
    font-weight:bold;
    color:#ffffff;
    background-color:#1E1E1E;
}

#intro2 p.readmore a:hover{
    padding:5px 15px;
    font-weight:bold;
    color:#ffffff;
    background-color:#1611d2;
}

/*noticias */

#listing h1 {color:#120A8F;
             font-size:18px;
             margin:0px;
             padding:5px 0px 0px;
             text-align:justify;
}
/*#img_cont_1 {font-size:85%;
             line-height:150px;
             padding:5px 0px 0px;
}
#image_left {float:left;
             margin:5px 15px 0px 0px;
}
*/
#firma{
    font-style: italic;
    font-weight: bold;
}


