@charset "utf-8";
/*
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Bowlby One', cursive;
font-family: 'Dosis', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Archivo Narrow', sans-serif;
font-family: 'Francois One', sans-serif;
font-family: 'Archivo Black', sans-serif;
*/
header, section, article, nav, footer, aside, figure{
	display:block;
	margin:0;
	padding:0;
}
body{
	margin:0;
	background:#FFF;
}
*{
	box-sizing:border-box;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	line-height:20px;
	margin:6px;
}
h1{
	font-size:24px;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h2{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h3{
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
h4{
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	color:#000;
	margin:6px;
}
a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
}
a img{
	border:none;
}
ul, ol{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
}
#scrollUp{
	width: 64px;
	height: 64px;
	display: block;
	background: url("../imagenes/flecha-arriba.png");
	position: absolute;
	right: 15px;
	bottom: 15px;
}
/***************************************************************************/
/*****************         estilos pagina web        **********************/
/****************************************************************************/
#precarga{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: #FF6A00;
	z-index: 10500;
}
#iconoprecarga{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
}
#iconoprecarga i{
	display: block;
	line-height: 200px;
	font-size: 140px;
	color: #126E32;
	margin: 0;
}
#iconoprecarga p{
	color: #fff;
	text-align: center;
	letter-spacing: 20px;
	font-size: 18px;
	font-weight: 100;
}


/***************************************************************************/
/*****************         estilos pagina web        **********************/
/****************************************************************************/
#cabecera{
	background:#fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 7000;
	border-bottom: 1px solid #FF6A00;
}
#menu{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}
#mmovil{
	display: none;
}
#menu figure{
	width: 15%;
}
#menu figure img{
	display: block;
}
#menu ul{
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li{
	margin-left: 12px;
}
#menu ul li a{
	font-family: 'Oswald', sans-serif;
	color: #1D3D21;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.5s;
}
#menu ul li a:hover{
	color: #FF7F00;
}
/******************************************************************************/
/*******************    DISEÑO EL CUERPO DE LA WEB     ************************/
/******************************************************************************/
.banner{
	height: 700px;
	background-attachment: contain;
}
#cajatxt{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 250px;
}
#cajatxt h1{
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight:bolder;
	text-shadow: 2px 2px 2px #4E4E4E;
}
#cajatxt h2{
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 2px #4E4E4E;
}
#cajatxt p{
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 2px #3A3A3A;
	padding-top: 10px;
}
/******************************************************************************/
/*******************       zona porque asistir         ************************/
/******************************************************************************/
.zonacentro{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 30px 0;
}
#cpqasistir{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px 0;
}
#cpqasistir figure{
	width: 35%;
}
#cpqasistir div{
	width: 65%;
	padding: 0 2%;
}
#cpqasistir figure img{
	width: 100%;
	height: auto;
	display: block;
}
#cpqasistir div h2{
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	color:#FF6A00;
	background: url(../imagenes/linea-puntos.png) no-repeat left bottom;
	padding-bottom: 30px;
	font-weight: 500;
}
#cpqasistir div h2 span{
	font-size: 40px;
	line-height: 30px;
	color: #126E32;
	font-weight: normal;
}
#cpqasistir div p{
	color: #787878;
	text-align: justify;
}
.txt-titulos{
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	color:#FF6A00;
}
#organiza img{
	width: 100%;
	height: auto;
	display: block;
}
#zonalogosmp{
	border-bottom: 1px solid #FF6A00;
}
#zonalogosempresas ul{
	width: 100%;
	max-width: 1100px;
	padding: 15px 0;
	list-style: none;
	display: flex;
	margin: 15px 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#zonalogosempresas ul li{
	width: 17%;
	display: block;
	padding: 2%;

}
#zonalogosempresas ul li a img{
	width: 100%;
	height: auto;
	display: block;
}
#zonalogosmp ul{
	width: 100%;
	max-width: 1100px;
	padding: 10px 0;
	list-style: none;
	display: flex;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#zonalogosmp ul li{
	width: 17%;
}
#zonalogosmp ul li a img{
	width: 100%;
	height: auto;
	display: block;
}

