@charset "utf-8";
/* CSS Document */

body {
	background:#fff;
        width: 100%;
        margin: 0 auto;
}
 
header {
	width:100%;
	max-width:100%;
        margin: 0 auto;
}
section{
    width:100%;
    max-width:100%;
    margin: 0 auto;
    /*border: 1px solid #000;*/
}

div{
    display: block;
    margin: 0 auto;
}

#principal{
    width: 98%;
    margin: 0 auto;
}
#contenido{
    width: 98%;
    height: 1187px;
    margin: 0 auto;
    margin-top: 50px;
    /*border: 1px solid #000;*/
    padding-top: 20px;
    background-image: url("../img/fondo.jpeg");
    
}
#cont_centro{
    /*width: 32.5%;*/
	width:50%;
    /*border: 1px solid #000;*/
    height: 105px;
}
#cont_principal{
    /*width: 32.5%;*/
	width:100%;
    background-color: #fff;
}
#cont_centro1{
    width: 25%;
    /*border: 1px solid #000;*/
    float: left;
    height: 100px;
}
#cont_centro2{
    width: 75%;
    height: 100px;
    /*border: 1px solid #000;*/
    float: right;
    background-color: #000;
}

#seccion1{
    width: 98%;
    margin: 0 auto;
    margin-bottom: 1%;
}

#contenido_seccion{
    width: 98%;
    height: 600px;
    margin: 0 auto;
    margin-bottom: 1%;
    
    -moz-border: 1px solid #000;
    -moz-box-shadow: inset 0 0 2px 2px #999;
    -moz-border-radius: 10px;
    
    -webkit-border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 2px 2px #999;
    -webkit-border-radius: 10px;
    
    
}

header{
        margin-top:20px;
        position: relative;
        width: 100%;
        height: 150px;
}
nav {
	/*background:#528fd5;*/
        /*background:#ccc;*/
        margin: 0 auto;
	margin-top:20px;
	position: relative;
        width: 100%;
}

.convocatoria{
    margin-top:20px;
    position: relative;
    width: 100%;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
        height:70px;
        /*border: 2px solid #000;*/
}

.convocatoria > ul{
        list-style:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
        width: 50%;
        height:90px;
}

nav > ul > li {
	float:left;
        height:70px;
        width: 24.5%;
        margin-right: .5%;
        background:#ccc;
}

.convocatoria > ul > li{
    float: start;
    height:90px;
    border-right: 2px solid #fff;
    width: 98%;
    background: #566573;
}

nav ul li a {
	text-decoration:none;
	color:#000;
	display:block;
        text-align: center;
        font-size: large;
        font-family: "Century Gothic";
        font-weight:  bolder;
        padding: 20px 0;
}

.convocatoria > ul > li > a{
    text-decoration:none;
    color:#fff;
    display:block;
    padding:30px 30px;
    text-align: center;
    font-size: x-large;
    font-family: "Century Gothic";
    font-weight: bold;
}

nav ul li a:hover {
	background:#b4872c;
        color: #fff;
        height:70px;
}
 
nav > ul > li:hover div {
	display:table;
}
 
/*Submenu*/
nav ul li div {
	width:1000px;
	position: absolute;
	left:0;
	background:#ccc;
	box-sizing:border-box;
	display:none;
}
 
nav ul li div ul{
	width:20%;
	display:table-cell;
	border-right:1px solid rgba(255,255,255,.5);
	box-sizing:border-box;
}
 
nav ul li div ul:last-child {
	border:none;
}
 
nav ul li div ul .titulo {
	background:#000;
	color:#fff;
}
 
nav ul li div ul .titulo a {
	color:#fff;
	padding:10px 20px;
}
 
