@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
html {
	font-family: "Open Sans", sans-serif;
	background: url(../Imagenes/fondo2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/* GRID--------------*/
.row {
	z-index: -10000;
	width: 100%;
	height: auto;
	max-width: 1024px;
	margin: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px black;
}
[class*="col-"] {
	float: left;
	padding: 0px;
	border: 0px solid red;
}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
/*----FIN DE GRID------------*/



/* DISEÑO NAVEGADOR*/
a {
	text-decoration: none;
	color: #ffffff;
}
.menu {
	background: rgba(97,16,109,0.95); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, rgba(97,16,109,0.95), rgba(67,11,77,0.95)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, rgba(97,16,109,0.95), rgba(67,11,77,0.95)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, rgba(97,16,109,0.95), rgba(67,11,77,0.95)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, rgba(97,16,109,0.95), rgba(67,11,77,0.95)); /* Standard syntax */
	height: 50px;
	font-size: 15px;
	text-align: center;
	position: fixed;
	width: 75%;
	max-width: 1280px;
	z-index: 10000;
}
.botones {
	width: 33%;
	height: 100%;
	overflow: hidden;
}
.botones ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.botones li {
	color: #ffffff;
	float: left;
	width: 25%;
	height: 100%;
	padding: 15px 0px;
}
.botones li:hover {
	background-color: #34093A;
}
.botones li.lugar_actual {
	background-color: #34093A;
}
.logo_nav {
	height: 100%;
	position: absolute;
	bottom: 0%;
	right: 0%;
	padding: 9px 40px;
}
/*----------FIN DISEÑO NAVEGADOR------------------*/

.separador {
	background: rgba(97,16,109,1); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, rgba(97,16,109,1), rgba(67,11,77,1)); /* Standard syntax */
	height: 20px;
	margin: 0px;
	padding: 0px;
}
/* DISEÑO FOOTER*/
.footer {
	margin-top: 100px;
	height: 200px;
	background: rgba(97,16,109,80); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, rgba(97,16,109,80), rgba(67,11,77,80)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, rgba(97,16,109,80), rgba(67,11,77,80)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, rgba(97,16,109,80), rgba(67,11,77,80)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, rgba(97,16,109,80), rgba(67,11,77,80)); /* Standard syntax */
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
.footer div {
	float: left;
}
.logo_footer {
	padding: 15px;
	height: 100%;
	width: 30%;
}
.texto_footer {
	padding: 20px 10px 0px 0px;
	width: 55%;
	height: 100%;
	float: left;
}
.texto_footer div {
	margin-bottom: 15px;
	width: 33.33%;
	float: left;
}
.tel {
	padding-left: 7%;
}
.no_wrp {
	white-space: nowrap
}
.coma {
	display: inline;
	letter-spacing: 3px;
}
.imagen_torre {
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
}
.imagen_torre img {
	position: absolute;
	right: 0px;
}
.redes {
	height: 50px;
	background: #ffffff;
}
.redes ul {
	list-style-type: none;
	margin: 18px 10px;
	padding: 0;
}
.redes li {
	display: block;
	float: right;
	padding: 0px 10px;
}

/*--------------------FIN DE FOOTER---------*/

/* MEDIA QUERYS*/

@media only screen and (max-width: 500px) {
/* For mobile phones: */
html {
	background: #ffffff;
}
.row {
	width: 100%;
	margin: auto;
}
.menu {
	width: 100%;
}
[class*="col-"] {
	width: 100%;
}
.logo_nav {
	width: 0px;
	position: relative;
	clear: both;
	overflow: hidden;
}
.botones {
	width: 100%;
}
.logo_nav img {
	width: 0px;
}
.footer {
	height: 250px;
}
.texto_footer {
	padding: 15px 10px 0px 0px;
	width: 55%;
	height: 100%;
	float: left;
}
.texto_footer div {
	margin-bottom: 5px;
	width: 100%;
	float: none;
}
.logo_footer {
	padding: 15px;
	height: 85%;
	width: 45%;
}
.footer br {
	display: none
}
.coma {
	display: none;
}
.tel {
	padding-left: 0%
}
.imagen_torre {
	display: none;
}
	
.redes ul {
	width: 66.64%;
	margin: 18px auto;
	padding: 0;
}
.redes li {
	float: right;
	width: 20%;
	padding: 0px 10px;
}
}

@media only screen and (min-width : 500px ) and (max-width : 900px ) {

.row {
	width: 100%;
	margin: auto;
}
[class*="col-"] {
	width: 100%;
}
.menu {
	width: 100%;
}
.botones {
	width: 70%;
}
.logo_footer {
	padding: 15px;
	height: 100%;
	width: 25%;
}
.texto_footer {
	padding: 15px 10px 0px 0px;
	width: 55%;
	height: 100%;
	float: left;
}
.texto_footer div {
	margin-bottom: 3px;
	width: 100%;
	float: none;
}
.footer br {
	display: none
}
.imagen_torre {
	display: none;
}
.tel {
	padding-left: 0%
}
.redes ul {
	width: 66.64%;
	margin: 18px auto;
	padding: 0;
}
.redes li {
	float: right;
	width: 20%;
	padding: 0px 10px;
}
}

@media only screen and (min-width : 900px ) and (max-width :1024px ) {
[class*="col-"] {
	width: 100%;
}
.botones {
	width: 50%;
}
.row {
	width: 75%;
	margin: auto;
}
.menu {
	width: 75%;
}
.logo_footer {
	padding: 15px;
	height: 100%;
	width: 20%;
}
.texto_footer {
	padding: 15px 10px 0px 0px;
	width: 55%;
	height: 100%;
	float: left;
}
.texto_footer div {
	margin-bottom: 7px;
	width: 100%;
	float: none;
}
.footer br {
	display: none
}
.imagen_torre {
	display: none;
}
.tel {
	padding-left: 0%
}
}

@media only screen and (min-width : 1024px ) {
.row {
	width: 100%;
	max-width: 1280px;
}
.menu {
	width: 100%;
}
.coma {
	display: none;
}
html {
}
}


/*-------------FIN DE MEDIA QUERYS--------------*/
