body{
	margin: 0;
	padding:0;
	border: 0;
	/*background: grey;*/
}
div{
	margin: 0;
	padding: 0;
	border: 0;
}
p{
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
	border: 0;
}
h6{
	font-weight: normal;
}
hr{
	margin: 0;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #724174;
}
#cabecera{
	margin-bottom: -4px;
}
#cabecera img{
	width: 100%;
}
#cabecera-2{
	display: none;
}
#cabecera-3{
	display: none;
}
#menu{
	clear: both;
	float: left;
	width: 100%;
	background: white;
	font-family: Lato;
	font-size: 11pt;
	color: #2e2e2e;
}
#lista-menu{
	float: left;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#lista-menu li{
	float: left;
	position: relative;
	right: 50%;
}
#menu li{
	list-style: none;
	display: block;
	margin: 10px 20px;
	padding: 10px 0;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#menu li:hover{
	border-top: 2px solid #b69c64;
}
#menu a{
	color: #2e2e2e;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #2e2e2e;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
#menu input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
#menu input[type=checkbox]:checked ~ #lista-menu{
    display: block;
}
#slider-tablet{
	display: none;
}
#content{
	/*background: blue;*/
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}
.sup-articulos{
	width: 100%;
	color: #2e2e2e;
}
.sub-titulos{
	width: 20px;
	float: left;
	border: 1px solid #b69c64;
}
.texto-inscripcion{
	font-family: Bitter;
	font-style: italic;
	font-size: 25pt;
	color: #b69c64;
}
.div-boton-inscripcion{
	margin: 30px auto;
	width: 265px;
}
.boton-inscripcion{
	background: #35a6c1;
	border: none;
	-webkit-box-shadow: 0 4px #1c7088;
	-moz-box-shadow: 0 4px #1c7088;
	box-shadow: 0 4px #1c7088;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
	font: 300 16px/20px 'Open Sans', sans-serif;
	padding: 13px 58px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-repeat: repeat-x;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.titulo-articulo{
	font-family: Lato;
	font-size: 20pt;
	color: #2e2e2e;
}
.titulo-seccion{
	font-family: Lato;
	font-size: 20pt;
	color: #2e2e2e;
}
#articulos{
	margin-bottom: 40px;
}
#articulo-1{
	float: left;
	width: 46%;
	padding: 2% 2% 0 2%;
	font-family: Lato;
	font-size: 12pt;
	color: #1b1b1b;
}
#articulo-2{
	float: right;
	width: 46%;
	padding: 2% 2% 0 2%;
	font-family: Lato;
	font-size: 12pt;
	color: #1b1b1b;
}
#twitter{
	width: 100%;
	padding: 0 2%;
	margin-bottom: 40px;
}
#twitter iframe{
	width: 90% !important;
}
#colaboran{
	padding: 0 2%;
}
#colaboran h6{
	font-family: Lato;
}
#contenedor-logos-bronce{
	max-width: 860px;
	margin: 0 auto;
}
#contenedor-logos-colaboran{
	max-width: 860px;
	margin: 0 auto;
}
#logo{
	margin: 20px;
	float: left;
}
#footer-1{
	background-image: url(../imagenes/fondo-footer-premios-albert-jovell-gepac-2015.png);
	background-size: 100% 100%;
	width: 100%;
	height: 335px;
	font-family: Lato;
	font-size: 13pt;
	color: white;
}
#footer-1 div{
	float: left;
}
#footer-1-inner{
	clear:both;
	float:left;
	overflow:hidden;
	width:100%;
}
.elementos-footer-1{
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
.elementos-footer-1 li{
	float:left;
 	position:relative;
	right:50%;
}
.logo-gepac{
	margin-top: 40px;
	margin-bottom: 45px;
}
.footer-texto{
	margin-left: 15px;
}
.titulos-footer-1{
	font-weight: bold;
	font-size: 14pt;
	color: #b69c64;
}
.footer-sede{
	margin: 0 50px;
}
#footer-2{
	background: white;
	width: 100%;
	height: 65px;
	font-family: Lato;
	text-align: center;
}
#footer-2 img{
	margin: 0 7px;
}
#footer-2 a{
	color: #512957;
}
.copyright{
	margin-top: 25px;
	color: #949494;
	display: inline-block;
}
.menu-footer{
	margin: 25px 30px 0 30px;
	color: #512957;
	font-weight: bold;
	display: inline-block;
}
.menu-footer ul{

}
.menu-footer li{
	float: left;
	list-style: none;
	display: block;
}
.rss{
	display: inline-block;
}
.rss a:hover{
	opacity: 0.8;
}
#footer-2-tablet{
	display: none;
}


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

