@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#f1f1f1;
	
}
#cabecera {
	width: 100%;
	background-color: #000;
	height: auto;

}
#cabecera #cabecera2 {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow:auto;

}
#cabecera #cabecera2 #logotipo {
	float: left;
	height: auto;
	width: 30%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: auto;
}
#cabecera #cabecera2 #menu {
	float: right;
	width: 48%;
	margin-top: px;
	height: 35px;
}
#banner {
	height: auto;
	width: 100%;
/*inicia degradado*/
	
	
	background: rgb(7,40,60);/* Old Browsers */
	background: -moz-linear-gradient(left, rgb(7,40,60) 0%, rgb(55,127,174) 50%, rgb(7,40,60) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, right top, color-stop(0%, rgb(7,40,60)), color-stop(50%, rgb(55,127,174)), color-stop(100%, rgb(7,40,60)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(left, rgb(7,40,60) 0%, rgb(55,127,174) 50%, rgb(7,40,60) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgb(7,40,60) 0%, rgb(55,127,174) 50%, rgb(7,40,60) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgb(7,40,60) 0%, rgb(55,127,174) 50%, rgb(7,40,60) 100%); /* IE 10+ */
	background: linear-gradient(to right, rgb(7,40,60) 0%, rgb(55,127,174) 50%, rgb(7,40,60) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07283c', endColorstr='#07283c', GradientType=1 );/* IE6-9 */

/*finaliza degradado*/
	overflow: auto;
}
#banner #banner_cont {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#banner #banner_cont #banner2 {


}

#info {
	height: auto;
	width: 100%;
	background-color: #E8E8E8;
	overflow:auto;
}
#info #info2 {
	height: auto;
	width: 67%;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px 0px 40px;
	overflow: auto;
}


.titulos {
	font-size: 20px;
	color: black;
	font-weight: bolder;
	
}
.titulos b{
	font-size: 20px;
	color: #2c8cd2;
}

.info_text {
	font-size: 14px;
	color: gray;
	font-family: "ARIAL", serif;
	font-weight: lighter;
	text-align: justify;
}
.info_text b2{
	text-align: justify;
}

#info_inst {
	margin: auto;
	float:left;
	width: 100%;
	height: auto;
	
	
}

#videos {
	width: 47%;
	height: auto;
	float: right;
	background-image: url(../img/tv.png);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 7px 4px 35px 6px;
}
#video_congreso {
	height: auto;
	width: 100%;
	overflow: auto;
	padding-right: 150px;
}

#videos2 {
	width: 70%;
	height: auto;
	float: left;
	background-image: url(../img/tv.png);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 7px 4px 35px 6px;
}


#info_text2 {
	width: 100%;
	height: auto;
	float: left;
	padding: 20px;
	background-color: white;
	margin-top: 10px;
	overflow: auto;
	margin-bottom: 30px;
}

#mision {
	width: 47%;
	height: auto;
	float: left;
}
#vision {
	width: 47%;
	height: auto;
	float: right;
}

#img_obj {
	width: 40%;
	height: auto;
	float: left;
}

.img_obj {
	float: left;
    margin-right: 30px;
}
h1.info_text {
	font-weight:normal;
}


/*Fichas organigrama*/
#organigrama {
	width: 100%;
	height: auto;
	overflow: auto;
}

#fichas_left{
	background-color: white;
	padding: 10px;
	border-radius: 15px;
	width: 67%;
	overflow: auto;
	float: left;
	margin-bottom: 25px;
	background-image: url(../img/edificios.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	
}

#fichas_right{
	background-color: white;
	padding: 10px;
	border-radius: 15px;
	width: 67%;
	overflow: auto;
	float: right;
	margin-bottom: 25px;
	background-image: url(../img/edificios2.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	
}

.fichas_texto {
	font-size: 18px;
	margin-left: 20px;
	margin-top: 45px;
	color: orange;
}

.fichas_texto h1 {
	font-size: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-style: italic;
	color: gray;
	
	
}

