/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 @charset "utf-8";
/* CSS Document */

@font-face {
 font-family: CenturyGothic;
 src: url("fonts/CenturyGothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: CenturyGothic;
 src: url("fonts/CenturyGothic.ttf") /* TTF file for CSS3 browsers */
}

body {
    width: 100%;
    height: 100%;
    font-family: CenturyGothic, Arial, Tahoma;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: CenturyGothic, Arial, Tahoma;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 100%;
    line-height: 1.4;
}

.ph{
    margin: 0;
    font-size: 100%;
    letter-spacing: 10%;
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.fondo-azul a {
	color: #66FFFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fondo-azul a:hover,
.fondo-azul a:focus {
	text-decoration: none;
	color: #6699FF;
}

.light {
    font-weight: 400;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: CenturyGothic, Arial, Tahoma;
	background-color: #1e334f;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}



.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/fondo4.jpg) no-repeat bottom center scroll;
    background-color: #1e334f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
	font-size: 110%;
	text-transform: none;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.intro .intro-body .intro-text {
    font-size: 100%;
}

.intro .intro-body .head-image {
	background-image: url(../img/alfaCabecera2.png);
	height: 50px;
	width: 288px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}



.content-section {
	padding-top: 50px;
}

.fondo-azul {
    width: 100%;
    color: #fff;
    background-color: #1e334f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background:#1e334f;
	background:-moz-linear-gradient(left,#1e334f 0,#3d74b9 80%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#1e334f),color-stop(80%,#3d74b9));
	background:-webkit-linear-gradient(left,#1e334f 0,#3d74b9 80%);
	background:-o-linear-gradient(left,#1e334f 0,#3d74b9 80%);
	background:-ms-linear-gradient(left,#1e334f 0,#3d74b9 80%);
	background:linear-gradient(to right,#1e334f 0,#3d74b9 80%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)
	
	}
	
	#enlaceHoteles{
	border-radius: 5px;
	border: thin solid #999;
	margin-bottom: 10px;
	background: #1e334f;
	background: -moz-linear-gradient(left,#1e334f 0,#3d74b9 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(0%,#1e334f),color-stop(100%,#3d74b9));
	background: -webkit-linear-gradient(left,#1e334f 0,#3d74b9,#1e334f 100%);
	background: -o-linear-gradient(left,#1e334f 0,#1e334f,#3d74b9 100%);
	background: -ms-linear-gradient(left,#1e334f 0,#1e334f,#3d74b9 100%);
	background: linear-gradient(to right,#1e334f 0,#1e334f,#3d74b9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1);
	margin-right: auto;
	margin-left: auto;
}

#servicios {
	float: left;
	font-size: 120%;
	margin-left: 85px;
	width: 370px;
}
#servicios_1 {
	border-radius: 5px;
	border: thin solid #999;
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(34,34,34,0.2);
	margin-top: 30px;
}
#servicios_2{
	border-radius: 5px;
	border: thin solid #999;
	padding: 10px;
	background-color: rgba(34,34,34,0.2);
	/*text-shadow: 0em 0em 0.1em #000;*/
}
#contenidos{
	margin-top: 30px;
	border-radius: 5px;
	border: thin solid #999;
	background-color: rgba(34,34,34,0.3);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#ej{
	font-size: 85%;
	margin-bottom: 35px;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	color: #2B4673;
}
#demo{
	font-size: 100%;
	margin-bottom: 3px;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	color: #2B4673;
}


/*#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}*/

.btn {
    text-transform: uppercase;
    font-family: CenturyGothic, Arial, Tahoma;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


/*-------------------------------------------------------------------*/
@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 140%;
        line-height: 1.4;
    }
}

@media(max-width:768px) {
    .navbar-brand {
	font-size: 120%;
    }
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
	padding: 0;
	background-color: #1e334f;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
	font-size: 160%;
	text-transform: none;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #FFFFFF;
    }

    .intro .intro-body .intro-text {
        font-size: 110%;
    }
		
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
	.intro .intro-body .head-image {
	background-image: url(../img/alfaCabecera3.png);
	height: 118px;
	width: 664px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
}

@media only screen and (min-width: 960px) {
	.intro .intro-body .head-image {
	background-image: url(../img/alfaCabecera3.png);
	height: 118px;
	width: 664px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
}

/*@media(max-height:400px) {
	.intro .intro-body .head-image {
	background-image: url(../img/alfaCabecera1.png);
	height: 91px;
	width: 524px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
}*/

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*pc y laptop*/
@media(min-width:767px) {
    .content-section {
	padding-top: 100px;
    }
	
	h6 {
	
	font-family: CenturyGothic, Arial, Tahoma;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2B4673;
	font-size: 115%;
}




#tv{
	/*-moz-box-shadow: 2px 5px 10px #000;
	-webkit-box-shadow: 2px 5px 10px #000;
	box-shadow: 2px 5x 10px #000;*/
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #06F;*/
	background-image: url(../img/tvsamsung.png);
	padding-top: 11px;
	height: 600px;
	margin-bottom: 20px;
}
	
	#player{
	background-color: #1e334f;
	border-radius: 1px;
	/*-moz-box-shadow: 2px 5px 10px #000;
	-webkit-box-shadow: 2px 5px 10px #000;
	box-shadow: 2px 5x 10px #000;*/
	clear: both;
	width: 719px;
	margin-right: auto;
	margin-left: auto;
}

.LogosSlideshow {
	height: 38px;
	width: 150px;
	margin-right: 10px;
	margin-left: 14px;
	float: left;
	margin-top: 7px;	
}
#ElTiempo{
	margin-bottom: 1px;
	margin-top: 5px;	
}
#video{
	z-index: 1;	
}
#clock {
	margin-right: 15px;
	float: right;
	margin-top: 0px;
}
#logoHotel {
	border-radius: 5px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	margin-right: 0px;
}
#InfoHotel {
	margin-top: 6px;
	margin-bottom: 13px;
}
#tele {
	margin-bottom: 13px;
	margin-left: 55px;
	float: left;
	margin-top: 20px;
}


