body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}

body, table, form, a , h1, h2, h3, ul, li, ol, p, img, input {
    margin:0px;
    padding:0px;
    border:none;
}

input{
    border:#7f9db9;
    border-width:1px;
    border-style:solid;
}


.bgcelesteArchivo {
    background-color: #CFF1FD;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bgblancoArchivo {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footerLink a {
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 10px;
}
#footerInterlineado {
    padding-top: 4px;
}

.footerLink a:link {
    color: #236fb9;
    text-decoration: none;
}
.footerLink a:visited {
    text-decoration: none;
    color: #236fb9;
}
.footerLink a:hover {
    text-decoration: none;
    color: #8D9091;
}
.footerLink a:active {
    text-decoration: #236fb9;
}

.menuLeftPanel {
    color: #1666b5;
    list-style-type: disc;
    background-image: url(images/leftPanelBackground.jpg);
    background-repeat: no-repeat;
}


/*body, table, td, th, h1, h2, h3, h4, h5, h6, form, p, li, input{
    margin:0px;
    padding:0px;
}*/

.h1 {


}


#page{
    width: 950px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    position: relative;
}

#header{
    /*height: 214px;
    z-index: 100;
    position: relative;
    background-color: #EAEAEA;*/
    width: 950px;
    height: 208px;
    position: relative;
    z-index: 100;
}


#leftPanel {
    float: left;
    width: 162px;
}

#headerContent{
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    height: 214px;
    width: 950px;
    position: relative;
    z-index: 5;
}

#header h1{
margin: 0;
padding-top: 15px;
}

#mainContent{
    float: left;
    width: auto;
    position: relative;
    z-index: 1;
}

#content{
    background-image: url(images/resplandor.gif);
    background-repeat: repeat-x;
    float: left;
    z-index: 1;
    position: relative;

}

#footer{
    clear: both;
    width: 950px;
    height: 51px;
    background:  url(images/footer.jpg) no-repeat;
    color: #FFF;
    text-align: center;

}

/*#footer a{
color: #FFFF80;
}*/

.textoFooter {color: #000000}


.pedazoIzq {/* stand by */
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    height: 34px;
    width: 239px;
    /*top: 0px;*/
    float:left

}


.pedazoDer{
    background-image: url(images/bgButtons.jpg);
    height: 34px;
    width: 785px;
    float:left;
    text-align: center;
}
.pedazoDerEspacio {
    width: 100px;
    float: left;
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    height: 35px;
}

ul {
    padding-left: 20px;
}

a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: #000000;
    text-decoration: none;
}
.button1{
    color: #192b85;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    border-right: 1px solid #82b0da;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
}

.button1:hover{
    color: #8D9091;
}

.button2{
    color: #192b85;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    padding: 8px 16px 6px 16px;
    border-right-color: #82B0DA;
    border-right-width: 1px;
    border-right-style: solid;
    /*width: 90px;*/
}

.button2:hover{
    color: #8D9091;
}

.btnInicio{
    color: #192b85;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #82b0da;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #82B0DA;

}

.btnInicio:link{
    color: #192b85;
    text-decoration: none;
}

.btnInicio:hover{
    color: #8D9091;
}
.menuInput {
    float: right;
    margin-left: 5px;
    height: 30px;
    margin-top: 2px;
}
.lupa {
    position: absolute;
    left: 159px;
    top: 5px;
    /*float:right;*/
}

.leftPanelLinks{
    color: #1666b5;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;

}

.leftPanelLinks li{
    padding-bottom: 18px;
    list-style-type: disc;
}

.leftPanelLinks a:link {
    color: #1666b5;
    text-decoration: none;
    font-weight: bold;
}
.leftPanelLinks a:visited {
    text-decoration: none;
    color: #1666b5;
}
.leftPanelLinks a:hover {
    color: #8D9091;
}
.leftPanelLinks a:active {
    text-decoration: none;
    color: #1666b5;
}

.direccionText {
    left: 1px;
    top: 440px;
    text-align: left;
}