.img_fichas {
	border-radius: 150px;
	border:solid 7px orange;
}

#img_org {
	float: left;
	width: 25%;
	border-right: solid 2px rgba(0,0,0,1.00);
	border-style: dotted;
	padding-right: 10px;
}
#img_org_left{
	float: right;
	width: 25%;
	border-left: solid 2px rgba(0,0,0,1.00);
	border-style: dotted;
	padding-left: 10px;
}
#org_info {
	float:left;
	width: 70%;
}
/*****************************
******************************
*Termina informacion de ficas*
*/
/*inicia pie de página*/

#pie {
	width: 100%;
	height: auto;
	overflow: auto;
	background-color: #2a3a42;
	color: white;
}

#pie2 {
	width: 40%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 30px 0px 30px 0px;
}

#redes {
	width: 47%;
	height: auto;
	float: left;
	text-align: left;
	
}
#redes a{
	color:white;
	text-decoration: none;
}
#redes a:hover{
	color:#76bf38;
}

#contacto{
	width: 47%;
	height: auto;
	float: right;
}
#copyr {
	width: 67%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: center;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	font-size: 15px;
}

.pie_titulo {
	font-size: 22px;
	color: #76bf38;
	font-family: "Helvetica Neue";
	font-weight: bold;

}
.pie_titulo b{
	font-size: 15px;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: lighter;
}

.img_foot {
	width: 30px;
}

.img_redes {
	width: 45px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*REVISTAS*/
#revistas {
	height: auto;
	width: 67%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	overflow: auto;
	padding-top: 30px;
}


.rev_gral {
	width: 25%;
	float: left;
	background-color: white;
	margin: 10px;
	padding: 10px;
	height: 550px;
	
}

.img_rev {
-webkit-filter: grayscale(100%);
	
-moz-filter: grayscale(100%);
	
-ms-filter: grayscale(100%);
	
-o-filter: grayscale(100%);
	
filter: grayscale(100%);	
}
.img_rev:hover{
-webkit-filter: grayscale(0%);
	
-moz-filter: grayscale(0%);
	
-ms-filter: grayscale(0%);
	
-o-filter: grayscale(0%);
	
filter: grayscale(0%);	
}

.titulo_rev {
	font-size: 18px;
	color: #76bf38;
	font-family: "ARIAL", serif;
	font-weight: bolder;
}

.info_rev {
	font-size: 13px;
	color: dimgray;
	font-style: italic;
}
.datos_rev {
	font-size: 13px;
	font-weight: bolder;
	font-style: italic;
}

/*SECCIÓN CONFERENCIAS*/
.con_info {
	/*padding: 10px 10px 10px 10px;*/
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	overflow: auto;
	color: gray;
}

#conf_txt {
	width: 64%;
	height: auto;
	float: right;
	text-align: justify;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	
	
}
#conf_txt2 {
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-style: dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}


#conf_img {
	width: 35%;
	float: left;
	
}

.titulo_conf {
	font-size: 25px;
	color: #111;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
}

.titulo_conf b{
	font-size: 16px;
	color: dimgray;
	font-style: italic;
	font-weight: lighter;
}

#conf_txt2 b2{
	color: #76bf38;
	font-weight: bold;
}
#conf_txt2 b3{
	color: black;
	font-weight: bold;
}

#conf_txt2 b4{
	color: darkred;
	font-weight: bold;
}


.list_conf {
	list-style-position: inside;
	color: rgba(36,101,169,1.00);
}
/*TERMINA CONFERENCIAS */

