*{
	margin: 0;
	padding:0;
}

a{
	color:#e4f809;
}

body {

    font-family:"Arial";
    background-color:#dddddd;
     text-align:center;
    }

.wrapper {
    margin: 0 auto;
    padding: 0;
    width:100%;
	max-width: 1100px;
    position:relative;
    z-index:2;
    border-radius:0;
     
}
.wrapper img{
   width:100%;
   text-align:center;
     
}
section{
	display:block;
	margin: 0 auto;
	

}
h2{
  color: #fff;
    float: left;
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    text-transform: uppercase;
}


/* ======================================================================================================
 MEDIA QUERIES
=======================================================================================================*/	
	
@media only screen and (min-width: 1024px) {
	.wrapper {
    padding: 0;
    text-align:center;

	}

}/*** cierre****/
	
	
	
	/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 5px;
    position: relative;
    width: 41%;
    z-index: 2;
}

}
	
	
	/* ================= Mobile (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
	
}
	
		/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 800px) and (max-width: 480px) {
	.wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 0;
     margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;

    position: relative;
    width: 49%;
    z-index: 2;
}
}
	

	/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
		body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #000;
    background-image: url("../images/bg.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: calc(100%) auto;
    font-family: "Arial";
}
	
			
   	.wrapper {
   margin: 0 auto;
    padding: 0;
    width: 100%;
	}
	

	

	
}/*** cierre*******/
	
	/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 320px) {

.wrapper {
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
}
		
	/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.wrapper {
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
	
	body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #000;
 	width: 100%;
    font-family: "Arial";
}
	
	
}/*****cierre**/
	
	
	/* ================= Mobile (Portrait) < 320px ================= */
	@media only screen and (max-width: 310px) {
		
	.wrapper {
    margin-bottom: 0;
    margin-right: auto;
    margin-top:0;
    padding: 0;

    width: 100%;
}
	body {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #000;
    background-image: url("../images/bg.png");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: repeat;
    background-size: calc(80%) auto;
    font-family: "Arial";
}
	
	
	
}/** cierre **/
	




















