* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #FFF;
}
.wrapper{
    width: 940px;
    margin: 0 auto;
}
.col_lateral{
    width: 20%;
    float: left;
}
.col_lateral{
    width: 20%;
    padding: 15px 10px;
    background: #efefef;
    min-height: 1130px;
}
.col_central{
    width: 60%;
    padding: 15px 15px;
    float: left;
}
.col_central_col3{
    width: 33.33%;
    float: left;
    padding: 0 7px;
}
.col_central_col1{
    padding: 0 7px;
}
.row {
    margin-left: -7px;
    margin-right: -7px;
}
.row:before{
    display: table;
content: " ";
}
.row:after{
    clear: both;
}
/*+++++++++++++++++++++++++++++++++++*/
#mainHeader{
    width: 100%;
    background: url(../img/cabecera.png) no-repeat top left;
    height: 121px;
    float: left;
}
a#mainHeader_logo{
    display: block;
    float: left;
    height: 80px;
    width: 290px;
    overflow: hidden;
    text-indent: -9999px;
}
#mainHeader ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
    width: 100%;
    margin-left: 2px;
}
#mainHeader ul li{
    display: inline-block;
    width: 158px;
    float: left;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 2;
    padding-top: 11px;
    background: url(../img/mainheader_li_sep.png) bottom right no-repeat;
    color: #32509f;
    margin-left: -2px;
    border-bottom: 2px solid #227ea7;
}
#mainHeader ul li.last{
    background: none;
    width: 160px;
}
#mainHeader ul li a{
    text-decoration: none;
    display: block;
    color: #32509f;
    padding-left: 2px;
    transition: border 300ms ease-in-out;
    border-bottom: 2px solid transparent;
}
#mainHeader ul li a:hover{
    border-bottom: 2px solid #227ea7;
}
/*++++++++++++++++++++++++++++++++*/
#mainContent{
     width: 100%;
    float: left;
    margin-top: 2px;
    font-size: 12px;
    text-align: left;
}
/*-----------------------------*/
.panel{
    width: 100%;
    border: 1px solid #E4E4E4;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px #E5E5E5;
    box-shadow: 0px 0px 12px 0px #E5E5E5;
}
.panel_header{
    text-align: center;
    width: 100%;
    height: 26px;
    background: url(../img/bloque_cabecera.png) repeat-x top left;
}
.panel_header_alt{
    height: auto;
    background: none;
}
.panel_body{
    padding: 10px;
}
.panel .frmAccesoTrf{
    font-size: 12px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
}
.panel .frmAccesoTrf.button,
.panel .button{
    background: #B3C0CB;
    width: auto;
    padding: 7px 12px 5px;
    border: 1px solid #8EA4B6;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    color: #334554;
    cursor: pointer;
}
.panel .frmAccesoTrf.button:hover,
.panel .button:hover{
    background: #c8d5de;
    color:#2b3c4a;
}
.panel a{
  color: #077ADA;
    text-decoration: none;
}
.panel a:hover{
     color:#3378B2;
    text-decoration: underline;
}
.panel p:last-child{
    margin-bottom: 0;
}
.panel p:first-child{
    margin-top: 0;
}
/*+++++++++++++++++++++++++++++*/
.paquete{
     width: 100%;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px #E5E5E5;
    box-shadow: 0px 0px 12px 0px #E5E5E5;
    float: left;
    min-height: 320px;
    position: relative;
}
.paquete_header{
    background: #4d9ac4 url(../img/titulo_paq_ctrl.jpg) left top no-repeat;
    height: 26px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 6px 9px;
}
.paquete_body{
    float: left;
    
}
.paquete_body p{
    padding: 0 9px;
}
.paquete_body a.paquete_imagen{
    display: block;
}
.paquete_body .paquete_imagen img{
    width: 100%;
}
.paquete_body a.masinfo{
    position: absolute;
    bottom: 8px;
    right: 8px;
}
.paquete_horizontal{
    min-height: 30px;
}
.paquete_horizontal .paquete_body a.paquete_imagen{
    display: inline-block;
    width: 33.33%;
    float: left;
    margin-right: 10px;
}
.paquete_horizontal .paquete_body .paquete_imagen img{
 
}