/*CONGRESO*/
.titulo_congreso {
	font-size: 25px;
	color: #111;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}
.titulo_congreso b{
	font-size: 16px;
	color: dimgray;
	font-style: italic;
	font-weight: lighter;
}
.sede {
	color: #0984CC;
}
.info_congreso {
	font-size: 14px;
	color: gray;
	font-family: "ARIAL", serif;
	font-weight: lighter;
	text-align: justify;
}
.info_congreso b2{
	text-align: justify;
}
.info_congreso b3{
	text-align: justify;
	font-weight: bold;
	color: black;
}
.secciones {
	border: 0;
	height: 55px;
	background-image: url(../img/congreso/hr.svg);
    background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
	
}
#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 20px 300px 0px 300px;
	position: relative;
		
	/*degradado*/
	background: rgba(2,39,49,1);
background: -moz-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,39,49,1)), color-stop(100%, rgba(53,130,151,1)));
background: -webkit-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -o-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -ms-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: linear-gradient(to right, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022731', endColorstr='#358297', GradientType=1 );
}

#in_con2 {
	overflow: auto;
	float: right;
	width: 70%;
	padding: 20px 50px 20px 50px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
	text-align: justify;
	background-color: white;
	border-radius: 29px 29px 29px 29px;
	-moz-border-radius: 29px 29px 29px 29px;
	-webkit-border-radius: 29px 29px 29px 29px;
    border: 0px solid #000000;
	background-image: url(../img/edificios.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	/*sombras*/
	-webkit-box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);
-moz-box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);
box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);	
}

#in_con1 {
	float: left;
	width: 19%;
	height: auto;
	overflow: auto;
	margin-right: 45px;
	position: absolute;
	bottom: 0px;
}
.list_cong {
	list-style: armenian;
	list-style-type: upper-latin;
	/*list-style-image: url(../img/vineta.png);*/
}

#sub_secciones{
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	
}
#cong_sec{
	background-color: white;
	width: 30%;
	height: 600px;
	float: left;
	overflow: auto;
	margin-right: 12px;
	margin-left: 12px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
	text-align: justify;
	position: relative;
	
	border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 0px solid #000000;
	
	-webkit-box-shadow: 8px 10px 21px -13px rgba(0,0,0,0.86);
-moz-box-shadow: 8px 10px 21px -13px rgba(0,0,0,0.86);
box-shadow: 8px 10px 21px -13px rgba(0,0,0,0.86);
	
}
.icono_cong {
	text-align: center;
	background: rgba(179,179,179,1);
	padding-top: 10px;
background: rgba(2,39,49,1);
background: -moz-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,39,49,1)), color-stop(100%, rgba(53,130,151,1)));
background: -webkit-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -o-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -ms-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: linear-gradient(to right, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022731', endColorstr='#358297', GradientType=1 );
	
}
.titulo_sec {
	font-size: 25px;
	color: #008EE8;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}
.titulo_sec2{
	font-size: 14px;
	color: black;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}
.cong_subsec {
	padding: 0px 15px 0px 15px;
	
}
.pleca{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 19px;
	margin-top: 50px;
	
	background-image: url(../img/congreso/pleca.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
	
	/*background: rgba(179,179,179,1);
background: rgba(2,39,49,1);
background: -moz-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,39,49,1)), color-stop(100%, rgba(53,130,151,1)));
background: -webkit-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -o-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: -ms-linear-gradient(left, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
background: linear-gradient(to right, rgba(2,39,49,1) 0%, rgba(53,130,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022731', endColorstr='#358297', GradientType=1 );*/
	
	
/*-----AGENDA----*/

#agenda{
	background-color: white;
	font-family: 'Open sans';
	
}
ul.tablas{
	width: 100%;
	background: #363636;
	list-style: none;
	display: flex;
}
ul.tablas li{
	width: 18%;
}
ul.tablas li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 20px 0px;
	text-align: center;
	
}
ul.tablas li a .texto_tablas{
	margin-left: 8px;
}
.active{
	background: #0984CC;
}
.tablas_contenido{
	width: 100%;
	background: #fff;
}
.tablas_contenido article{
	padding: 30px;
}
.tablas_contenido article p li{
	text-align: justify;
}.tablas_contenido article li{
	text-align: justify;
}
.tablas_contenido p h4{
}
	
.fas{
	color: darkblue;
	margin-right: 10px;
	
}

#img_proteccion{
	width: 100%;
	height: auto;
}

/*REVISTA JURÍDICA*/

