body{
    font-family: verdana,arial,sans-serif;
    font-size: 13px;
    text-align: center;
}

#content{
    width: 1010px;
    margin: 0 auto;
    height: 900px;
}

#title{
    height: 150px;
    background-image: url('images/titulo.jpg');
    border-radius: 10px 10px 0px 0px;
}

#titletext{
    color: white;
    text-align: center;
    position: relative;
    top: 60px;
}


#left{
    width: 200px;
    height: 500px;
    float: left;
    text-align: center;
}

#logo{
    padding-top: 15px;
    width: 200px;
    height: 120px;
}


#fechas{
   padding-top: 5px;
   padding-bottom: 5px;
   width: 200px;
}

#cartel{
   padding-top: 5px;
   padding-bottom: 5px;
   width: 200px;
   border-radius: 0px 0px 10px 10px;
}

#center{
    margin-top: 10px;
    height: 500px;
    width: 610px;
    float: left;
}

.scroll-pane {
    padding-left: 10px;
    margin-right: 20px;
    height: 700px;
    overflow: hidden;
    text-align: justify;
}

#right{
    width: 200px;
    height: 500px;
    float: left;
    text-align: center;
}

#idioma{
    padding-top: 5px;
    width: 200px;
    height: 45px;
}

#logo3_0{
    padding-top: 5px;
    width: 200px;
    height: 53px;
}

#facebook{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    height: 320px;
}

#enlaces{
   padding-top: 5px;
   padding-bottom: 5px;
   width: 200px;
}

#organizan{
   padding-top: 5px;
   padding-bottom: 5px;
   width: 200px;
   border-radius: 0px 0px 10px 10px;
}
.recuadro{
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
/*  background-color: #CCCCCC;
*/
}

.azul{
    color: #0000ff;
}

.negrita{
    font-weight: bold;
}

.rojoNegrita{
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}

#footer{
    height: 75px;
    width: 610px;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    color: #999999;
    padding-top: 15px;
}