a img {
    border: none;
}
.centrado, .centrado > * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url(../imagenes/Fondo.gif);
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    background-color: #3D3E40;
    font-family: sans-serif,Arial,Helvetica;
    font-size: 12px;
    
}

a:link {
	color: #B80717;
	text-decoration: none;
}
a:visited {
	color: #B80717;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
a:active {
	color: #B80717;
	text-decoration: none;
}

#divCentral{
    /*width: 824px;*/
    width: 980px;
    /*height: 583px;*/
   /* min-height: 640px;*/    
    border: solid 0px black;
    background-color: white;
    
}
#divMenu{
    background-image: url(../imagenes/FondoMenu.gif);
    background-repeat: repeat-x;
    width: 203px; /*197 */
    /*height: 581px;*/
    height: 530px;
    float: left;
    position: relative;
    z-index: 10;
   
}

#divBannerSup{
    background-image: url(../imagenes/BannerSup.jpg);
    background-repeat: no-repeat;
    /*width:619px ;*/
    width:775px ;
    height: 90px;
    float: right;
    padding-right: 2px;
}

#divBannerSup1{
    background-image: url(../imagenes/fondobannersup.gif);
    background-repeat: repeat-x;
    /*width:619px ;*/
    width:777px;
    height: 30px;
    float: right;
}
#divTituloCabecera{
    width: 777px;
    height: 94px;
    float: right;
    background-image: url(../imagenes/fondocabecera.png);
    background-repeat: repeat-x;
    position: relative;
}

#divTituloCabecera .imgSombraMenu{
    background-image: url(../imagenes/sombraMenu.gif);
    background-repeat:no-repeat;
    width: 532px;
    height: 11px;
}


#divGloboTitulo{
    position: absolute;
    top: 29px;
    left: 30px;
    background-image: url(../imagenes/globotitulo.gif);
    background-repeat: no-repeat;
    width: 163px;
    height: 65px;
    z-index: 2;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}



#divGloboTitulo p{
    padding: 0px;
    margin:0px;
}


#divInterior div{
    text-align: center;
    /*font-size: 12px;*/
}

#divInterior h1{
    margin: 7px 0px 5px 0px;
    text-align: center;
    font-size: 16px;
}
#divInterior h2{
    font-size: 13px;
    margin:0px;
    padding: 0px;
    margin-top: 5px;

}

#divInterior h3{
    font-size: 13px;
    margin:0px;
    padding: 0px;
    margin-top: 5px;
}

.divOrganigrama h3 b{
     text-decoration: underline;
}


#divInteriorQuienesSomos{
    /*width: 620px;*/
    width: 777px;
    /*height: 317px;*/
    margin-top: 2px;
    padding-bottom: 10px;
    float: left;
    /*min-height: 397px;*/
    color: gray;
    font-size: 14px;
    background-color: white;
    position: relative;
}

#divInterior{
    width: 777px;
    /*height: 317px;*/
    background-color: white;
    /*background-image: url(../imagenes/fondointerior.gif);*/
	background-image: url(../imagenes/ImagenInterior1.png); 
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 3px;
    float: left;
    min-height: 394px;
    color: gray;
    font-size: 14px;
}

#divLineasVerticales{
    width: 100%;
    background-color: transparent;
    /*background-image: url(../imagenes/fondointerior.gif);*/
	background-image: url(../imagenes/lineasverticales.png); 
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 5px;
    float: left;
    min-height: 221px;

}

#divMenuLogo{
    width: 194px;
    height: 190px;
    border: solid 0px black;
}