/*viñetas ejes rectores*/
.ejes_rectores{
	color: green;
	padding-right: 5px;
	font-size: 15px;
	font-weight: bolder;
	
}
#reglas {
	padding-bottom: 30px;
	
}
#lista_ejes {
	list-style-type: decimal;
}




/*INICIA RESPONSIVE CELULARES*/

@media only screen and (min-width: 0px) and (max-width: 499px) {
	#info #info2 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bolder;
}
	
	.titulos {
	font-size: 13px;
	color: black;
	
}
	.titulos b{
	font-size: 13px;
	color: #2c8cd2;
}
	.info_text {
	font-size: 12px;
	color: gray;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	text-align: justify;
}
	#info_inst {
	margin: auto;
	float:left;
	width: 100%;
	height: auto;
		margin-bottom: 10px;
	
	
}
	#videos {
	width: 100%;
	height: auto;
	float:left;
	margin: 0px auto 10px auto;
	padding: 10px 8px 31px 12px;
	object-position: center;
	
}
	
	#videos2 {
	width: 100%;
	height: auto;
	float:left;
	margin: 0px auto 10px auto;
	padding: 10px 8px 31px 12px;
	object-position: center;
	
}
	
	
	
	#mision {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}
#vision {
	width: 100%;
	height: auto;
	float: right;
}
	
.img_obj {
	display: none;
	
}

	#objetivos {
	padding-bottom: 10px;
}
	#fichas_left{	
	width: 100%;
	margin-bottom: 7px;
	
	
}
	#fichas_right{
	width: 100%;
	margin-bottom: 7px;
	
	
}
	.fichas_texto {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-top: 15px;
	color: orange;
}

.fichas_texto h1 {
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-style: italic;
	color: gray;
	
	
}

.img_fichas {
	border-radius: 150px;
	border:solid 3px orange;
}
#img_org {	
	border-right: solid 1px rgba(0,0,0,1.00);
	border-style: dotted;
}
#img_org_left{
	border-left: solid 1px rgba(0,0,0,1.00);
	border-style: dotted;
}
	
#pie2 {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 30px 0px 30px 0px;
}
#copyr {
	width: 100%;
	text-align: center;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	font-size: 10px;
}
#redes {
	width: 100%;
	padding-left: 10px;
}
#contacto{
	width: 100%;
	height: auto;
	float: left;
	padding-left: 10px;
}
#redes a{
	font-size: 12px;
}
	
.pie_titulo {
	font-size: 15px;
	color: #76bf38;
	font-family: "Helvetica Neue";
	font-weight: bold;

}
.pie_titulo b{
	font-size: 12px;
	color: white;
	font-family: "Helvetica Neue";
	font-weight: lighter;
}

.img_foot {
	width: 32px;
	padding-bottom: 10px;
}

