@charset "utf-8";
/* CSS Document */
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
.verde {
	color: #74D407;
}
.p-t-2 {
	padding-top: 2rem;
}
.text-negrita {
	color:#6C6C6D;
	font-weight: bold;
}
.text-gris {
	color: #7A7A7B;
}
.text-1-1rem {
	font-size: 1.1rem;
}
.text-1-6rem {
	font-size: 1.6rem;
}
.text-1-7rem {
	font-size: 1.7rem;
}
.text-1-8rem {
	font-size: 1.8rem;
}
.text-1-9rem {
	font-size: 1.9rem;
}
#text-center {
	text-align: center;
	position: absolute;
	display:block;
	left: 5%;
	top:30%;
    
   
   
}
#text-center h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top:20px;
	color:#FFF;
	padding: 0;
  	margin: 0;
  	font-size: 2.5em;
	font-weight:bold;
}


.list-inline {
	width:100%;
	margin-top:10px;
}
.list-inline li {
	
}
.list-inline li a {
	color:#FFF;
}
.list-inline li a:hover {
	color:#0F0;
}
.btn-top {
	margin-top:20px;
	color:#f1f1f1;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
	border-color:#cccccc;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
  	color: #333333;
 	background-color: #ebebeb;
  	border-color: #adadad;
}
.vegas #container-right{
	position: absolute;
	right:0px;
}
.container-fluid h2 {
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#FFF;
	font-size:2.5em;
	background:#000;
	padding:10px;
}
#container-right .container-fluid p {
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#FFF;
	font-size:1.8em;
	background:#000;
	padding:5px;
}
@media screen and (max-width: 767px) {
	#text-center {
		padding-top: 10px;
		position:static;
		clear:both;
	}
	.vegas #container-right {
		margin:0 auto;
		width:80%;
		margin:0% 10% 0% 10%;
		
	}
}
@media only screen and (max-width : 480px) {
	#text-center {
		clear:both;
	}
	.vegas #container-right {
		width:100%;
		margin:0 auto;
	}
	.container-fluid {
		text-align:center;
		
	}
}
/*Empieza la modal*/

.modal-title {
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
}