@charset "UTF-8";
/* SIMPLIFICAR ANCHOS Y ALTOS */	
html{
	box-sizing:border-box;
}

*, *:before, *:after {
	box-sizing:inherit;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #4B4B4B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	background-color: #E1E1E1;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 950px;
	padding: 10px;
	background-color: white;
}
#header {
	height: 110px;
	width: 930px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_head.png);
	border-bottom: 5px solid #022477;
	padding-bottom: 5px;
}
#boton_cerrar {
	width: 100px;
	height: 20px;
	margin-left: 830px;
	;
	;
	margin-bottom: 80px;
	text-align: right;
	color: #FF0004;
}
#boton_cerrar a {
	color: #FF0004;
	text-decoration: none;
}
p  {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #424242;
}
h2  {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 1em;
	margin-top: 10px;
	padding: 0;
	color: #000000;
	margin-bottom: 0px;
}

h1 {
	font-family: bebas-neue;
	font-style: normal;
	font-size: 2.3em;
	color: #333333;
	text-align: center;
}
#secciones {
}
.seccion {
	width: 179px;
	;
	padding: 3px;
	margin: 3px;
	/* [disabled]height: 320px; */
	float: left;
	border-radius: 5px;
	display: inline;
	background-color: #F1F1F1;
	border-style: solid;
	border-color: #B0B0B0;
}
.clear {
	clear: both;
}
#footer {
	background-color: #E6540C;
	width: 930px;
	height: 81px;
	margin-top: 10px;
	text-align: center;
}
.copete {
	width: 930px;
	;
	background-color: #FEEFE1;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 1px;
	margin-top: 10px;
}
.columna_izq {
	width: 450px;
	float: left;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.columna_der {
	width: 450px;
	float: right;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.sin_columna {
	width: 930px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.columna_izq p   , .columna_der p, .copete p, .sin_columna p{
	text-align: justify;
}
.img_der   {
	float: right;
	margin-left: 10px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 5px;
}
.pie_de_foto , .pie_de_foto_izq{
	font-size: .8em;
	width: 440px;
}
.pie_de_foto p {
	text-align: center;
}
.pie_de_foto_izq p {
	text-align: left;
}
#header .logo {
	width: 77px;
	height: 100px;
	float: left;
	display: inline;
}
#header .logo_expositor {
	float: right;
	display: inline;
	height: 80px;
	margin-right: 10px;
	margin-top: 10px;
}
.limitante {
	color: gray;
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
}
.unilinea {
}
.unilinea {
	width: 919px;
}
#mosaico {
	width: 920px;
	padding-left: 25px;
	padding-top: 10px;
}
#mosaico .boton {
	width: 100px;
	border: 5px solid #DDDDDD;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mosaico .boton_activo {
	width: 100px;
	border: 5px solid #E3180B;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