.img_redes {
	width: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*revista responsive 0px - 499px */
#revistas {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}


.rev_gral {
	width: 44%;
	height: 360px;
	
}
.titulo_rev {
	font-size: 13px;
}

.info_rev {
	font-size: 10px;
}
.datos_rev {
	font-size: 10px;
}
	.img_rev {
-webkit-filter: grayscale(0%);
	
-moz-filter: grayscale(0%);
	
-ms-filter: grayscale(0%);
	
-o-filter: grayscale(0%);
	
filter: grayscale(0%);	
}
/* BANNER REPONSIVE DE CONFERENCIAS */
	#conf_txt2 {
	font-size: 13px;
	font-weight: 400;
}
	.titulo_conf {
	font-size: 16px;
}
	.titulo_conf b{
	font-size: 13px;
}
	#conf_img {
	display: none;
	
}
	#conf_txt {
	width: 100%;
	height: auto;
	float: right;
	text-align: justify;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	
	
}
	#banner_confjornada{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf05.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	
	#banner_conf01{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf01.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	#banner_conf02{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf02.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	#banner_conf03{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf03.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	#banner_conf04{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf04.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	/*BANNER RESPONSIVE CURSOS*/
	#banner_cursos01{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_curso01.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_cursos02{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_curso02.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_cursos03{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_curso03.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_cursos04{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_curso04.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_cursos05{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_curso05.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	
	#banner_conf06{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_conf06.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
	
	
	/*BANNER OTRAS ACTIVIDADES*/
	#banner_diplomados01{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_diplomado01.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_diplomados02{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_diplomado02.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	
	
	/*BANNER OTRAS ACTIVIDADES*/
	#banner_otros01{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_otros01.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_otros02{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_otros02.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	/*BANNER RESPONSIVE TALLERES*/
	#banner_talleres01{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_taller01.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_talleres02{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_taller02.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	#banner_talleres03{
		width: 100%;
		height: 95px;
		background-image: url(../img/conf/banner_taller03.jpg);
	webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
	
	
	.titulo_congreso {
	font-size: 17px;
	color: #111;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}
	
	/*RESPONSIVE CONGRESO*/
	#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 0px;
	position: relative;
	margin-left: 0px;
		
	}
	#in_con2 {
	overflow: auto;
	float: left;
	width: 95%;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
	text-align: justify;
	background-color: white;
	border-radius: 29px 29px 29px 29px;
	-moz-border-radius: 29px 29px 29px 29px;
	-webkit-border-radius: 29px 29px 29px 29px;
    border: 0px solid #000000;
	background-image: url(../img/edificios.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	/*sombras*/
	-webkit-box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);
-moz-box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);
box-shadow: 13px 14px 23px -13px rgba(0,0,0,0.61);	
}
	.img_obj2 {
	display: none;	
}
	#cong_sec{
	width: 90%;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 50px;
}
	
	#sub_secciones{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;	
}
	/*agenda*/
	ul.tablas li{
	width: none;
	flex-basis: 0;
	flex-grow: 1;
}
	.tablas_contenido article{
	font-size: 14px;
	font-family: "ARIAL", serif;
	font-weight: lighter;
}
	
	#video_congreso {
	height: auto;
	width: 100%;
	overflow: auto;
	padding-right: 0px;
}
	#img_proteccion{
	width: 100%;
	height: auto;
	
}
	
	
}



/*resposive tablets*/
@media only screen and (min-width: 500px) and (max-width: 960px) {
	#img_proteccion{
	width: 100%;
	height: auto;
	
}
	
	
	#info #info2 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: lighter;
}
	
	.titulos {
	font-size: 18px;
	color: black;
	
}
	.titulos b{
	font-size: 18px;
	color: #2c8cd2;
}
	.info_text {
	font-size: 12px;
	color: gray;
	font-family: "ARIAL", serif;
	text-align: justify;
}
	#info_inst {
	margin: auto;
	float:left;
	width: 100%;
	height: auto;
		margin-bottom: 20px;
		
}
	#videos {
	width: 100%;
	height: auto;
	float: right;
	padding: 10px 10px 66px 17px;
}
	#videos2 {
	width: 100%;
	height: auto;
	float: right;
	padding: 10px 10px 66px 17px;
}
	#mision {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}
#vision {
	width: 100%;
	height: auto;
	float: right;
}
	#objetivos {
	padding-bottom: 1px;
}
/*fichas */
#fichas_left{
	width: 100%;
}

#fichas_right{
	width: 100%;
}

.fichas_texto {
	margin-top: 30px;
	font-weight: bolder;
}
#pie2 {
	width: 100%;
	padding: 30px 25px 30px 25px;
}

#redes {
	width: 29%;
}
#contacto{
	width: 60%;
}
#copyr {
	width: 100%;
	font-size: 12px;
}

.pie_titulo {
	font-size: 18px;
}
.pie_titulo b{
	font-size: 13px;
}

.img_foot {
	width: 30px;
	padding-bottom: 10px;
}
	/*revista responsive 0px - 499px */
#revistas {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}


.rev_gral {
	width: 29%;
	height: 360px;
	
}
.titulo_rev {
	font-size: 13px;
}

