@charset "utf-8";

body {
    color: #000;
    margin:0;
    padding:0;	
    font-size:12px;
    font-family: 'Maven Pro', sans-serif;
    background-color: #788185;
    background-image: url(../imagenes/fondoApc.jpg);
    background-position: top,center;
    background-repeat: no-repeat;
    margin-top:15px;
}
a img { border:none;}

button { border:none;}
.limpiar {
    clear:both;
}
/************************** CONTENEDOR DE LA PAGINA **************************/
.contenedor {
    margin:auto;
    width:940px;
    background-color:#FFFFFF;
    overflow:hidden;
}
/************************** CABECERA DE LA P�GINA **************************/
.cabecera {
    margin-top:10px;
    background-color:#FFFFFF;
    overflow:hidden;
    height: 164px;
    padding: 0px 15px;
}
.cabecera .logo{
    float:left;
    margin: auto;
    width:450px;
    clear:none;
    padding-bottom: 9px;
}

.cabecera .idioma{
	color:#333;
	clear:both;
	display:block;
	float:right;
	margin-bottom:70px;
	}
.cabecera .redes_sociales table{
	display:block;
	clear:both;
}
.cabecera .redes_sociales{
    padding: 10px 0px 0px 0px;
    width: 150px;
    margin: auto;
    float: right;
    text-align: right;
}

.cabecera .texto{
    width:250px;
    float: right;
    margin: auto;
    text-align: right;
    font-size: 17px;
    font-weight: bold;
}

.cabecera .texto a{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

/************************** MENÚ **************************/
.menu{
    height: 30px;
    width:100%;
    background-color: black;
}

.menu td {
    letter-spacing:-0.3px;
    text-transform:uppercase;
    text-decoration:none;
    text-align: center;
	vertical-align: top;
    padding-bottom: 4px;
    font-size: 15px;
}

.menu a{
    text-decoration: none;
    color:#fff;
    display:block;
    border-right: white solid 1px;
}

.menu td a:hover{
    color:#faba01;
}

.menu td.active{
    font-weight: bold;
    background: url(../imagenes/triangulo_menu.png) no-repeat bottom center;
    padding-bottom: 4px;
}

.menu td.active a{
    color: #faba01;
}

/************************** DIV CENTRALES DE LA P�GINA **************************/
.ventana {
    background-color:#FFF;
    overflow:hidden;
    clear:both;
    font-size: 13px;
}

/************************** CUERPO DE LA PAGINA **************************/
.cuerpo{
    padding: 10px 15px 35px 15px;
    font-size: 12px;
    color: #666666;
}

.cuerpo p{
    font-family: 'Arial', sans-serif;
}

.cuerpo iframe{
    padding: 0;
    font-size: 12px;
}

.cuerpo ul{

    font-family: 'Arial', sans-serif;
    margin-left: 30px;
}
.cuerpo li{
    padding-top: 5px;
}

.cuerpo ul li a{
    text-decoration: none;
    color: #666;
    font-weight: normal;
}

div.cuerpo a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.cuerpo #enlaces{
    padding-top: 12px;
    text-align: left; 
}

.cuerpo #enlaces a{
    text-decoration: none;   
    color: #b5b5b5;
    border-right: #b5b5b5 solid 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.cuerpo #enlaces a#no_border{
    border-right: none;
}

/*************************PIE**************************/

.pie{
    color:#666666;
    clear:both;
    overflow:hidden;
    height:109px;
    text-align:left;
    width:940px;
    margin:auto;
    margin-bottom:20px;
}

.pie a{
    color:#000;
    text-decoration:none;
    font-size:12px;
    font-weight: bold;
}
.pie a:hover{
    text-decoration:underline;
}
.pie IMG{
    float:left; clear:none;
}

.pie table{
    margin-top:10px;
}

.datospie{
    float: right;
}

.datospie span{
    color:#005071;
    font-size:14px;
    font-weight:100;
    clear:both;
}



/*************************VARIOS**************************/

.Estilo1 {color: #0000A0}                

.Estilo2 {color: #faba01}

.Estilo3 {color: #900108}

                          