#cabecera{
	display: none;
}
#cabecera-2{
	display: block;
}
#cabecera-2 img{
	width: 100%;
}
#menu{
	font-size: 10pt;
	font-weight: bold;
	overflow: hidden;
}
#menu li{
	margin: 10px 14px;
}
#slider{
	display: none;
}
#slider-tablet{
	display: block;
	width: 100%;
}
#slider-tablet img{
	width: 100%;
}
#content{
	width: 100%;
}
#twitter{
	width: 96%;
}
#contenedor-logos-bronce{
	max-width: 700px;
}
#contenedor-logos-colaboran{
	max-width: 700px;
}
#logo{
	margin: 0px;
	margin-top: 30px;
}
#footer-1{
	background-image: url(../imagenes/fondo-tablet-footer-premios-albert-jovell-gepac-2015.png);
	font-size: 10pt;
	height: 285px;
}
.logo-gepac{
	width: 140px;
}
.titulos-footer-1{
	font-size: 12pt;
}
.telefono{
	font-size: 12pt !important;
}
#footer-2{
	display: none;
}
#footer-2-tablet{
	display: block;
}
#footer-2-tablet{
	background: white;
	width: 100%;
	font-family: Lato;
	text-align: center;
}
#footer-2-tablet img{
	margin: 0 7px;
}
#footer-2-tablet a{
	color: #512957;
}
.rss{
	margin-top: 20px;
}
.copyright{
	margin-bottom: 20px;
}

}

/******************************************/
/***    DISEÑO PARA MOVILES 480        ****/
/******************************************/
@media only screen and (max-width:640px){
#cabecera-2{
	display: none;
}
#cabecera-3{
	display: block;
}
#cabecera-3 img{
	width: 100%;
}
/*Make dropdown links appear inline*/
#menu ul {
	position: static;
	display: none;
	width: 100%;
}
/*Create vertical spacing*/
#menu li {
	margin-bottom: 1px;
	text-align: center;
	border: 2px solid #b69c64 !important;
	margin: 2px 0 !important;
	right: 0 !important;
}
/*Make all menu links full width*/
#menu ul li, li a {
	width: 99.2%;
}
#menu li:hover{
	border: 0;
}

/*Display 'show menu' link*/
.show-menu {
	display:block;
	font-size: 17pt;
}
.show-menu img{
	margin-right: 10px;
	width: 21px;
}
#articulo-1{
	width: 96%;
	float: none;
}
#articulo-2{
	width: 96%;
	float: none;
}
#colaboran img{
	width: 142px;
	margin-left: -40px;
}
#contenedor-logos-bronce{
	max-width: 304px;
}
#contenedor-logos-colaboran{
	max-width: 304px;
}
#logo{
	margin: 25px;
}
#footer-1{
	height: 600px;
}
.logo-gepac {
	margin-top: 30px;
	margin-bottom: 5px;
}
#footer-1{
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #381d3c, #1a171c);
    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #381d3c, #1a171c);
    /* IE 10 */
    background: -ms-radial-background(circle, #381d3c, #1a171c);
    /* estándar */
    background: radial-gradient(circle, #381d3c, #1a171c);
    height: 600px;
}
#footer-1 div{
	float: none !important;
}
#footer-1-inner{
	width:100%;
}
.elementos-footer-1{
	float: none;
	margin:0 auto;
	padding:0;
	left: 0;
	text-align: center;
	width: 255px;
}
.elementos-footer-1 li{
 	float: none !important;
 	right: 0 !important;
 	margin: 20px 0;
}
.footer-texto{
	margin: 0px;
	margin-top: 5px;
}
#footer-2-tablet img{
	margin: 0 30px;
}
.menu-footer li{
	float: none;
	margin: 10px 0;
	font-size: 14pt;
	text-decoration: underline;
}
.menu-footer img{
	display: none;
}
.copyright {
	font-size: 11pt;
}

/******************************************/
/***    DISEÑO PARA MOVILES 380        ****/
/******************************************/
@media only screen and (max-width:380px){
}

/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:329px){
}

/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
}