

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(254, 73, 73, 1);
  }
  
  a {
  text-decoration: none;
  color: white;  }
  
  h2{
	font-size: 22pt;
	color: rgba(253, 73, 73, 1);
	line-height:50px;
	vertical-align:middle;
  }
  
 .MainContent{
	background-color:white;
	width:90%;
	
	
 }
 

 

 
.container {
    display: table;
}

.row  {
    display: table-row;
}

.left, .right, .middle {
display: table-cell;
margin:0px;
padding-top:0px;
}

.leftLine{
	height:2px;
	background-color:#F0F0F0;
	width:150px;
	float:left;
}

.rightLine{
	height:2px;
	background-color:#F0F0F0;
	width:150px;
	float:right;
}

.clear-float{
	clear:both; display:block; height:0px
}

#divShows, #divGaleria, #divBiografia, #divPromociones, #divContacto{ margin-top:100px; }

#divFooter{
	height:50px;
	background-color:rgba(254, 73, 73, 1);
	color:white;
	line-height:50px;
	font-size:10pt;
}
.btn{
	background-color:transparent;
	border: 2pt solid white;
	color:white;
	width:200px;
	display:inline;
	padding:3px 30px;
	cursor:pointer;
	font-size:10pt;
}

.btn:hover{
	background-color:white;
	color: #00B3FF;
}

.grayButton, .grayButtonFb, .grayButtonTwitter{
	color:silver;
}

.grayButton:hover{
	color:rgba(254, 73, 73, 1);
}

.grayButtonFb:hover{color:#45619D;}
.grayButtonTwitter:hover{color:#55ACEE;}

.whiteBtn{
	color:white;
}

.whiteBtn:hover{
	color:#FFFD00;
}

 .blueHeader{
	width:100%;
	background-color:rgba(0, 174, 221, 1);
	color:white;
	height:40px;
	line-height:40px;
	
	
 }
 
  #divHeaderPhone{
	font-size:12pt;
 }
 
 #divHeaderSocialNetwork{font-size:20pt;}
 
 #divHeaderWelcome{
	font-size:20pt;
 }