/******************************************************************************/
/*******************     DISEÑO PARA CALENDARIO        ************************/
/******************************************************************************/
.txtnaranja{
	font-size: 45px;
	line-height: 35px;
	color: #FF6A00;
	text-align: center;
}
#cajains{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
}
#cajains h3{
	font-family: 'Oswald', sans-serif;
	color: #126E32;
	font-size: 20px;
	font-weight: normal;
}
#cajains ul li{
	font-family: 'Oswald', sans-serif;
	color: #1D3D21;
	font-size: 15px;
	font-weight: normal;
	transition: all 0.5s;
}
#programa{
	display: block;
	max-width: 250px;
	border: 4px solid #FF6600;
	text-align: center;
	color: #FF6600;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 15px 0;
	margin-top: 15px;
	margin-left: 35%;
	transition: all 0.5s;
}
#programa:hover{
	border: 4px solid  #FF6600;
	background: #FF6600;
	color: #ffffff;
}
#cajasponencias{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
#cajasponencias div{
	width: 33.33%;
	text-align: center;
}
#cajasponencias div p{
	font-family: 'Oswald', sans-serif;
	color: #126E32;
	font-size: 20px;
	font-weight: normal;
}
#cajasponencias ul{
	list-style: none;
}
#cajasponencias ul li{
	margin-left: 12px;
	line-height: 30px;
	text-align: center;
}
#cajasponencias ul li a{
	font-family: 'Oswald', sans-serif;
	color: #1D3D21;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.5s;
}

/******************************************************************************/
/****************************       TITULOS            ************************/
/******************************************************************************/
.txtverde{
	font-size: 45px;
	line-height: 35px;
	color: #126E32;
	text-align: center;
}
/******************************************************************************/
/************************        INSCRIPCIONES        ************************/
/******************************************************************************/
#inscripcion{
	min-height: 600px;
	background: url(../imagenes/fondo-inscripcion.jpg)no-repeat center top;
	background-attachment: fixed;
	padding-top: 20px;
}
#cajains{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#lado1{
	width: 50%;
	display: block;
}
#lado2{
	width: 24%;
	padding-left: 13%;
}
#lado3{
	width: 24%;
	padding-left: 10%;
}
#cajains div a {
	width: 230px;
	display: block;
}
#cajains div h3{
	font-size: 26px;
	color: #FFFFFF;
	text-shadow: 2px 2px #000;
}
#cajains div p{
	color: #FFFFFF;
	text-shadow: 1px 1px #000;
}
.telefono{
	display: block;
	max-width: 250px;
	border: 4px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 15px 0;
	margin-top: 15px;
	transition: all 0.5s;
}
.telefono:hover{
	border: 4px solid  #FF6600;
	background: #FF6600
}
#forinsc{
	display: block;
	max-width: 250px;
	border: 4px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 15px 0;
	margin-top: 15px;
	transition: all 0.5s;
}
#forinsc:hover{
	border: 4px solid  #FF6600;
	background: #FF6600
}
/******************************************************************************/
/*******************     DISEÑO PARA AUSPICIADORES       **********************/
/******************************************************************************/
#zonacalendario{
	width: 100%;
	height: auto;
}
#cajadatos{
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	flex-wrap: wrap;
}
#cajadatos div{
	width: 25%;
	min-height: 500px;
	padding: 60px 0 0 0;
	background: #7EB345;
	position: relative;
	border-right: 1px solid #5F6876;
}
#cajadatos div:nth-child(2){
	background: #fff;
	min-height: 520px;
	padding: 80px 0 0 0;
	top: -10px;
	box-shadow: 0 0 5px #000;
}
#cajadatos div:nth-child(2) h2{
	color: #FF6A00;
}
#cajadatos div:nth-child(2) h3{
	color: #7EB345;
}
#cajadatos div:nth-child(2) h3 span{
	color: #7EB345;
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#cajadatos div:nth-child(2) h4{
	color: #FF6A00;
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
#cajadatos div:nth-child(2) p{
	color: #7EB345;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
