body{
	font-family: sans-serif;
    color: #4e4e4e;

}

.contenedor{
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
    min-height: 500px;
}

a{
	text-decoration: none;
}

.cabeceraUsuario{
    background: #f3c728;
    height: 57px;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 4px solid #f79700;
}

.botonesCabeceraUsuario{
	float: right;
	color:#fff;
	padding: 20px;
    font-weight: lighter;


}

.botonesCabeceraUsuarioPresionado{
	float: right;
	color:#fff;
	padding: 20px;
	background: #c7a62d;
    font-weight: lighter;
}

.botonesCabeceraUsuario:hover{
    background: #c7a62d;
    transition:0.5s;
}

.logoCabeceraUsuario{
	float: left;
	color:#fff;
	padding-top: 8px;
}

.logoCabeceraUsuario img{
    width: 110px;
    margin-left: 25px;
}


.cabeceraAnfitrion{
    background: #27c5b3;
    border-bottom: 4px solid #f79700;
    height: 57px;
    text-transform: uppercase;
    font-size: 15px;

}

.botonesCabeceraAnfitrionPresionado{
    float: right;
    color:#fff;
    padding: 20px;
    font-weight: lighter;
}

.botonesCabeceraAnfitrion:hover{
    background: #139687;
    transition:0.5s;

}

.botonesCabeceraAnfitrion{
    float: right;
    color:#fff;
    padding: 20px;
    font-weight: lighter;
}

.botonesCabeceraEspec{
    float: right;
    color:#fff;
    padding: 20px;
    font-weight: lighter;
}

.botonesCabeceraEspecPresionado{
    float: right;
    color:#fff;
    padding: 20px;
    font-weight: lighter;
}

.botonesCabeceraEspec:hover{
    background: #368dc5;
    transition:0.5s;
}

.footerUsuario{
	height: 107px;
    background: #000000;
    margin-top: 50px;
  	width: 100%;
    color: #d5d3d3;
        
}

.emisorUsuario{
	width: 416px;
    background: #f9e6c2;
    margin: 20px;
    padding: 17px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 15px;
    margin-right: 270px;
}

