btn-enviar-formulariobody{
    background-color: #AA9A2D;
}


/* SELECCION WEBKIT OPERA IE& */
::selection{
    background:#6FC8FD;
    color:#FFF;
}

/* SELECCION FIREFOX */
::-moz-selection{
    background:#6FC8FD;
    color:#FFF;
}

#mouse p{
    color: #beb55a;
}

#flecha{
    border: 1px solid #beb55a;
}

#menu ul li.show a{
    border-color: #cccccc;
}

#menu ul li.show ul li a:hover{
    border-color: #cccccc;
}

#menu ul li a{
    color: #cccccc;
 }

#menu ul li a:hover{
    border-color: #cccccc;
}

#pleca{
    background-color: #222222;
}

#form_inscripcion{
    background-color: #AA9A2D;
 }

/*COLOR PLACEHOLDER*/
#form_inscripcion form input-placeholder { color: #fff;}
#form_inscripcion form ::-webkit-input-placeholder { color: #fff;}
#form_inscripcion form :-moz-placeholder { color: #fff;} 
#form_inscripcion form ::-moz-placeholder { color: #fff;} 
#form_inscripcion form :-ms-input-placeholder { color: #fff;}

#form_inscripcion form input{
    border-bottom: solid 1px #fff;
    color: #fff;
}

#form_inscripcion form textarea{
    border: solid 1px #fff;
    color: #beb55a;
}

#form_inscripcion form #btn-enviar-formulario{
    border: 1px solid #fff;
    color: #fff;
	padding-top: 17px !important;
	padding-bottom: 17px !important;
}

#form_inscripcion form #btn-enviar-formulario:hover{
    background-color: #fff;
    color: #AA9A2D;
}

#close-form-lateral{
    background-color: #fff;
    color: #222222;
}

.line{
	    background-color: #0fc5a0;
}

.cont-full{
    color: #ffffff;
}

.white{
    background-color: #ffffff;
    color: #333 !important;
}

.blanco{
	border-color: #fff !important;
	color: #FFFFFF !important;
}

.blanco:hover{
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.gold{
    border-color: #fff;
    color: #fff;
}

.gold:hover{
    background-color: #AA9A2D;
    color: #fff;
}

.gold-full{
    background-color: #AA9A2D;
    border-color: #030 !important;
    color: #fff;
}

.gold-full:hover{
    background-color: #AA9A2D;
    border-color: #222222;
    color: #AA9A2D;
}

#about{
    background-image:url(../kung-fu/images/wushi_daodi_kung_fu_01.jpg);
	color:#fff;
	background-repeat:no-repeat;
}

#maestros{
    background-image:url(../kung-fu/images/wushi_daodi_kung_fu_02.jpg);
	color:#fff;
	background-repeat:no-repeat;
}

#horarios{
    background-image:url(../kung-fu/images/wushi_daodi_kung_fu_03.jpg);
	color:#fff;
	background-repeat:no-repeat;
}

#contacto{
    background-image:url(../kung-fu/images/wushi_daodi_kung_fu_04.jpg);
	color:#fff;
	background-repeat:no-repeat;
}



#frase_inicial{
    color: #cccccc;
}


/*ESTILOS MAESTROS*/

.maestro h1{
    color: #222222;
}

.bio{
    border-top: thin solid #AA9A2D;
    color: #393939;
}

.separador{
    border-top: 1px solid #F4F4F4;
}

footer{
    background-color: #beb55a
}

footer p{
    color: #3f231d;
}

/*COLOR PLACEHOLDER*/
form#formulario-general input-placeholder { color: #222222;}
form#formulario-general ::-webkit-input-placeholder { color: #222222;}
form#formulario-general :-moz-placeholder { color: #222222;} 
form#formulario-general ::-moz-placeholder { color: #222222;} 
form#formulario-general :-ms-input-placeholder { color: #222222;}

form#formulario-general input{
    border-bottom: solid 1px #AA9A2D;
    color: #222222;
}

form#formulario-general select{
    border: solid 1px #AA9A2D;
    border-radius: 0px !important;
    color: #222222;
}

form#formulario-general textarea{
    border: solid 1px #AA9A2D;
    color: #222222;
}

form#formulario-general #btn-enviar-formulario{
    border: 1px solid #AA9A2D;
    color: #222222;
}

form#formulario-general #btn-enviar-formulario:hover{
    background-color: #AA9A2D;
    color: #333;
}

.boton {
	color: rgba(190,181,90,1.00);
	padding: 7px 27px;
	border: thin solid #BEB55A;
	-webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
.boton:hover {
	background-color: #222;
	border: thin solid #222;
}#incsibeteP {
	position: absolute;
	z-index: 3;
	bottom: 47px;
	left: 47px;
}
.cont-full{ position:relative}

a{text-decoration:none}

.column50{
    display: block;
    float: left;
    height: auto;
    margin: 10px 2.5%;
    overflow: auto;
    width: 45%;
}

.column50 h3{
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0px;
}

.column50 h4{
    margin-top: 5px;
}

.link{
    color: inherit;
    font-weight: bold;
    -webkit-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    transition: all ease-out .7s;
}

.link:hover{
    color: #BEB55A;
}




/*MEDIAQUERIES*/
@media only screen and (min-width: 320px) and (max-width: 1024px){

.pantalla-superior{
    background-image: url("../images/wushi_daodi_kung.jpg");
}

}