#logo1 {
    position: relative;
    left: 0px;
    top: -20px;
}
#logo2 {
    position: relative;
    left: 0px;
    top: -20px;
}
.leftPanelText {
    color: #959494;
    font-size: 11px;
    font-weight: normal;
}

h1{
    color: #5c85c5;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    margin: 2px;
}

h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #dd590e;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
}

h3{
    color: #256ab7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}
h4 {
    font-size: 10px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}
h6 {
    font-size: 12px;
    color: #000066;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}
.textoCuerpo {
    font-size: 9px;
    text-align: left;
}

.textoGris a:link{
    color: #919191;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.textoGris a:visited{

}

.textoGris a:hover{

}

.textoGris a:active{

}
.inauguracionDeRepresa {
    height: auto;
    width: 490px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #d8d8d8;
    border-right-color: #d8d8d8;
    border-left-color: #d8d8d8;
    background-image: url(url(images/salaDePrensaBU.jpg));
}
.salaDePrensaFoto {
}
.inauguracionDeRepresaFoto {
    float: left;
    height: auto;
    width: 176px;
    padding-top: 4px;
}
.inauguracionDeRepresaTexto {
    height: auto;
    width: 290px;
    float: left;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
.linkAzul a:link {
    color: #1a5ab1;
    text-decoration: none;
}
.linkAzul a:visited {
    color: #1a5ab1;
    text-decoration: none;
}
.linkAzul a:hover {
    color: #1a5ab1;
    text-decoration: underline;
}
.linkAzul a:active {
    color: #1a5ab1;
    text-decoration: none;
}

.audioVideo {
color: #7c7c7c
}

.audioVideo a:link {
color: #7c7c7c
text-decoration: none;

}

.audioVideo a:visited {
color: #7c7c7c
text-decoration: none;
}

.audioVideo a:hover {
color: #7c7c7c
text-decoration: underline;
}

.audioVideo a:active {
color: #7c7c7c
text-decoration: none;
}

#blanco   a:link {
    color: #FFFFFF;
}
#blanco  a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#blanco  a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#blanco  a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.centrarTitulo {
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.myheader{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
/*font: bold 14px Verdana;*/
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
/*color: green;*/
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
/*color: red;*/
}
.horblue {

}
#contentLowerHeader {
    height: 34px;
    position: absolute;
    left: 0px;
    top: 180px;
    width: 950px;
    z-index: 60;
}
.pedazoDerGrow {
    height: 26px;
    padding-top: 8px;
    text-align: left;
}

.buscador {
    width: 465px;
    left: 486px;
    top: 216px;
    z-index: 1;
    position: absolute;
    height: 30px;
}
.buscadorEspacio {
    height: 30px;
}

.suckerdiv ul{
    margin: 0;
    padding:0;
    list-style-type: none;
    width: 160px; /* Width of Menu Items */
    text-align:left;
    background-image: url(images/bgVerButton.jpg);
    background-repeat: repeat-x;
}

.suckerdiv ul li{
    list-style-type: none;
    position: relative;
    background-image: url(images/bgVerButton.jpg);
    background-repeat: repeat-x;
}

.suckertreemenu ul li a:hover{
    background-image: url(images/bgButtons3.jpg);
    background-repeat: repeat-x;
}

/*Sub level menu items */
.suckerdiv ul li ul{
    list-style-type: none;
    position: absolute;
    width: 160px; /*sub menu width*/
    top: 0;
    visibility: hidden;
    background-image: url(images/bgVerButton.jpg);
    background-repeat: repeat-x;
}

/* Sub level menu links style */
.suckerdiv ul li a{
    list-style-type: none;
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #1666b5;
    text-decoration: none;
    background: #fff;
    border-bottom: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    background-image: url(images/bgButtons2.jpg);
    background-repeat: repeat-x;
}

.suckerdiv ul li a:visited{
    list-style-type: none;
    color: #1666b5;
    background-image: url(images/bgButtons2.jpg);
    background-repeat: repeat-x;
    background-repeat: repeat-x;
}

.suckerdiv .subfolderstyle{
list-style-type: none;
    background: url(media/arrow-list.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.verticalMenuSpacer {
    height: 40px;
}
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.footertopleft {
    float: left;
    text-align: center;
    padding-left: 350px;
}

.darklink a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration:none;
}

.darklink a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: underline;
}
.footertopright {
    float: right;
    padding-right: 75px;
}
.horspacer {
    width: 10px;
    height: 10px;
    float: left;
}
.navigationPath {
    color: #1E50D2;
    padding-top: 12px;
    padding-left: 17px;
    text-align: left;
    height: 25px;
    float: left;
}
.iconoHome {
    list-style-image: url(images/inicioIcon.jpg);
}
.iconoHome {
    list-style-image: url(images/inicioIcon.jpg);
}


a {
    text-decoration: none;
}

#flashHeader {
    height: 180px;
    width: 950px;
}
#navegacion {
    height: 28px;
    width: 712px;
    background-image: url(images/bgButtons.jpg);
    background-repeat: repeat-x;
    padding-left: 238px;
    z-index: 200;
    position: relative;
}
.inicio, .elMeer, .ley, .mapa, .contacto{
    display: block;
    height: 20px;
    width: 55px;
    padding-left: 30px;
    padding-top: 8px;
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #6FA5D1;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
    display: block; /*width of sub menu levels*/
    /*width of sub menu levels*/
    height:22px;
    width:280px;
    text-decoration: none;
    background-image:url(images/bgButtons2.jpg);
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    padding-left:1px;
    padding-right:1px;
    padding-top:10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
    text-align:left;
}