#cajadatos div i{
	width: 100px;
	height: 100px;
	line-height: 10px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 60px;
	margin: auto;
}
#cajadatos div:nth-child(2) i{
	width: 100px;
	height: 100px;
	color: #FF6A00;
	line-height: 10px;
	font-size: 70px;
	margin: auto;
}
#cajadatos div h2{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
#cajadatos div h3{
	color: #525965;
	text-align: center;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
}
#cajadatos div h3 span{
	color: #525965;
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#cajadatos div h4{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
#cajadatos div p{
	color: #525965;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}
#cajadatos div a{
	width: 100%;
	height: 70px;
	display: block;
	color: #fff;
	line-height: 70px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	transition: all 0.5s;
	text-align: center;
	background: #FF6A00;
}
#cajadatos div a:hover{
	background: #243a47;
}
/***********************************************************/
/******************** ESTILOS PRENSA ********************/
/***********************************************************/
#cajaservicios{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.servicios{
	width: 50%;
	position: relative;
}
.servicios img{
	width: 100%;
	height: auto;
	display: block;
}
.sombra{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
	padding: 25% 0 0 25%;
	transition: all 0.5s;
}
.servicios:hover .sombra{
	background: rgba(0, 0, 0, 0.5);
}
.sombra h2{
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	line-height: 45px;
	padding: 5px 0;
}
.sombra h2 span{
	color: #fff;
	font-weight: 900;
	display: block;
	font-style: normal;
	padding: 10px 0;
}
.servicios:hover .sombra h2{
	color: #FF6A00;
}
.sombra a{
	width: 180px;
	height: 50px;
	background: #7EB345;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	transition: all 0.5s;
	margin: 0 6px;
}
.sombra a:hover{
	background: #004F08;
}
/******************************************************************************/
/*******************     DISEÑO PARA CONTACTENOS       ************************/
/******************************************************************************/
.formulario{
	width: 100%;
	margin: 30px auto;
	color: #787878;
}
.formulario p{
	color: #787878;
}
.columnas{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dosfilas{
	width: 50%;
	padding: 6px;
}
.unafila{
	width: 100%;
	padding: 6px;
}
.campos{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-radius: 6px;
}
.comentarios{
	width: 100%;
	height: 150px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.boton{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: none;
	text-align: center;
	border-radius: 6px;
	color: #fff;
	background: #7EB345;
	font-family: 'Oswald', serif;
	font-size: 16px;
	transition: all 0.5s;
	cursor: pointer;
}
.boton:hover{
	background: #FF6A00;
}
.terminos{
	color: #FF6A00;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Oswald', serif;
}
#advertencia{
	color: #FF6A00;
	font-size: 26px;
	font-family: 'Oswald', serif;
	font-weight: normal;
	margin: 20px 6px;
}
#cajaformulario{
	padding: 15px;
}
/******************************************************************************/
/*******************          ediciones pasadas        ************************/
/******************************************************************************/
#edipasadas{
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#edipasadas a{
	width: 270px;
	height: 180px;
	border: 1px solid #ebebeb;
	margin:0 2px 15px 0;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
#edipasadas a .foto{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
#edipasadas a .lupa{
	width: 60px;
	height: 60px;
	display: block;
	background: #FF6600;
	border-radius: 10px;
	padding: 12px;
	position: absolute;
	left: 38%;
	top: -60px;
	transition: top 0.5s;
}
#edipasadas a:hover .lupa{
	top: 60px;
	opacity: 0.8;
}
#edipasadas a:hover{
	border-radius: 10px;
}