.MenuOp{
    width: 194px;
    height: 39px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 4px;
    background-image: url(../imagenes/globomenuvacio.png);
    background-repeat: no-repeat;
    background-position: center;
    color: gray;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

.MenuOp p{
    margin: 0px;
}

.globoSeleccionado {
    background-image: url(../imagenes/globomenuseleccionado.png);
    background-repeat: no-repeat;
    color: white !important;
}
a.globoSeleccionado:hover  {
    color: #FFCCCC !important;
}
.separador20 {
    margin-top: 20px;
}


#divMenu a:link {
    text-decoration: none;
    font-weight: bold;
    color: gray;
}
#divMenu a:visited {
    text-decoration: none;
    font-weight: bold;
    color: gray;
}
#divMenu a:hover  {
    text-decoration: none;
    font-weight: bold;
    color: #A80B17;
}
#divMenu a:active {
    text-decoration: none;
    font-weight: bold;          
    color: gray;
}

#divMenu a{
    display: block;
    height: 45px;
}

.textoDivInterior{
    float: left;
    font-size: 11px;
    text-align: left;
}

#divInteriorIzq{
    width: 50%;
    margin-left: 20px;
    
}
#divInteriorDer{
    width: 40%;
    margin-left: 20px;
    font-size: 13px;
    
}


#ImagenPortada1{
    float: right;
    width: 300px;
    top:0;
    height: 220px;
    position: relative;
    z-index: 55;
    background-color: white;
}

#ImagenPortada1 img{
    padding: 0px 3px 0px 3px;
}

.formularioBase td{
    text-align: left;
}

.obligatorio{
    color:red;
}

.formBoton {
        color: white;
        font-weight: bold;
        background-color: #BC0618;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
        border: #BC0618 1px solid;
        height: 20px;
        text-align: center;
        display: inline-table;
        width: 120px;
 }

#divMensaje{
	width: 400px;
	margin-top:10px;
	padding:10px;
	border: solid 1px red;
	background-color: #EEAAAA;	
	color:#333333;
	font-size: 16px;
}

#divNoticias {
    float: left;
    position: relative;
    z-index: 55;
	background-image: url(../imagenes/noticias.png); 
	background-repeat: no-repeat;
	width: 397px; 
	height: 252px; 
	margin-left: 10px; 
	margin-top: 10px;
}
#divGloboTituloNoticias{
    position: absolute;
    top: 9px;
    left: 45px;
    z-index: 2;
    color: white;
    font-size: 13px;
    font-weight: bold;
}
#divContenedorNoticias {
	margin: 50px 5px;
	text-align: left;
}
.noticiaPortada {
	margin-left: 10px;
}
.noticiaPortada .fecha {
	font-weight: bold;
}
.noticiaPortada .titular {
	padding: 0px 10px;
	margin: 5px 0px;
}
.noticiaPortada .titular a {
	display:block;
	padding: 0px;
	margin: 0px;
}
.separador {
	padding: 0px;
	margin: 8px 30px 8px 30px;
	height: 1px;
	background-image: url(../imagenes/LineaRoja.gif);
	background-repeat: repeat-x;
}
#divSocial {
	position:absolute; 
	right: 20px; 
	top: 98px;
	z-index:100; 
    border: none;
}
#divSocial a {
	margin-right: 10px;
}


#divImagenCierre{
    background-image: url(../imagenes/cierre.jpg);
    width: 980px;
    height: 164px;
    background-repeat: no-repeat;
}

.noticia{
    text-align: left !important; 
    padding-bottom: 20px;
}

.spanFechaNoticia{
    font-size: 12px;
    
}

.imgNoticia{
    text-align: left;
}

.noticia h2{
    color:#CC6600;
}

.noticia h3{
    font-size: 13px;
    margin-top: 15px;
    padding-top: 10px;
}

.logoPatrocinaIzq{
    float: left;
}

.logoPatrocina{
    float: left; margin-left: 10px;
}
#divOrganigrama span{
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

#divInteriorTextos h1{
    font-size: 16px;
}

#divOrganigrama .cargo{
    font-size: 12px;
}

#divOrganigrama .cargoChino{
    font-size: 12px;
}

#divOrganigrama .nombre{
    font-size: 9px;
}

#divOrganigrama .nombreChino{
    font-size: 11px;
    margin-left: 2px;
}

