@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container-fluid {	
	height:100%;
    width:100%;
	margin:0;
    padding:0;	
}
#body {	
	position: fixed;
	height:100%;
    width:16%;	
    background-size: cover;
	background-color:#02375E;
	background-image:url(../../imagenes/contenido.png);	
	background-repeat:no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#menu_izquierda {
	margin-top: 1%;
	width: 100%;
	height: auto;
	float: left;
	
}
#menulogo {
	height:auto;
	width: 80%;
	text-align: right;
}
#menulogo img {
	margin-top: 15%;
	margin-left:20%;
	margin-right: 5%;
	padding-bottom: 1%;
}
#menu_izquierda hr {
	background-color: #CCCCCC;
	width: 80%;
	height: 2px;
	margin-left:1%;
}
#menu_izquierda ul {
	color: #FFFFFF;		
	list-style-type: none;
	font-size:16px;
	font-size: .5vw;
}
#menu_izquierda ul li a {	
	margin-left: 15px;
	text-decoration: none;
	list-style:none;
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .8vw;
	margin-left:0px;
}
#menu_izquierda ul li a.activo {
	color: #009EE5;
	text-decoration: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .8vw;
	font-weight: bold;
	margin-left: 0px;
	margin-right:0px;
}
/*-----------Contenido------------*/
.wrapper {
	float: right;
	height:100%;
    width:84%;	
	overflow-y: auto;
}	
.wrapper h1 {
	color: #0E0774;
	font-size: 25px;
	font-size: 1.9vw;
	text-align:center;	
}
.wrapper h3 {
	color: #0E0774;
	font-size: 20px;
	font-size: 1.1vw;
	text-align:center;	
}
#header {
	height: 280px;
	width: 100%;	
	margin:auto;
}
.izq_header {
	position: relative;
	float: left;
	width: 23%;
	height:100%;
	top: 0px;
}
.der_header {
	float: left;
	width: 28%;
	height:100%;		
	margin-top:0px;	
}
.header-contenido {
	position: relative;
	float: left;
	width: 49%;
	height: 100%;
	margin-top:-15px;
}
	
#contenido {	
	margin-left: 200px;
	margin-right: 120px;
}
#contenido h1 {
	color: #0E0774;
	font-size: 30px;
	font-size: 2.7vw;
	text-align:center;	
}
#contenido h2 {
	color: #0E0774;
	font-size: 27px;
	font-size: 1.7vw;	
}
#contenido h3 {
	color: #0E0774;
	font-size: 17px;
	font-size: 1.3vw;
	text-align: left;
}
#contenido h4 {
	margin-left: 25px;
	font-size: 16px;
	font-size: 1.2vw;
	color: #0E0774;	
}
#contenido p{
	color: #0E0774;
	font-size: 16px;
	font-size: 1vw;
	margin-right: 0px;
	text-align:justify;
}
#contenido a {
	color: #031FF4;
	text-decoration: underline;
	font-style:italic;
	font-weight:bold;
}
#contenido ul, ol {
	padding: 0px;
    color: #0E0774!important;
	margin-left: 60px;
	font-size:16px;
	font-size: 1vw;
}
#contenido fieldset {
	font-weight:bold;
}
.enfasis {
	text-align:center !important;
	font-weight:bold;
}
blockquote {
	color: #0E0774;
}
#izq {
	float: left;
	width: 50%;
	margin-left:-80px;
}
#izq_hos {
	float: left;
	width: 50%;
}
.centrado {
	width: 90%;
	/*margin-right: auto;
	margin-left: auto;*/
	text-align: left;
}
#der {
	float: left;
	width: 50%;
	margin-left: 50px;
}
#der_img {
	float: right;
	width: 50%;
	height: 100%;
	margin-top: 100px;   
}
#der_img h4 {
	text-align:center;
	font-size: 1vw;
}
#der_img img {
	margin-left: 40px;
}
.margin-header {
	/*padding-left: 40px;*/
	margin-bottom: 50px;
}
legend {
	color:#FFFFFF;
}
#logos {
	text-align: right;
	display: block;
	height: 60px;
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.patrocinadores {
	width: 100%;
	height:100%;
	padding-left:-180px;
}
.encabezado {
	float: left;
	width: 100%;
	margin-left:-80px;
}

