/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}

/** CANGREJITO PAPA**/

#yt_spotlight1 {background: #199282;}

#moonavigator li.level1.active, #moonavigator li.level1:hover, #meganavigator > li.active, #meganavigator > li:hover {
    background: #199282;
}

#yt_logo .logo {padding: 15px 0;}

.alert.alert-warning {
    display: none !important;
}

#yt_spotlight4 {
    background: rgba(0, 0, 0, 0) url(http://elcangrejitopapa.com/images/cangrejitopapa/fondos/fondo_home.jpg) no-repeat scroll center top;}


/** FORMULARIO DE RESERVAS**/

button#Enviar {
    width: 220px;
    height: 40px;
    background: #199282;
}