/******************************************************************************/
/*******************         DISEÑO PIE PAGINA         ************************/
/******************************************************************************/
#piepagina{
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(left, #FF6600 20%, #FF9E00 60%, #FFE401 100%);
	background: -moz-linear-gradient(left, #FF6600 20%, #FF9E00 60%, #FFE401 100%);
	background: -ms-linear-gradient(left, #FF6600 20%, #FF9E00 60%, #FFE401 100%);
	padding: 0;
}
#centropie{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#centropie div{
	width: 33.3%;
}
#centropie div img{
	display: block;
	margin: 0;
	padding: 0;
}
#centropie div h2{
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
}
#centropie div p{
	color: #fff;
}
#centropie div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#centropie div ul li a{
	display: block;
	padding: 6px 0;
	color: #fff;
}
#centropie div ul li a:hover{
	color: #b2d33e;
	text-decoration: underline;
}
#centropie div ul li a i{
	color: #018161;
}
#centropie div a{
	color: #fff;
}
#copyrigth{
	background: #7EB345;
}
#copyrigth div{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#copyrigth div ul{
}
#copyrigth div{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#copyrigth div p{
	color: #fff;
	margin: 0;
}
#copyrigth div p i{
	font-size: 18px;
	color: #b2d33e;
}
#copyrigth div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#copyrigth div ul li{
	margin-left: 6px;
}
#copyrigth div ul li a{
	width: 30px;
	height: 30px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #6f7d86;
	border: 1px solid #6f7d86;
	border-radius: 5px;
	transition: all 0.5s;
}
#copyrigth div ul li a:hover{
	color: #b2d33e;
}
#copyrigth div p{
	color: #fff;
}
#copyrigth div p a{
	color: #525965;
}
/***************************************************************/
/************************ ESTILOS POLITICAS ***********************/
/***************************************************************/
#cajapoliticas{
	padding: 20px;
}
#cajapoliticas img{
	display: block;
	margin: 15px auto;
}
#cajapoliticas h1{
	text-align: center;
	font-size: 35px;
	font-weight: 200;
}
#cajapoliticas h2{
	font-size: 16px;
}
#cajapoliticas p{
	text-align: justify;
	line-height: 23px;
	font-size: 14px;
}
/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 1024      ************************/
/******************************************************************************/
@media only screen and (max-width: 1024px){

}

/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 800       ************************/
/******************************************************************************/
@media only screen and (max-width: 800px){
	/**************************************************************************/
	/***********************   Estilos para el menu   *************************/
	/**************************************************************************/
	#menu{
		position: relative;
		padding: 6px 10px;
	}
	#mmovil{
		display: block;
		width: 45px;
		height: 45px;
		border: 1px solid #FF6600;
		line-height: 43px;
		text-align: center;
		color: #FF6600;
		font-size: 22px;
		cursor: pointer;
	}
	#menu figure img{
		display: block;
	}
	#menu ul{
		width: 100%;
		position: absolute;
		left: -102%;
		top: 100%;
		flex-direction: column;
		background: #FF6600;
		padding: 10px 20px;
		transition: all 0.5s;
	}
	#menu ul li{
		margin-left: 0;
	}
	#menu ul li a{
		display: block;
		padding: 10px 0;
		color: #fff;
		border-bottom: 1px solid #D4D4D4;
	}
	#menu ul li a:hover{
		color: #525965;
	}
	#menu ul li:last-child a{
		border-bottom: none;
	}
	/**************************************************************************/
	/******************       zona porque asistir         *********************/
	/**************************************************************************/
	#cpqasistir figure{
		width: 100%;
	}
	#cpqasistir div{
		width: 100%;
		padding: 0 1%;
	}
	#cpqasistir figure img{
		width: 60%;
		height: auto;
		display: block;
		margin: auto;
	}
	.txt-titulos{
		font-family: 'Roboto Slab', serif;
		font-size: 25px;
		color:#FF6A00;
	}
	#zonalogosempresas ul li{
		width: 25%;
		padding:2%;
	}
	#zonalogosmp ul li{
		width: 30%;
		padding:1%;
	}
	/**************************************************************************/
	/**********************        INSCRIPCIONES        ***********************/
	/**************************************************************************/
	#cajains{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#lado1{
		width: 100%;
		display: block;
		padding: 2%;
	}
	#lado2{
		width: 95%;
		margin-bottom: 15px;
		padding-bottom:2%;
	}
	#lado3{
		width: 95%;
		margin-bottom: 15px;
		padding-bottom:2%;
	}

	/**************************************************************************/
	/*****************          ediciones pasadas        **********************/
	/**************************************************************************/
	#edipasadas{
		width: 100%;
		max-width: 1100px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#edipasadas a{
		width: 47%;
		height: auto;
		border: 1px solid #ebebeb;
		margin:0 2% 10% 0;
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}
	/**************************************************************************/
	/*****************     DISEÑO PARA AUSPICIADORES       ********************/
	/**************************************************************************/
	#cajadatos{
		flex-direction: column;
	}
	#cajadatos div{
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
		border-bottom: none;
	}
	#cajadatos div:nth-child(2){
		min-height: 520px;
		padding: 60px 0 0 0;
		top: 0;
	}
	/**************************************************************************/
	/*****************     DISEÑO PARA CONTACTENOS       **********************/
	/**************************************************************************/
	.formulario{
		width: 95%;
	}
	.dosfilas{
		width: 100%;
	}
	/**************************************************************************/
	/*****************        DISEÑO PIE PAGINA          **********************/
	/**************************************************************************/
	#piepagina{
		border-top:none;
	}
	#centropie{
		width: 80%;
	}
	#centropie div{
		width: 100%;
	}
	#centropie div img:last-child{
			display: none;
			margin: 0;
			padding: 0;
	}
	#copyrigth div{
		width: 80%;
	}
}