/*-----------programa----------*/

table {
	font-size:18px;
	font-size: 1vw;
	color:#0E0774;
}
.centrado table {
	background-color: #DBD9D1;
	text-align: center;
	color:#000000;
	width: 100%;	
	}
.columnas{
	background-color:#355E8F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
.columna{
	width:200px;
	background-color:#365F91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px !important;
	font-weight:bold;
	}
.texto{
	color:#BACF9A;
	}
.encabezados{
	font-size:24px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#003;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#003;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#003;
}
.borde_inferior{
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:#003;

}
.spacing {
	padding-left: 5% !important;
	padding-right: 5% !important;
}
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#003;
	font-weight:bold;
	}
.fuente {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px;
}
.bordeazul{
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
.pat {
	text-align:center;
	font-size:14px;
}
#fecha_actualización {
	position:relative;
	width: 100%;
	height:auto;
	text-align:left;
	size: 1 vw;
	float:left;
	margin-top: 5%;
	/*margin-left: 10px;*/
}
#fecha_actualización p {
	margin-left: -130px;
}
.bg-warning {
  background-color: #fcf8e3;
  line-height: 70px;
  color: #8a6d3b !important;
  padding-left:50px;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b !important;
  padding-left:50px;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.bg-danger {
  background-color: #EFD6D6;
  color: #B75542 !important;
  padding: 15px 50px 15px 50px;
	line-height: 20px;	
}
.bg-info {
  background-color: #D9EDF7;
  color: #050339;
  padding: 15px 50px 15px 50px;
	line-height: 20px;	
}
.bg-success {
  background-color: #DFF0D8;
  color: #3C763D;
  padding: 15px 50px 15px 50px;
	line-height: 20px;	
}
.bg-conf {
	color: #B70306;
}

.bg-prem {
  background-color: #A6A6A6;
  line-height: 70px;
  color: #FFFFFF !important;
  padding-left:50px;
}
a.bg-prem:hover,
a.bg-prem:focus {
  background-color: #f7ecb5;
}
.bg-prem h3 {
	text-align: center !important;
}

#resumenes ul, ol {
  color: #ffffff;
  font-size:15px;
  text-align:justify;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 30px;
}

#resumenes p {
  margin: 0;
  color: #ffffff;
  font-size:15px;
  text-align:justify;
  margin-right: 50px;
  margin-bottom: 30px;
}
#resumenes h3 {
	font-size: 18px;
	margin-right: 50px;
}
/******pop up******/
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  /*bottom:14%;*/
  right: 50%;
  z-index: 1050;
  /*overflow: auto;*/
  width: 600px;
  margin: -250px 0 0 -280px;
  background-color: #666;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  color: #75d1e0 !important;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.separador { 
  border-top: 1px solid #FFF;
  padding-top: 20px;
  width: 90%;
}
.modal-header .close {
  margin-top: 2px;
  color:#FFFFFF;
}
.modal-body h3 {
  color: #75d1e0 !important;
  text-align:left;
  font-size:28px;
  font-weight: bold;
}

.modal-body {
  overflow-y: auto;
  max-height: 600px;
  padding-left: 50px;
  text-align:justify;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  color: #000000;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}



/*****Tabla*****/
.excel10 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #0F243E;	
	font-style: normal;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border: .5pt solid windowtext;	
	background: #538DD5;
}

.excel11 {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	color: #0F243E;	
	font-style: normal;
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	border: .5pt solid windowtext;	
	background: #A6A6A6;
}

.excel5 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size: 11px;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:center!important;
vertical-align:middle;
border:.5pt solid windowtext;
white-space:normal;
background:#A6A6A6;
}
.excel5 p {
	text-align: center;
}