.info_rev {
	font-size: 10px;
}
.datos_rev {
	font-size: 10px;
}
	.img_rev {
-webkit-filter: grayscale(0%);
	
-moz-filter: grayscale(0%);
	
-ms-filter: grayscale(0%);
	
-o-filter: grayscale(0%);
	
filter: grayscale(0%);	
}

	/*congreso*/
	#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 20px 50px 0px 50px;
	position: relative;
}
	#in_con1 {
	display: none;
}
	#in_con2 {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
	.titulo_congreso {
	font-size: 25px;
	color: #111;
	font-family: 'Fira Sans', sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: center;
}
	#cong_sec{
	background-color: white;
	width: 40%;
	height: auto;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 30px;
	
}
}

/*tabled de 1024px*/
@media only screen and (min-width: 961px) and (max-width: 1024px){
#img_proteccion{
	width: 100%;
	height: auto;
	
}
	#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 20px 50px 0px 50px;
	position: relative;
}
	#in_con2 {
	float: right;
	width: 65%;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
	#in_con1 {
	float: left;
	width: 30%;
}
	.titulo_congreso {
	font-size: 18px;
}
	#cong_sec{
	background-color: white;
	width: 44%;
	height: auto;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 30px;
}
	#sub_secciones{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	
}
	#info #info2 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px 0px 40px;
	overflow: auto;
}
}
@media only screen and (min-width:1024px) and (max-width: 1280px){
	#img_proteccion{
	width: 100%;
	height: auto;
	
}
	#in_con1 {
	float: left;
	width: 25%;
}
		#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 20px 50px 0px 50px;
	position: relative;
}
	#in_con2 {
	float: right;
	width: 65%;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
	.titulo_congreso {
	font-size: 18px;
}
	#cong_sec{
	background-color: white;
	width: 44%;
	height: auto;
	padding-bottom: 30px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 30px;
}
	#sub_secciones{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	
}
	#info #info2 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 40px 0px 40px;
	overflow: auto;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
#img_proteccion{
	width: 100%;
	height: auto;
	
}
	#in_con1 {
	float: left;
	width: 20%;		
}
	#in_con2 {
	float: right;
	width: 75%;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
	#info_congreso2 {
	width: 100%;
	height: auto;
	background-color: white;
	overflow: auto;
	padding: 20px 50px 0px 50px;
	position: relative;
	}
	#cong_sec{
	height: 645px;
}
	#agenda{
	background-color: white;
	font-family: 'Open sans';
	
}
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
	#img_proteccion{
	width: 100%;
	height: auto;
	
}
	#in_con1 {
	float: left;
	width: 17%;
}
	#agenda{
	background-color: white;
	font-family: 'Open sans';
	
}
	}


/*termina responsive*/
#tabla_constancias {
	border: thin;
	border-color: black;
	background: #fff;
	border: 2px solid #909090;
	padding: 2px;
	color: darkslategray;
}

#tabla_curso {
	text-align: center;
}

#tabla_day{
	background-color: gray;
	color: black;
	font-weight: bolder;
}


#tabla_verde {
	background-color: darkseagreen;
	color: darkgreen;
	font-weight: bolder;
}
#tabla_naranja{
	background-color: darkorange;
	color: darkred;
	font-weight: bolder;
}
#tabla_amarillo{
	background-color: yellow;
	color: firebrick;
	font-weight: bolder;
}

#tabla_rosa{
	background-color: pink;
	color: deeppink;
	font-weight: bolder;
}

#tabla_gris{
	background-color: slategray;
	color: dimgray;
	font-weight: bolder;
}


#titulo_tabla {
	color: midnightblue;
	background-color: cornflowerblue;
	font-weight: bolder;
	text-align: center;
	
}

#curso_registro a{
	color: firebrick;
	font-weight: bolder;
}

#curso_especializacion b{
	color: white;
}

#curso_especializacion {
	color: #fff;
	
}
.tp-caption.regular.lft.curso{
	color: #fff;
}

.tp-caption.regular.small.sfl.curso{
	color: #fff;
}

.listas {
	list-style: none;
}