.precios_textos{
	border-radius: 5px;
	background-color: rgba(34,34,34,0.3);
	float: left;
	padding: 6px;
	margin-left: 7px;
	margin-top: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #999;
}
#precios1 Img{
	float: left;
	clear:left;
}
#precios1{
	width: 320px;
	float: left;
	margin-left: 60px;
	}
#precios2 Img{
	float: left;
	clear:left;
}
#precios2{
	width: 310px;
	float: left;
	margin-left: 20px;
}


}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
/*mobiles*/
@media(max-width:767px) {
	h2 {
   font-size: 120%;
}
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
	
	.ej{
	font-size: 85%;
	margin-bottom: 35px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #2B4673;
}
	
	#player{
	background-color: #000;
	border-radius: 7px;
	/*-moz-box-shadow: 2px 5px 10px #000;
	-webkit-box-shadow: 2px 5px 10px #000;
	box-shadow: 2px 5x 10px #000;*/
	clear: both;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #999;
	visibility: hidden;
	display: none;
}

.LogosSlideshow {
	height: 38px;
	width: 150px;
	margin-right: 10px;
	margin-left: 14px;
	float: left;
	margin-top: 7px;	
}
#ElTiempo{
	margin-bottom: 1px;
	background-color: #000;
	margin-top: 5px;	
}
#video{
	z-index: 1;	
}
#clock {
	margin-right: 15px;
	float: right;
	margin-top: 8px;
}
#logoHotel {
	border-radius: 5px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
#InfoHotel {
	margin-top: 8px;
	margin-bottom: 13px;
}
#link_y_logos_hoteles {
	font-size: 14px;
	font­size: 0.875rem;
	margin-bottom: 20px;
	text-align: center;
}
.logo_hoteles {
	margin-left: 20px;
}
}

/*verde pastel*/
	/*background:#20a0c2;
	background:-moz-linear-gradient(left,#20a0c2 0,#2ed2ab 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#20a0c2),color-stop(100%,#2ed2ab));
	background:-webkit-linear-gradient(left,#20a0c2 0,#2ed2ab 100%);
	background:-o-linear-gradient(left,#20a0c2 0,#2ed2ab 100%);
	background:-ms-linear-gradient(left,#20a0c2 0,#2ed2ab 100%);
	background:linear-gradient(to right,#20a0c2 0,#2ed2ab 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/
	
	/*verde limon*/
	/*background:#2fc433;
	background:-moz-linear-gradient(left,#2fc433 0,#a9b722 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#2fc433),color-stop(100%,#a9b722));
	background:-webkit-linear-gradient(left,#2fc433 0,#a9b722 100%);
	background:-o-linear-gradient(left,#2fc433 0,#a9b722 100%);
	background:-ms-linear-gradient(left,#2fc433 0,#a9b722 100%);
	background:linear-gradient(to right,#2fc433 0,#a9b722 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/
	
	/*rojo intenso*/
	/*background:#c92943;
	background:-moz-linear-gradient(left,#c92943 0,#dc7935 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#c92943),color-stop(100%,#dc7935));
	background:-webkit-linear-gradient(left,#c92943 0,#dc7935 100%);
	background:-o-linear-gradient(left,#c92943 0,#dc7935 100%);
	background:-ms-linear-gradient(left,#c92943 0,#dc7935 100%);
	background:linear-gradient(to right,#c92943 0,#dc7935 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/
	
	/*magenta pastel*/
	/*background:#753d70;
	background:-moz-linear-gradient(left,#753d70 0,#ad5288 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#753d70),color-stop(100%,#ad5288));
	background:-webkit-linear-gradient(left,#753d70 0,#ad5288 100%);
	background:-o-linear-gradient(left,#753d70 0,#ad5288 100%);
	background:-ms-linear-gradient(left,#753d70 0,#ad5288 100%);
	background:linear-gradient(to right,#753d70 0,#ad5288 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/
	
	/*azul-magenta intenso*/
	/*background:#363ad0;
	background:-moz-linear-gradient(left,#363ad0 0,#8932ea 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#363ad0),color-stop(100%,#8932ea));
	background:-webkit-linear-gradient(left,#363ad0 0,#8932ea 100%);
	background:-o-linear-gradient(left,#363ad0 0,#8932ea 100%);
	background:-ms-linear-gradient(left,#363ad0 0,#8932ea 100%);
	background:linear-gradient(to right,#363ad0 0,#8932ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/
	
	/*gris oscuro*/
	/*background:#2f3334;
	background:-moz-linear-gradient(left,#2f3334 0,#384244 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#2f3334),color-stop(100%,#384244));
	background:-webkit-linear-gradient(left,#2f3334 0,#384244 100%);
	background:-o-linear-gradient(left,#2f3334 0,#384244 100%);
	background:-ms-linear-gradient(left,#2f3334 0,#384244 100%);
	background:linear-gradient(to right,#2f3334 0,#384244 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1',endColorstr='@color2',GradientType=1)*/