.emisorUsuario h1{
	text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.emisorUsuario h3{
	font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.emisorAnfitrion{
	margin: 0 auto;
    background: #fff687;
    padding: 17px;
    width: 416px;
    margin-left: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
    margin-top: 10px;

}


.emisorAnfitrion h1{
	text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.emisorAnfitrion h3{
	font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.tituloUsuarios{
    padding: 47px 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color:#F79700;

}

.tituloAnfitrion{
    padding: 47px 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #f3c728;
}

.tituloEspectador{
    padding: 47px 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #6bbdf3;
}


.tituloAnfitrion h1{
    font-weight: bolder;
    padding: 10px;
    margin-bottom: 15px;
}

.tituloUsuarios h1{
	font-weight: bolder;
    padding: 10px;
    margin-bottom: 15px;

}

.tituloEspectador h1{
    font-weight: bolder;
    padding: 10px;
    margin-bottom: 15px;
}

.tituloUsuarios h2 {
    font-size: 25px;
    margin-top: 8px;
    background: #ce2829;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    width: 60px;
}

.tituloAnfitrion h2{
    font-size: 25px;
    margin-top: 8px;
    background: #ce2829;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    width: 60px;
}

.cajasAnfitriones{
	margin-bottom: 47px;
    text-align: center;
    width: 468px;
    margin: 23px auto;
    background: #fff3e2;
    border-radius: 10px;
    position: relative;
    padding: 10px;
  
}

.mensajesAnfitriones{
    margin:20px 20px;
}

.mensajesAnfitriones a{
    color: #fff;
    text-transform: uppercase;
}

.botonMensaje{
	margin: 0 20px;
    cursor: pointer;
    background: #139687;
    width: 100px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin: 0 230px;
    margin-top: 14px;
}


.botonMensajeInicio{

    width: 370px;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin: 0px auto;
    font-size: 25px;
}

.botonMensajeInicio h2{
    font-weight: lighter;
}

.nuevoMensajeFormulario{
	cursor: pointer;
    background: #fffffe80;
    width: 448px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-top: 10px;
}

.mensajesAnfitrionesActivos{
	background: #27c5b3;
    padding: 10px;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-bottom: 16px;
}

.mensajesUsuariosActivos{
    background: #f3c728;
    padding: 10px;
    margin-right: 20px;
    border-radius: 5px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-bottom: 16px;
}

.mensajesUsuariosActivos:hover{
    background: #b8961e;
    transition: 0.5s;
}

.mensajesAnfitrionesActivos:hover{
    background: #139687;
    transition: 0.5s;
}


.mensajesAnfitrionesActivos a{
	color: #fff;
	text-transform: uppercase;

}

.tituloMensajesAnfitriones{
	margin-bottom: 17px;
	text-transform: uppercase;
    color: #ff9700;
    text-align: center;
    font-size: 20px;
}

.imagenAnfitriones{
	width: 140px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
    height: 120px;
    border-radius: 7px;
 
}
.tituloAnfitriones{
	font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #139687;
    padding-top: 5px;

}

.tituloArtistas{
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #c7a62d;
    padding-top: 5px;
}

.imagenUsuario{
	width: 167px;
}

.datosAnfitriones{
	text-align: left;
	color: #666;

}

.ofrecimiento{
    padding: 5px;
    margin-top: 10px;
    width: 100%;
    font-weight: lighter;
    font-style: italic;
    font-size: 15px;
}

.datosAnfitriones h2{
	 font-weight: lighter;
	 font-size: 15px;
	 margin-bottom: 5px;
}


.nuevoMensajeFormulario h1{
	color: #139687;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.nuevoMensajeFormulario textarea {
	height: 50px;
    width: 400px;
    font-size: 14px;
    padding: 3px;
    border-radius: 5px;

}

.enviarMensaje{
    cursor: pointer;
	width: 85px;
    height: 25px;
    text-transform: uppercase;
    background: #27c5b3;
    color: #ffffff;
    border-radius: 5px;
}

.enviarMensaje:hover{
    background: #139687;
    transition:0.5s;
}

.datosAnfitriones img{
	width: 14px;
    margin-right: 10px;
    float: left;
}

.cajasAnfitriones h4{
    cursor: pointer;
	position: absolute;
    top: 0px;
    right: 0px;
    background: #ce2929;
    padding: 9px 9px 7px;
    border-radius: 0px 5px;
    color: #fff;
    font-size: 17px;
}

.cajasAnfitriones h4:hover{
    background: #8c1212;
    transition:0.5s;


}

.mensajeUsuario{
	font-weight: lighter;
    margin-top: 10px;
    background: #fbf7f7;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
    font-size: 14px;
}

.mensajeAnfitrion{
	font-weight: lighter;
    margin-top: 10px;
    background: #fbf7f7;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
    font-size: 14px;
}

.presentacionesUsuarios{
     margin-bottom: 20px;
     background: #fff3e2;
     width: 740px;
     margin: 30px auto;
     padding: 20px;
     border-radius: 10px;
    position: relative;
}

.presentacionesUsuarios h1{
    text-transform: uppercase;
    color: #ff9700;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}

.presentacionesUsuarios h2{
    margin-bottom: 15px;
    color: #666;
    width: 600px;
}

.presentacionesUsuarios a{
    padding: 10px;
    border-radius: 5px;
    margin-right: 12px;
}

.presentacionesUsuariosCancel{
    background: #9613131a;
    margin-bottom: 20px;
    width: 540px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin: 10px auto;

}

.presentacionesUsuariosCancel h1{
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 4px;
    background: #961313;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    font-weight: lighter;
}

.fechaShow{
    font-weight: lighter;
    position: absolute;
    top: 29px;
    font-size: 13px;
    left: 30px;
}

.fechaConfirmada{
    font-size: 12px;
    text-transform: uppercase;
    color: #139687;
    text-align: center;
}

.fechaCancelada{
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background: #f33a28;
    padding: 5px;
    float: left;
}

.fechaCancelada:hover{
    background: #8c1212;
    transition:0.5s;
}

.editarShow{
    margin-left: 100px;
    background: #5dc16a;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    float: left;
}

.editarShow:hover{
    background: #3b8a46;
    transition:0.5s;
}

.fechaRealizada{
    color: #139687;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.showRealizado{
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    background: #28bbf3;
    font-size: 14px;
    color: #fff;
    float: right;
}

.showRealizado:hover{
    background: #1b7a9e;
    transition:0.5s;
}

.valorarShow{
    cursor: pointer;
    background: #41c3d8;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    margin-left: 208px;

}

.valorarShow:hover{
    background: #2999ab;
    transition:0.5s;
}

.botonMensajeUsuario{
    cursor:pointer;
    background: #ff9700;
    width: 480px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.botonMensajeUsuario:hover{
    background:#c17911;
    transition:0.5s;
}

.nuevoMensajeFormularioUsuario{
    margin: 10px auto;
    cursor: pointer;
    width: 480px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    background: #ff970017;
}

.nuevoMensajeFormularioUsuario h1{
    width: 480px;
    margin: 5px auto;
    color: #666;
    border-radius: 3px;
    margin-right: 23px;
    text-transform: uppercase;
    font-size: 14px;
    
}

.nuevoMensajeFormularioUsuario p{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ff9700;

}

.nuevoMensajeFormularioUsuario select{
    width: 120px;
    height: 25px;
    font-size: 13px;
}

.nuevoMensajeFormularioUsuario textarea {
    height: 50px;
    width: 400px;
    font-size: 13px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.filtroBusqueda{
    margin: 10px auto;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px
}

.filtroBusqueda p{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #139687;
}

.filtroBusqueda select{
    width: 120px;
    height: 25px;
    font-size: 13px;
}


.contenedorMensajes{
    background: #fbf7f7;
    width: 500px;
    margin: 0px auto;
    padding: 20px;
    border-radius: 20px;
}

.anfitrionLugar{
    text-transform: uppercase;
    background: #fff9;
    padding: 5px;
    color: #961313;
    border-radius: 5px;
    padding-left: 30px;
}

.ingresoLogin p{
    color: #d75656;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.cajitaValoracion{
    margin-bottom: 20px;
    background: #fbf7f7;
    padding: 15px;
    border-radius: 10px;
    max-width: 383px;
    margin: 20px auto;
}

.cajitaValoracion h1{
    color: #139687;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 18px;
}

.cajitaValoracion h2{
    border-radius: 0px 10px 0px;
    background: #ce2929;
    padding: 4px;
    color: #fff;
    float: right;
    font-size: 25px;
    position: relative;
    bottom: 36px;
    left: 15px;
    
}

.cajitaValoracion p{
    color: #666;
}

.botonContratar{
    cursor: pointer;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    background: #27c5b3;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.botonContratar:hover{
    background: #139687;
    transition:0,5s;
}

.cajasPerfiles{
    margin-bottom: 47px;
    text-align: center;
    max-width: 740px;
    margin: 30px auto;
    background: #fff3e2;
    border-radius: 10px;
    position: relative;
}

.imagenPerfiles{
    width: 300px;
    float: right;
    margin-left: 30px;
    object-fit: cover;
    height: 268px;
}

.cajasPerfiles h4{
    position: absolute;
    top: 0px;
    right: 300px;
    background: #f55959;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    color: #fff;
}

.editarDatos{
    color: #fff;
    background: #ff9700;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
}

.editarPass{
    color: #fff;
    background: #ff9700;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
}

.modificarImagen{
    float: left;
}

.modificarImagen img{
    width: 226px;
    margin-bottom: 10px;
}

.modificarImagen a{
    padding: 5px;
    color: #fff;
    background: #ff9700;
    border-radius: 5px;
    font-size: 14px;
}



.formularioEditar input{
    height: 20px;
    max-width: 200px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 5px;
    
}

.formularioEditar select{
    width: 200px;
    margin-bottom: 5px;
    font-size: 14px;
}

.formularioEditar textarea{
    width: 195px;
    height: 80px;
    font-size: 14px;
    padding: 3px;
}

.formularioEditar h1{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.formularioEditar .textoEdiciones{
    width: 400px;
    height: 80px;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.registroDatos{
    margin-bottom: 47px;
    width: 740px;
    margin: 30px auto;
    background: #fff3e2;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 10px;
}

.registroDatos h3{
    font-size: 15px;
    margin-bottom: 5px;
}

.datosPersonales{
    float: left;
    width: 50%;
}

.datosPersonales input{
    height: 25px;
    width: 250px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    border-radius: 5px;
}

.datosPersonales textarea{
    height: 118px;
    width: 250px;
    border-radius: 5px;
}

.insertarEdicion{
    height: 25px;
    width: 220px;
    background: #f8a716;
    color: #fff;
    margin-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
}

.registroDatos p{
    background: #ab880a;
    padding: 5px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}


.volverAtras{
    float: left;
}

.volverAtras img{

    background: #27c5b3;
    width: 15px;
    padding: 5px;
    margin-top: 10px;
    border-radius: 0px 5px 5px 0px;

}

.botonModificarPerfil{

    margin-top: 13px;
    text-transform: uppercase;
    background: #e03a3a;
    color: #fff;
    border-radius: 5px;
    height: 30px !important;
    margin-bottom: 10px !important;
}

.tituloEdicionPerfil{
    background: #27c5b3;
    padding: 5px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.tituloEdicionShow{
    background: #139687;
    padding: 5px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px 5px 0px 0px;
}


.valorarPuntaje{
    text-align: center;
    background: #effbf9;
    width: 560px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}

.valorarPuntaje h1{
    text-transform: uppercase;
    width: 185px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;
    color: #139687;
}

.valorarPuntaje select{
    margin-left: 10px;
    height: 20px;
    width: 50px;
    font-size: 13px;
}

.valorarPuntaje textarea{
    width: 430px;
    height: 100px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
}

.valoracionBoton{
    cursor: pointer;
    background: #f33a28;
    padding: 7px;
    width: 100px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}

.valoracionBoton:hover{
    background: #8c1212;
    transition:0.5s;
}

.confirmarFecha{
    background: #42b16f;
    color: #fff;
    font-size: 14px;
}

.tituloInicio{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #847c7c;

}

.fotoAnfitrion{
    float: left;
    width: 50%;
    margin-top: 25px;
}

.fotoAnfitrion img{
    width: 200px;
    object-fit: cover;
    height: 150px;
    border-radius: 7px;
}

.fotoAnfitrion h1{
    font-size: 15px;
}

.fotoArtista{
    width: 50%;
    float: left;
    margin-top: 25px;
}

.fotoArtista h1{
    font-size: 15px;
}

.fotoArtista img{
    width: 200px;
    object-fit: cover;
    height: 150px;
    border-radius: 7px;
}

.fechaShoww{
    background: #368cc5;
    padding: 9px 9px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.contenedorOtro{
    padding: 5px;
}

.contenedorOtro h2{
    margin: 10px auto;
    background: #fff;
    color: #666;
    padding: 3px;
    width: 440px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.contenedorOtro img{
    width: 13px;
    margin-right: 5px;
}

.contenedorOtro a{
    background: #f79700;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    font-weight: lighter;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.4; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.4; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.4; }
  100% { opacity: 1.0; }
}

input[type="radio"] {
  display: none;
}

label {
    color: #65635999;
    font-size: 18px;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}

label:hover,
label:hover ~ label {
  color: orange;
}

input[type="radio"]:checked ~ label {
  color: orange;
}

.showTitulo{
    color: #27c5b3;
}

.presentacionesCajitas{
    background: #d6f5f1;
    margin-bottom: 20px;
    width: 540px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin: 10px auto;
}

.presentacionesCajitas h1{
    font-size: 18px;
    margin-bottom: 12px;
    border-radius: 5px;
    padding: 4px;
    background: #f3c728;
    text-align: center;
    color: #fff;
    padding-left: 10px;
    font-weight: lighter;
}


.fechaShowArtista{
    font-weight: lighter;
    position: absolute;
    top: 29px;
    font-size: 13px;
    left: 380px;
    color: #fff;
    margin-bottom: 0px;
}

.fechaShowArtista2{
    font-weight: lighter;
    font-size: 20px;
    color: #14968c;
    text-align: center;
    margin-bottom: 10px;
    
}

.fechaShowArtista3{
    font-weight: lighter;
    font-size: 15px;
    color: #666;
    text-align: center;
    position: relative;
    bottom: 25px;
    left: 160px;
}

.descripcionShow{
    margin-bottom: 20px;
    background: #fff9;
    padding: 10px;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    font-size: 15px;
}

.descripcionShow2{
    background: #fff9;
    padding: 10px;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 10px;
}

.descTalento{
    background: #fff9;
    padding: 10px;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
    width: 288px;
    font-weight: lighter;
    float: left;
}

.botonMensajeConvers{
    cursor:pointer;
    background: #139687;
    width: 110px;
    text-align: center;
    padding: 5px;
    color: #fff;
    float: right;
    border-radius: 3px;
    margin-top: 14px;
}

.botonMensajeConversArt{
    cursor: pointer;
    background: #c7a62d;
    width: 110px;
    text-align: center;
    padding: 5px;
    color: #fff;
    float: right;
    border-radius: 3px;
    margin-top: 14px;
}

.botonMensajeConvers:hover{
    background: #025a50;
    transition:0.5s;
}

.enviarMensajeUsuario{
    cursor: pointer;
    width: 85px;
    height: 25px;
    text-transform: uppercase;
    background: #ff9700;
    color: #ffffff;
    border-radius: 5px;
}

.enviarMensajeUsuario:hover{
    background: #c17911;
    transition:0.5s;
}

.calendarioFecha{
    width: 200px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}

.presentacionesCajitasValorar{
    background: #d6f5f1;
    margin-bottom: 20px;
    width: 540px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}

.presentacionesCajitasValorar h1{
    font-size: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 4px;
    background: #f3c728;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    font-weight: lighter;
}

.observaciones{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: lighter;

}

.botoncitoValoraciones{
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    background: #f79700;
    text-transform: uppercase;
    margin: 0 auto;
    width: 175px;
}

.botoncitoValoraciones:hover{
    background:#bf790a; 
    transition:0.5s;
}

.textosAnfitriones{
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}

.textosAnfitriones h3{
    font-weight: lighter;
    font-size: 20px;
}

.botonAcordarShow{
    cursor: pointer;
    background: #27c5b3;
    max-width: 480px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.botonAcordarShow:hover{
    background: #139687;
    transition:0.5s;
}

.formularioEditar .botonModificarPerfil{
    margin-top: 13px;
    text-transform: uppercase;
    background: #e03a3a;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    margin-bottom: 10px;
    width: 120px;
    font-size: 14px;
    text-align: center;
}

.buscarArtistas{
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background: #27c5b3;
    padding: 12px;
    width: 490px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: lighter;
    margin-bottom: 10px;

}

.buscarArtistas:hover{
    background: #219689;
    transition:0.5s;
}

.indexAnfitrion{
    padding: 10px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bolder;
    color: #27c5b3;
}

.bajadaPreg{
    margin-bottom: 15px;
    text-transform: initial;
    font-size: 50px;
    color: #219689;
    font-weight: lighter;
    padding: 10px;
}

.indexArtistas{
    padding: 10px;
    font-size: 30px;
    color: #f3c728;
    font-weight: bolder;
    margin-bottom: 15px;
}

.bajadaPregAnf{
    margin-bottom: 15px;
    text-transform: initial;
    font-size: 50px;
    color: #ab880a;
    font-weight: lighter;
    padding: 10px;
}

.indexEspec{
    padding: 10px;
    font-size: 30px;
    color: #6bbdf3;
    font-weight: bolder;
    margin-bottom: 15px;

}

.bajadaPregEspec{
    margin-bottom: 15px;
    text-transform: initial;
    font-size: 50px;
    color: #2976a9;
    font-weight: lighter;
    padding: 10px;

}

.buscarEspec{
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background: #6bbdf3;
    padding: 12px;
    width: 490px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: lighter;
    margin-bottom: 10px;
}

.buscarEspec:hover{
    background: #2976a9;
    transition:0.5s;
}

.buscarAnfitriones{
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background:#818728;
    padding: 12px;
    width: 490px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: lighter;
    margin-bottom: 10px;
}

.buscarAnfitriones:hover{
    background: #ab8809;
    transition:0.5s;
}

.botonRegistro{
    text-align: center;
    padding: 10px;
    margin: 20px auto;
}

.botonRegistro a{
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: lighter;
}

.descEdicion{
    background: #fff9;
    padding: 10px;
    color: #666;
    border-radius: 5px;
    font-style: italic;
    font-size: 15px;
    margin-top: 10px;
    width: 378px;
    font-weight: lighter;
}

.errorIngresar{
    text-align: center;
    font-size: 30px;
    width: 600px;
    margin: 0 auto;
    padding-top: 100px;
}