.suckerdiv ul li a:hover{
    list-style-type: none;
    text-decoration: none;
    color:#8d9091;
    background-image: url(images/bgButtons3.jpg);
    background-repeat: repeat-x;
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
    left: 0;
    width:100%;
    position: absolute;
    top: 1em; /* no need to change, as true value set by script */
    display: block;
    visibility: hidden;
}

/*
.subiteminicio {
    height: 23px;
    background-color:#FFFFFF;
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    width:56px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
}

.subiteminicio:hover {
    text-decoration:underline;
    background-image:url(images/bgButtons3.jpg);
    color: #192B85;
}

.subitemmeer {
    height: 23px;
    background-color:#FFFFFF;
    background-image:url(images/bgButtons2.jpg);
    background-repeat:repeat-x;
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    padding-left:16px;
    width:170px;
    padding-right:16px;
    padding-top:10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
}

.subitemmeer:hover {
    text-decoration:underline;
    background-image:url(images/bgButtons3.jpg);
    color: #192B85;
}

.subitemley {
    height: 23px;
    background-color:#FFFFFF;
    background-image:url(images/bgButtons2.jpg);
    background-repeat:repeat-x;
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    width:150px;
    padding-left:16px;
    padding-top:10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
}

.subitemley:hover {
    text-decoration:underline;
    background-image:url(images/bgButtons3.jpg);
    color: #192B85;
}

.subitemmapa {
    height: 23px;
    background-color:#FFFFFF;
    background-image:url(images/bgButtons2.jpg);
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
}

.subitemapa:hover {
    text-decoration:underline;
    background-image:url(images/bgButtons3.jpg);
    color: #192B85;

}

.subitemcontact {
    height: 23px;
    background-color:#FFFFFF;
    color: #192B85;
    font-weight: bold;
    font-size: 10px;
    float: none;
    width:180px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d0dbe2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #d0dbe2;
    border-left-color: #d0dbe2;
}

.subitemcontact:hover {
    text-decoration:underline;
    background-image:url(images/bgButtons3.jpg);
    color: #192B85;
}*/

.elMeer {

    width: 50px;
    background-image: url(images/menuBgs/elMeer.gif);
    white-space:nowrap;
}
.ley {
    width: 151px;
    background-image: url(images/menuBgs/leyDeTransparencia.gif);
    white-space:nowrap;
    color:#192B85;
}
.mapa {
    width: 106px;
    background-image: url(images/menuBgs/mapaDelSitio.gif);
    white-space:nowrap;
}
.contacto {
    width: 90px;
    background-image: url(images/menuBgs/contactenos.gif);
    white-space:nowrap;
}

