/**/
html,body{
	background:#CCC;
	width:100%;
	height:100%;
	font-family: 'Ubuntu Condensed', "Times New Roman", serif;
	color:white;
	padding:0;
	margin:0;
}
.main {
	background:black;
	min-height:94.5%;
}
.wrapper{
	background:black;
	margin:auto;
	width:1024px; /*hardcode*/
}
.header-title{
	position:relative;
}
.header-title h1{
	margin:0;
	text-align:center;
}
#canvas {
	position:absolute;
	top:0;
	left:0;
}
.nav {
	border-bottom:1px solid #999;
	text-align:center;
}
.nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav li {
	display:inline;
}
.nav img {
	width:28px;
	margin-right:.5em;
	vertical-align:bottom;
	border:0;
}
.nav a {
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
	display:inline-block;
	padding:0.2em 1.5em;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
}
.nav .link-home:hover {
	background:#01B0EC;
}
.nav .link-shows:hover{
	background:#98BF0D;
}
.nav .link-galerias:hover{
	background:#D54421;
}
.nav .link-contacto:hover{
	background:#F6B402;
}
.nav span {
	position:relative;
	top:-3px;
}
.content{
	font-size:1.5em;
	padding-bottom:1em;
	width:100%;
}
.index .content{
	background:black url('../images/home.jpg') bottom right no-repeat;
}
.shows .content{
	background:black url('../images/shows.jpg') bottom left no-repeat;
}
.contacto .content{
	background:black url('../images/contacto.jpg') bottom left no-repeat;
}
.content strong{
	color:red;
}
.content h2 {
	text-align:center;
	font-size:1.5em;
}
.content h3 {
	text-align:center;
	color:red;
}
.content .condensed {
	width:70%;
}
.content .condensed p {
	padding:0 0 0 5%;
	margin:0.7em 0;
}
p.last {
	margin-bottom:0;
}
.img-cadenas {
	display:none;
}
.show {
	width:46%;
	margin:0 2%;
	display:block;
	float:left;
	font-size:0.8em;
}
.show h2 {
	text-transform:uppercase;
	color:red;
	margin:0.3em 0;
}
.show p {
	margin:0.3em 0;
}
.show-chicos {
	width:65%;
}
blockquote {
	font-style:italic;
}
.button-punch::-moz-focus-inner {
	border: 0; 
}
.button-punch {
	float:right;
	position:relative;
	top:-10px;
	text-decoration:none;
	
	/*background: #4162a8;
	border-top: 1px solid #38538c;
	border-right: 1px solid #1f2d4d;
	border-bottom: 1px solid #151e33;
	border-left: 1px solid #1f2d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
	-moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
	box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
	color: #fff;
	font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	margin-bottom: 10px;
	padding: 10px 10px 12px 10px;
	text-align: center;
	text-shadow: 0px -1px 1px #1e2d4d;
	width: 150px;
	-webkit-background-clip: padding-box; */
	
	margin-bottom: 10px;
	padding: 10px 15px 12px 15px;
	text-align: center;
	font: bold 22px;
	letter-spacing:2px;
	background-color: #C6322A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
	text-decoration:none;
	background-image: -ms-linear-gradient(top, #D14D47 0%, #BD2625 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #BD2625 0%, red 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #D14D47 0%, #BD2625 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D14D47), color-stop(1, #BD2625));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #D14D47 0%, #BD2625 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #D14D47 0%, #BD2625 100%);
	-webkit-box-shadow: 1px 1px 5px 5px #FFF;
	box-shadow: 1px 1px 5px 5px #FFF; 
	/*FIX box shadow IE*/
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.button-punch:hover {
	background-image: -moz-linear-gradient(top, red 0%, #BD2625 100%);
	cursor: pointer; 
	-webkit-box-shadow: 1px 1px 10px 10px #FFF;
box-shadow: 1px 1px 10px 10px #FFF; 
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
#galeria-shows img {
	border: 2px solid #52697E;
}
#galeria-shows.spacegallery {
	width:500px;
	height:350px;
    margin:auto;
}
#video {
    margin:auto;
}
.galeria {
    padding:30px 0 10px;
    float:left;
    width:50%;
    text-align:center;
}
.info-contacto {
    color:red;
    
    width:50%;
    float:right;
    margin:5% 10% 5% 0;
        
    border: 5px solid white;
    
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}
.info-contacto h2 {
    text-transform:uppercase;
    margin:0.3em 0 0.2em 0; 
}
.datos-contacto {
    padding:0 0 0 20%;
}
.datos-contacto div{
    margin:0.6em 0;
}
.datos-contacto a {
    color:white;
    text-decoration:none;
}
.datos-contacto a:visited {
    color:white;
    text-decoration:none;
}
.datos-contacto a:visited {
    color:red;
    text-decoration:none;
}
.datos-contacto img {
    vertical-align:middle;
    margin-right:10px;
}
.datos-contacto .facebook img {
    width:38px;
    margin-right:20px;
}
.footer{
	text-align:center;
	font-size:1.3em;
	margin:0;
	padding:0;
	/*background:#333;
	border-top:1px solid #999;
	color:#AAA;*/
    background:#D54421;
	background: #EDEDED;
	background: #E3E3E3;
	background-image: linear-gradient(to bottom, #F3F3F3 0%, #E9E9E9 100%);
    
	border-top: 1px solid #DA0000;
	color: #DA0000;
	text-shadow: 1px 1px #BBB;
}
.footer div  {
	display:inline-block;
	margin:0 0 0 2em;
}
.footer img{
	width:32px;
}
.footer span{
	position:relative;
	top:-7px;
}

.footer span:hover{
	color:#333;
    cursor: default;
}
@media all and (max-width:1100px) {  
	.wrapper{
		width:94%;
	}
	.header-title img{
		width:100%;
	}
	#canvas {
		/*display:none;*/
	}
}
@media all and (max-width:1000px) {  
	.wrapper{
		width:98%;
	}
}
@media all and (max-width:900px) {  
	.wrapper{
		background:black;
		margin:auto;
		width:100%;
	}
	.index .content{
		background:black;
		bakground-image:none;
	}
	.content .condensed {
		width:94%;
		margin:auto 3%;
	}
    .galeria {
        float:none;
        width:100%;
        margin:10px auto;
    }
    
}
@media all and (max-width:750px) { 
	.show {
		width:96%;
		margin:0 2%;
	}
	.shows .content{
		background:black;
		bakground-image:none;
	}
    .info-contacto {
        margin:5% 5% 5% 0;
            
        border: 3px solid white;
        
        font-size:0.9em;
    }
    .datos-contacto {
        padding:0 0 0 10%;
    }
}
@media all and (max-width:600px) {  
	.nav li {
		display:inline-block;
		width:45%;
		text-align:left;
	}
	.nav a {
		width:75%;
		padding:0.2em 1.5em;
	}
	
	.video {
		display: none;
	}
	
	.img-cadenas {
		display:block;
		width:100%;
	}
	.button-punch {
		display:block;
		float:none;
		top:5px;
		margin:auto;
	}
    .contacto .content{
		background:black;
		bakground-image:none;
	}
    .info-contacto {
        float:none;
        margin:auto;
        margin-top:5%;
        width:85%;
        border: 3px solid white;
        font-size:0.9em;
    }
    .datos-contacto {
        padding:0 0 0 10%;
    }
	.footer div  {
		margin:0;
		display:inline-block;
		width:100%;
	}
    
    #galeria-shows img {
        width:300px;
    }
    #galeria-shows.spacegallery {
        width:300px;
        height:210px;
        margin:auto;
    }
    #video {
        width:300px;
        height:243px;
    }
}
@media all and (max-width:500px) {  
	.content .condensed p {
		text-align:center;
	}
}
@media all and (max-width:300px) {  
	#video {
        width:200px;
        height:161px;
    }
}



/*FIX*/
.floats-container:before,
.floats-container:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.floats-container:after {
    clear: both;
}
.floats-container {
    *zoom: 1;
}
.lnk-movilizame {
    text-decoration: none;
    color: #28881F;
    
}