/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 603       ************************/
/******************************************************************************/
@media only screen and (max-width: 603px){

}

/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 533       ************************/
/******************************************************************************/
@media only screen and (max-width: 533px){
	/**************************************************************************/
	/**********************    Estilos para el banner  ************************/
	/**************************************************************************/
	#banner{
		height: 400px;
	}
	#cajatxt{
		padding-top: 300px;
	}
	#cajatxt h1{
		font-size: 45px;
	}
	#cajatxt h2{
		font-size: 30px;
	}
	#cajatxt p{
		font-size: 20px;
	}
	/**************************************************************************/
	/*****************          ZONAPORQUE ASISTR        **********************/
	/**************************************************************************/
	#cpqasistir figure img{
		width: 75%;
		height: auto;
		display: block;
		margin: auto;
	}
	.txt-titulos{
		font-family: 'Roboto Slab', serif;
		font-size: 25px;
		color:#FF6A00;
	}
	#zonalogosempresas ul li{
		width: 40%;
		padding:2%;
	}
	#zonalogosmp ul li{
		width: 55%;
		padding:1%;
	}
	/**************************************************************************/
	/*****************          ediciones pasadas        **********************/
	/**************************************************************************/
	#edipasadas a{
		width: 75%;
		height: auto;
		margin:auto;
	}
}

/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 480       ************************/
/******************************************************************************/
@media only screen and (max-width: 480px){
	/**************************************************************************/
	/******************       zona porque asistir         *********************/
	/**************************************************************************/
	#cpqasistir div img{
		display: block;
		width: 50%;
		height: auto;
	}
	#cpqasistir div h2{
		font-size: 30px;
	}
	#cpqasistir div h2 span{
		font-size: 35px;
		line-height: 25px;
	}
	#cpqasistir div h3{
		font-size: 25px;
	}
	.txt-titulos{
		font-family: 'Roboto Slab', serif;
		font-size: 25px;
		color:#FF6A00;
	}
	#zonalogosempresas h3{
		font-size: 25px;
	}
	#zonalogosempresas ul li{
		width: 40%;
		padding:2%;
	}
	#zonalogosmp ul li{
		width: 55%;
		padding:1%;
	}
	/**************************************************************************/
	/***************************       TITULOS            *********************/
	/**************************************************************************/
	.txtverde{
		font-size: 35px;
		line-height: 25px;
	}
	.txtnaranja{
		font-size: 35px;
		line-height: 25px;
	}
}

/******************************************************************************/
/*******************    DISEÑO PARA TABLETAS 360       ************************/
/******************************************************************************/
@media only screen and (max-width: 360px){
	/**************************************************************************/
	/**********************    Estilos para el banner  ************************/
	/**************************************************************************/
	#cajatxt h1{
		font-size: 38px;
	}
	/**************************************************************************/
	/*****************          ediciones pasadas        **********************/
	/**************************************************************************/
	#edipasadas a{
		width: 90%;
	}
	.txtverde{
		font-size: 25px;
		line-height: 15px;
	}
	.txtnaranja{
		font-size: 25px;
		line-height: 15px;
	}
}