.inicio{
    width: 55px;
    background-image: url(images/menuBgs/inicio.gif);
    white-space:nowrap;
}

.inicio:hover{
    background-image: url(images/menuBgs/inicio2.gif);
    text-decoration:none;
}
.elMeer:hover {
    background-image: url(images/menuBgs/elMeer2.gif);
    text-decoration:none;
}
.ley:hover {
    background-image: url(images/menuBgs/leyDeTransparencia2.gif);
    text-decoration:none;
}
.mapa:hover {
    background-image: url(images/menuBgs/mapaDelSitio2.gif);
    text-decoration:none;
}
.contacto:hover {
    background-image: url(images/menuBgs/contactenos2.gif);
    text-decoration:none;
}
.search {
     float: right;
     padding-top:8px;
}

#resplandor {
    background-image: url(images/resplandor.gif);
    background-repeat: repeat-x;
    width: 950px;
    height:7px;
    z-index: 40;
}
#blockOne {
    float: left;
    width: 162px;
}

.clearAll {
    line-height: 0px;
    clear: both;
    height: 0px;
}

.suckertreemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
    position: relative;
    display: inline;
    float: left;
    cursor:pointer;cursor:hand;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
    padding-top: 8px;
    text-decoration: none;
    background-repeat:repeat-x;
    color:#192B85;
}


|
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
    display: list-item;
    text-align:left;
    background-image:url(images/bgButtons3.jpg);
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
    left: 159px; /* no need to change, as true value set by script */
    top: 0;
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
    float: left;
    height: 1%;
    }
* html .suckertreemenu ul li a {
    height: 1%;
    }
/* End */
.printText {
    float: left;
    padding-top: 4px;
    width: auto;
    height: 22px;
}

#encuesta {
    height: auto;
    width: 260px;
    margin-left:10px;
    float: left;
    background-color: #3a77b6;
    background-image:url(images/fondo.jpg);
    background-repeat:repeat-x;
    background-position: 50% 27px;
    font-size: 10px;
}
#encuesta h1 {
    font-size: 12px;
    color: #000000;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 12px;
    text-align: center;
    width: 240px;
}
.cerrar {
    clear: both;
    padding-top: 10px;
}


.encuestaBlockLeftPart {
    /*background-color: #f2f2f2;
    padding-top: 8px;
    padding-left: 5px;
    width: 220px;*/
    color: white;
    text-align: left;
}

.encuestaBlockRightPartCheckBoxes {
    /*width: 220px;
    padding-left: 5px;
    padding-top: 5px;
    height: auto;*/
}

.encuestaBlockRightPart {
    /*width: 220px;
    padding-left: 5px;
    padding-top: 8px;*/
    clear: both;
}
#encuesta2 {
    height: 80px;
    width: 257px;
    /*background-image: url(images/encustaBG2.gif);*/
    background-repeat: no-repeat;
    margin-top: 10px;
}
#encuesta2 h1 {
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
}
.graciasPorParticiparTxt {
    float: left;
    padding-right: 2px;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
}
.cerrarVolver {
    padding-top: 5px;
    float: left;
}
.cerrarFloatLeft {
    float: right;
    padding-top: 6px;
}
.encuestaBlock {
    height: auto;
    width: 240px;
}
.bloque {
    height: auto;
    width: 240px;
    /*background-color: #f2f2f2;*/
    padding: 10px;
}
.encuestaBlockForo {
    height: 151px;
    width: 260px;
}
.bloqueForo {
    height: auto;
    width: 260px;
    /*background-color: #f2f2f2;*/
    padding: 0px;
}
.bloque a {
    color: white;
}
.blueText {
    color: #065c92;
    font-weight: bold;
}
#si {
    color: #000000;
}
.checkboxCheckBlack {
    /*background-color: #f2f2f2;
    color: #000000;*/
    color: white;
}
.hasparticipado {
    float: left;
    padding-left: 21px;
    padding-top: 10px;
}
.signoDeInterrogacion {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}
.siBottomPadding {
    padding-bottom: 5px;
    /*color: #000000;*/
    color: white;
}
.ingredarFloatLeft {
    float: right;
}
.ingresarFloatRight {
    width: 257px;
    clear: both;
}
.boldtext {
    font-weight: bold;
}