.titulo.azul {background:#3498db;}
.titulo.verde{background:#27ae60;}
.titulo.naranja {background:#e67e22;}
.titulo.rojo {background:#c0392b; color:#000;}
 
nav ul li div ul .titulo a:hover {
	background:none;
}
 
nav ul li div ul li a {
	color:#000;
        
}
 
nav ul li div ul li a:hover {
	color:#fff;
}
#contenido_logo{
    margin: 0 auto;
    /*border: 1px solid #000;*/
    width: 100%;
    height: 140px;
}

#contenido_logo2{
    margin: 0 auto;
    /*border: 1px solid #000;*/
    width: 100%;
    height: 96px;
}

.logo{
    margin: 0 auto;
    margin-left: 5%;
    /*position: relative;*/
    width: 90%;
    height: 140px;
}
.logo2{
    margin: 0 auto;
    /*position: relative;*/
    width: 96px;
    height: 96px;
    border-radius: 10px;
    margin-top: 1%;
}

.logo5{
    margin: 0 auto;
    margin-left: 5%;
    /*position: relative;*/
    width: 32px;
    height: 32px;
}

#imgCargando{
    width: 64px;
    margin: 0 auto;
    height: 64px;
}

#contenidobtn{
    margin: 0 auto;
    width: 50%;
    margin-top: 2%;
    margin-bottom: 1%;
}

#btn_1, #btn_2{
    list-style:none;
    font-family: "Century Gothic"; 
    width: 100%;
    padding: 2px;
    box-shadow: 0 0 5px #000;
    margin-bottom: 10px;
}
#btn_2{
    height: 63px;
}
#btn_1,.btn_1{
    background-color: #ccc;
    color: #000;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 8px;
    height: 40px;
}
#btn_1:hover{
    color: #fff;
    background-color: #000;
    border: 1px solid rgba(0,0,0,1);
}

#btn_2:hover{
    color: #fff;
    background-color: #0000;
    border: 1px solid rgba(0,0,0,1);
}

#btn_1 a{
    text-decoration:none;
    color:#000;
    display:block;
    padding:5px 5px;
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
}

#btn_1 > a:hover{
	text-decoration:none;
	color:fff;
	diplay:block;
	padding:5px 5px;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
}
.cierre{
    width: 100%;
    margin: 0 auto;
    list-style:none; 
}
.cierre > a{
    float:left;
    text-decoration:none;
    font-family: "Century Gothic";
    font-weight: bold;
    color:#000;
    display:block;
    text-align: center;
    width: 32.9%;
    height:25px;
    background:#ccc;
    border: 1px solid #000;
    border-radius: 8px;
}

.cierre > a:hover {
	background:#b4872c;
        color: #fff;
        width: 32%;
        height:25px;
        border: 1px solid #000;
        border-radius: 8px;
}

#hoja{
    margin: 0 auto;
    width: 100%;
    height: 1130px;
    box-shadow: 0 0 5px 5px #000;
    border-radius: 8px;
    background: #fff;
    opacity:0.9; /* Opacidad 60% */
    overflow-y: scroll; 
}
.mensaje{
    color: #b4872c;
    font-family: "Century Gothic"; 
}
.negro{
    color: #000;
    font-family: "Century Gothic";
}
#parrafo{
    margin: 0 auto;
    width: 50%;
    text-align: justify;
}
p{
   texto-justify: inter-palabra;
    font-family: "Century Gothic"; 
}
span{color: #fff;
    
}
h1,h2,h3,h4,span{
   font-family: "Century Gothic";  
}
h3, span{
    font-weight: bold;
}
.h4a, .h2a{text-align:  center;}
.h4b{text-align: left;}

#contenidocnv, #contenidopdf{
    margin: 0 auto;
    width: 50%;
	margin-top: 1%;
}
.cnvimg{
    margin-left: 10%;
    width: 80%;
}
#pdfimg{
    width: 64px;
    height: 64px;
}
.img1{
    width: 63px;
    height: 63px;
}
.obligatorios{
    color: #c0392b;
    font-family: "Century Gothic";
    font-weight: bold;
    font-zise: 8pt;
}

#col1t, #col3t{
    width: 12%;
    border: 1px solid rgba(0,0,0,1);
    float: left;
}
#col2t{
    width: 74%;
    border: 1px solid rgba(0,0,0,1);
    float: left;
}
#col1t,#col2t,#col3t{
    text-align: center;
    border-style: outset;
    border-color: #b4872c;
}

#col1, #col3{
    width: 12%;
    border: 1px solid rgba(0,0,0,1);
    float: left;
}
#col2{
    width: 74%;
    border: 1px solid rgba(0,0,0,1);
    float: left;
}
#col1,#col2,#col3{
    text-align: center;
    border-style: outset;
    border-color: #b4872c;
    height: 64px;
}
#contenidocandidatos{
    margin-top: 1%;
}

button{
    width: 100%;
    border: none;
}

.texto{
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-size: 6pt;
}