.whiteHorSpaces{
    height: 2px;
    clear: all;
}

#contenedor{
    width:260px;
    float:left;
    padding-left:10px;
}

#top{
    background-image:url(images/borde_top.jpg);
    background-repeat:repeat-x;
    background-position: center bottom;
    float: left;
    height:22px;
    width: 100%;
    color: #1B2E7B;
    font-weight: bolder;
    font-size: 10px;
    padding-top: 5px;
    text-transform: uppercase;
}

#info{
    background-color:#CCEEFA;
    width: 260px;
    /*height: 137px;*/
    text-align: left;
    vertical-align: bottom;
}
#infoLeft {
    background-image: url(images/borde_iz1.jpg);
    background-repeat: repeat-y;
    height: 120px;
    width: 12px;
    float: left;
}
#infoRight {
    background-image: url(images/borde_der1.jpg);
    background-repeat: repeat-y;
    height: 120px;
    width: 12px;
    float: left;
}
#texto{
    font-size:14px;
    color:#000000;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
}
#imagen {
    float: left;
}

#top2{
    background-image:url(images/borde_top2.jpg);
    background-repeat:repeat-x;
    background-position: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FFFFFF;
    height:21px;
    width: 218px;
    float: left;
    text-align: center;
    font-weight: bold;
}
#borde{
    float:left;
    background-image:url(images/borde_iz.jpg);
    background-repeat:no-repeat;
    background-position: center bottom;
    height:21px;
    width:21px;
}
#borde2{
    float:left;
    background-image:url(images/borde_iz2.jpg);
    background-repeat:no-repeat;
    height:24px;
    width:7px;
}
#borde3{
    float:left;
    background-image:url(images/borde_der.jpg);
    background-repeat:no-repeat;
    height:21px;
    width:21px;
}
#baseLeft {
    background-image: url(images/borde_iz2.jpg);
    height: 21px;
    width: 21px;
    float: left;
}
#baseBottom {
    background-image: url(images/borde_bottom.jpg);
    height: 21px;
    width: 218px;
    float: left;
}
#baseRight {
    background-image: url(images/borde_der2.jpg);
    height: 21px;
    width: 21px;
    float: right;
}
#bottomLeft {
    background-image: url(images/borde_iz3.gif);
    height: 10px;
    width: 10px;
    left: 0px;
    bottom: 0px;
    float: left;
}
#bottomRight {
    background-image: url(images/borde_der3.gif);
    height: 10px;
    width: 10px;
    right: 0px;
    bottom: 0px;
    float: right;
}
.espacio{
    clear:both;
}
/*
.encuesta{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#666666;
}
*/
.mas{
    font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1e2e9d;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-image: url(images/boton.jpg);
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    min-width: 50px;
    float: left;
    white-space: nowrap;
}
a.mas {
    color: #1e2e9d;
}
.button {
    background-image:url(../images/button.jpg);
    background-repeat:repeat-x;
    color:#1B2E7B;
    float:right;
    font-weight:bolder;
    height:18px;
    padding-top:2px;
    text-align:center;
    text-transform:uppercase;
    vertical-align:middle;
    width:70px;
}
@media print {
    body{
        background-color:#FFFFFF;
    }
    #page {
        /*height: 26.7cm;*/
        margin: 0px;
        width: 100%
    }
    #header {
        display:none;
    }
    #leftPanel {
        display:none;
    }
    .printText {
        display:none;
    }
    .printIcon {
        display:none;
    }
    #footer {
        display:none;
    }
}
