@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}





body{
	background-color: #860500;
}

	#LNA_EAS_header{
		background: url(../img/fondoHeaderWeb.png) top center;
		height: 575px;
		width: 980px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-color: #8cae9e;
	}
	#LNA_EAS_body{
		background: url(../img/filetebodytop.png);
		background-repeat: no-repeat;
		width: 980px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 1060px;
	}
	#LNA_EAS_footer{
		width: 980px;
		height: 335px;
		margin: 0 auto;
		background: url(../img/fondoFooter.png);
		margin-top: -1px;
	}
	#LNA_EAS_body_izq{
		width: 380px;
		margin-right: 20px;
	}
	#LNA_EAS_body_der{
		width: 580px;
	}
	.LNA_EAS_body_col{
		display: inline;
		min-height: 980px;
		float: left;
		margin-top: 55px;
	}
	.LNA_EAS_bt_agendaLlamada{
		width: 400px;
		height: 260px;
		margin-left: -20px;
		font-family: 'Rancho', cursive;
		font-size: 50px;
		background-color: #7ab09d;
	}
	.LNA_EAS_bt_agendaLlamada a{
		text-decoration: none;
		color: #fff;
	}
	.LNA_EAS_bt_agendaLlamada a:hover{
		text-decoration: none;
	}
	.LNA_EAS_bt_agendaLlamada h1 {
		background: url(../img/agendatullamada_off.png);
		background-position: 50px 35px;
		background-repeat: no-repeat;
		height: 220px;
		width: 250px;
		margin: 0px auto; 
		padding-top: 135px;
		text-align: center;
	}
	.LNA_EAS_bt_agendaLlamada h1:hover{
		background: url(../img/agendatullamada_on.png);
		background-position: 50px 35px;
		background-repeat: no-repeat;
	}
	.LNA_EAS_bt_numLlamadas{
		padding-top: 34px;
		padding-left: 60px;
		padding-right: 60px;
		text-align: justify;
		font-family: 'Raleway', sans-serif;
		background: url(../img/muneca.png);
		background-position: 140px 226px;
		background-repeat: no-repeat;
		height: 520px;
	}
	.LNA_EAS_bt_numLlamadas a{
		text-decoration: none;
	}
	.LNA_EAS_bt_numLlamadas .sub{
		color: #860500;
		padding-top: 25px;
		font-size: 24px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.LNA_EAS_bt_numLlamadas .tot{
		text-align: center;
		padding-top: 295px;
		font-size: 40px;
		font-weight: bold;
		font-family: 'Rancho', cursive;
	}
	.LNA_EAS_bt_numLlamadas .rest{
		text-align: center;
		font-size: 32px;
		font-family: 'Rancho', cursive;
	}
	.LNA_EAS_social{
		width: 120px;
		height: 55px;
		margin: 0 auto;
		padding: 30px;
	}
	.LNA_EAS_social p{
		width: 58px;
		height: 55px;
		display: inline-block;
		background-repeat: no-repeat;
	}
	.LNA_EAS_social .fb{
		background: url(../img/facebook_icon.png);
	}
	.LNA_EAS_social .tw{
		background: url(../img/twitter_icon.png);
	}
	#LNA_EAS_om_inicio{
		width: 180px;
		height: 82px;
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 10px;
		background-color: #7ab09d;
	}

/***** DIEGO ***/

	#LNA_EAS_agendatullamada {
		background-repeat: no-repeat;
		background-position: 517px 20px;
		padding-top: 25px;
		height: 37px;
		font-family: 'Rancho', cursive;
		font-size: 30px;
		text-align: center;
	}
	#LNA_EAS_tf{
	    width: 600px;  
	    height: 820px; 
	    background-color: #E2DEB9;  
	    margin-bottom: 10px;
	}
	#button_send {
		float: right;
		margin-right: 40px;
		position: relative;
		margin-top: -35px;
		border: 0px;
		background-color: #9E0301;
		color: white;
		height: 50px;
		width: 105px;
		font-family: rancho;
		font-size: 20px;
	}

	#button_send:hover {
		border: 2px solid black;
	}
	.h_form {
		color: #4E524F;
		font-family: "Rancho", sans-serif;
		font-size: 23px;
		font-weight: bold;
	}
	.dots {
		border-top: 1px dotted #4E524F;
		color: #fff;
	  	height: 1px;
		width: 70%;
		float: right;
		margin-right: 43px;
		margin-top: -13px;
	}
	#LNA_EAS_tf form {
		font-family: 'helvetica';
		margin-left: 15px;
	}
	#LNA_EAS_tf form input {
		margin-right: 40px;
		margin-bottom: 10px;
		width: 70%;
		float: right;
		border: 0px;
		padding-left: 5px;
	}
	#LNA_EAS_tf form label {
		line-height: 33px !important;
		font-size: 12px;
	}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding: 5px 20px;
			display: inline-block;
			border-radius: 3px 3px 0px 0px;
			background: #7ab09d;
			font-size: 16px;
			font-weight: 600;
			color: #4c4c4c;
			transition: all linear 0.15s;
			text-decoration: none;
			font-family: rancho;
			font-size: 22px;
        }
 
        .tab-links a:hover {
            background:#a7cce5;
            text-decoration:none;
            text-decoration: none;
            text-decoration: initial !important;
        }
        .LNA_EAS_bt_numLlamadas p a{
        	color: #860500;

        }
 
    li.active a, li.active a:hover {
        background:#9d0e08;
        color:#fff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px; 
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }









	.LNA_EAS_om_li p{
		padding-top: 45px;
		height: 37px;
		padding-left: 100px;
		font-family: 'Rancho', cursive;
		font-size: 30px;
	}
	.LNA_EAS_om_li a, .LNA_EAS_om_li a:hover{
		text-decoration: none;
		color: #fff;
	}
	.LNA_EAS_om_li p:hover{
		background-position: 30px 10px;
		background-repeat: no-repeat;
	}
	#LNA_EAS_om_inicio p{
		background: url(../img/inicio_off.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_om_inicio p:hover{
		background: url(../img/inicio_on.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_om_taller{
		display: inline-block;
		width: 360px;
		height: 82px;
		margin-bottom: 10px;
		background-color: #7ab09d;
	}
	#LNA_EAS_om_taller p{
		background: url(../img/tallersanta_off.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_om_taller p:hover{
		background: url(../img/tallersanta_on.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_publicidad_web{
		width: 600px;
		height: 114px;
		background-color: #d9d7b5;
		margin-bottom: 10px;

	}
	#LNA_EAS_tf{

	}
	#LNA_EAS_menu_mobile{
		width: 55px;
		
	}
	.LNA_EAS_ancho_taller{
	width: 1020px;
	margin-left: -20px;
	}
	#LNA_EAS_gal_taller{
		background-color: #d9d7b5;
		height: 650px;
		margin-bottom: 10px;
	}
	#LNA_EAS_bien_taller{
		background-color: #d9d7b5;
		height: 155px;
	}
	#LNA_EAS_pat_taller{
		background-color: #d9d7b5;
		height: 117px;
	}

	#LNA_EAS_menu_sec_taller{
		background-color: #7ab09d;
		display: inline-block;
		min-width: 702px;
	}
	#LNA_EAS_menu_sec_taller ul{
		padding-top: 18px;
		padding-left: 12px;
		padding-right: 7px;
		padding-bottom: 18px;
	}
	#LNA_EAS_menu_sec_taller ul li{
		display: inline-block;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		border-right: 1px solid #43453e;
		color: #43453e;
		margin-left: 12px;
		padding-right: 12px;
	}
	#LNA_EAS_menu_sec_taller ul .last_MeSec{
		border-right: 0px;
	}
	#LNA_EAS_menu_sec_taller ul .select_MeSec{
		color: #fff;
	}
	#LNA_EAS_monto_taller{
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		color: #fff;
		background-color: #3c3835;
		padding-left: 10px;
		padding-bottom: 11px;
		padding-top: 11px;
		float: right;
		width: 275px;
		margin-top: -56px;
	}
	#LNA_EAS_monto_dis_taller{
		font-size: 34px;
	}
	.inline-block{
		display: inline-block;
	}

	#LNA_EAS_bien_t1_taller{
		width: 180px;
		background: url(../img/trompo.png);
		background-repeat: no-repeat;
		height: 100%;
		background-position: 30px 40px;
	}
	#LNA_EAS_bien_t2_taller{
		width: 660px;
		padding-top: 20px;
	}
	#LNA_EAS_bien_t2_taller h1{
		font-size: 50px;
		font-family: 'Rancho', cursive;
		color: #8bae9d;
		text-align: center;
	}
	#LNA_EAS_bien_t2_taller p{
		font-family: 'Raleway', sans-serif;
		color: #43453e;
		font-size: 18px;
	}
	#LNA_EAS_bien_t2_taller p span{
		font-weight: bold;
		font-size: 25px;
	}
	#LNA_EAS_bien_t3_taller{
		width: 180px;
		background: url(../img/conejo.png);
		background-repeat: no-repeat;
		height: 100%;
		background-position: 50px 10px;
	}
	.float-left{
		float: left;
	}
	.LNA_EAS_li_MeSec{
		cursor: pointer;
	}


	/* items */
	#LNA_EAS_gal_taller .item{
		margin-left: 20px;
		margin-top: 20px;
		display: inline-block;
		height: 260px;
		width: 180px;
		background-color: #dbdcde;
		text-align: center;
		font-family: 'Raleway', sans-serif;
	}

	#LNA_EAS_gal_taller .item .foto{
		height: 140px;
		width: 180px;
		background-repeat: no-repeat;
	}

	#LNA_EAS_gal_taller .item .munecos{
		background: url(../img/munecos.jpg);
	}
	#LNA_EAS_gal_taller .item .carros{
		background: url(../img/carros.jpg);
	}
	#LNA_EAS_gal_taller .item .manualidades{
		background: url(../img/manualidades.jpg);
	}
	#LNA_EAS_gal_taller .item .juegos{
		background: url(../img/juegos.jpg);
	}
	#LNA_EAS_gal_taller .item .bebes{
		background: url(../img/bebes.jpg);
	}
	#LNA_EAS_gal_taller .item .munecosMobile{
		background: url(../img/munecosMobile.jpg);
	}
	#LNA_EAS_gal_taller .item .carrosMobile{
		background: url(../img/carrosMobile.jpg);
	}
	#LNA_EAS_gal_taller .item .manualidadesMobile{
		background: url(../img/manualidadesMobile.jpg);
	}
	#LNA_EAS_gal_taller .item .juegosMobile{
		background: url(../img/juegosMobile.jpg);
	}
	#LNA_EAS_gal_taller .item .bebesMobile{
		background: url(../img/bebesMobile.jpg);
	}
	#LNA_EAS_gal_taller .item .elegir {
		height: 15px;
		width: 100%;
		background-color: #3c3532;
		color: #fff;
		font-size: 15px;
		font-family: 'Raleway', sans-serif;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 3px;
		font-weight: bold;
		cursor: pointer;
		margin-top: 5px;
	}
	#LNA_EAS_gal_taller .item .selected{
		background-color: #9d0e08;
	}
	.rslides_tabs li{
		background: url(../img/puntosdecolor.png);
		margin-right: 10px;
		height: 20px;
		width: 20px;
	}
	#LNA_EAS_gal_taller .item h1{
		font-size: 15px;
		font-weight: bold;
		margin-top: 6px;
	}
	#LNA_EAS_gal_taller .item .description{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 6px;
	}
	#LNA_EAS_gal_taller .item .price{
		color: #9d0e08;
		font-size: 15px;
		font-weight: bold;
		margin-top: 3px;
	}
	.rslides_tabs li a{
		color: transparent;
	}
	#LNA_EAS_om_agenda{
		display: inline-block;
		width: 400px;
		height: 82px;
		background-color: #7ab09d;
		margin-bottom: 10px;
		margin-right: 15px;
		margin-left: -20px;
	}
	#LNA_EAS_om_agenda p{
		padding-left: 150px;
		background: url(../img/agendallamada_off_taller.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_om_agenda p:hover{
		padding-left: 150px;
		background: url(../img/agendallamada_on_taller.png);
		background-repeat: no-repeat;
		background-position: 30px 10px;
	}
	#LNA_EAS_regresar_mobile{
		display: none;
		min-height: 40px;
		min-width: 40px;
		background: url(../img/flecha_back.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;

	}

	/******** taller ********/
	#LNA_EAS_list_taller{
		background-color: #7ab09d;
		height: 485px;
		margin-top: 10px;
	}
	#LNA_EAS_list_img, #LNA_EAS_list_center, #LNA_EAS_list_form_part{
		float: left;
		font-family: 'Raleway', sans-serif;
		color: #fff;
		font-size: 15px;
	}
	#LNA_EAS_list_img{
		background: url(../img/soldadito.png);
		width:120px;
		background-repeat: no-repeat;
		background-position: 25px 25px; 
		height: 100%;
	}
	#LNA_EAS_list_center{
		width:600px;
		height: 100%;
		margin-left: -4px;
	}
	#LNA_EAS_list_form_part{
		padding-top: 23px;
		width: 280px;
		padding-left: 15px;
		padding-right: 10px;
		height: 100%;
		margin-left: -4px;
		text-align: justify;
		border-left: 1px solid;
	}
	#LNA_EAS_list_form_part form{
		margin-top: 20px;
	}
	#nombreParticipa, #telefonoParticipa, #cedulaParticipa{
		margin-top: 3px;
		width: 100%;
		height: 18px;
		margin-bottom: 3px;
	}
	#LNA_EAS_list_title{
		background: url(../img/icono_milista.png);
		width: 340px;
		background-repeat: no-repeat;
		background-position: 0px 35px;
		height: 65px;
		font-family: 'Rancho', cursive;
		font-size: 50px;
		padding-top: 25px;
		padding-left: 40px;
		color: #e1ddb9;

	}
	#LNA_EAS_list_monto_title{
		font-size: 20px;
	}
	#LNA_EAS_monto_dis_list{
		font-size: 30px;
	}
	#LNA_EAS_list_lista{
		max-height: 150px;
		overflow-y: auto;
		min-height: 150px;
	}
	#LNA_EAS_list_lista .LNA_EAS_item_lista{
		width: 180px;
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
		padding-top: 7px;
		min-height: 19px;
		float: left;
		margin-right: 13px;
		position: relative;
	}
	#LNA_EAS_list_lista .LNA_EAS_equis_lista{
		position: absolute;
		right: 0;
		background-color: #3c3835;
		padding-left: 4px;
		padding-bottom: 1px;
		padding-right: 3px;
		cursor: pointer;
	}
	#LNA_EAS_list_borrar{
		text-align: right;
		color: #000;
		position: relative;
	}
	#LNA_EAS_list_borrar p{
		cursor: pointer;
		width: 150px;
		position: absolute;
		right: 20px;
	}
	#LNA_EAS_list_social img{
		width: 30px;
		height: 30px;
	}
	#LNA_EAS_list_social{
		margin-top: 30px;
		font-size: 17px;
	}

	#LNA_EAS_list_social .fb, #LNA_EAS_list_social .twt{
		width: 40px;
		background-size: 40px 40px;
		height: 40px;
		float: left;
		margin-right: 10px;
		margin-top: 25px;
	}
	#LNA_EAS_list_social .fb {
		background-image: url('../img/facebook_icon.png');
		background-repeat: no-repeat;
	}
	#LNA_EAS_list_social .twt {
		background-image: url('../img/twitter_icon.png');
		background-repeat: no-repeat;
	}
	#LNA_EAS_list_social .text{
		width: 100px;
	}
	#LNA_EAS_list_social a {
		display: block;
		width: 100%;
		height: 100%;
	}
	#correoEnvio{
		width: 230px;
		height: 20px;
		margin-top: 5px;
		margin-right: 5px;
	}
	#LNA_EAS_volver_taller_mobile{
		display: none;
	}
	#LNA_EAS_list_social #LNA_EAS_list_social_redes{
		margin-top: 0px;
		height: 90px;
		background: none;
	}
	.button_enviar{
		background-color: #9E0301;
		color: white;
		height: 50px;
		width: 105px;
		font-family: rancho;
		font-size: 20px;
		margin-top: 5px;
		margin-left: 23px;
	}
	#LNA_EAS_publicidad{
		width: 980px;
		margin: 0 auto;
		height: 575px;
		position: relative;
	}
	#LNA_EAS_publicidad_x94_web{
		width: 118px;
		height: 118px;
		top: 158px;
		left: 193px;
		position: absolute;
	}
	#LNA_EAS_publicidad_x95_web{
		width: 88px;
		height: 88px;
		top: 84px;
		right: 233px;
		position: absolute;
		
	}
	#LNA_EAS_publicidad_x96_web{
		position: absolute;
		width: 68px;
		height: 68px;
		top: 163px;
		right: 170px;
	}
	#LNA_EAS_publicidad_x41_mobile{
		display: none;
	}
	#LNA_EAS_twitter{
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 500px;
	}
	#LNA_EAS_pub_mob{
		display: none;
	}
	#LNA_EAS_publicidad_x97_web_taller, #LNA_EAS_publicidad_x43_web_taller{
		display: none;
	}
	#LNA_EAS_publicidad_x98_web_taller{
		display: block;
	}
	#LNA_EAS_menu_sec_taller ul{
		width: 600px;
		margin: 0 auto;
	}
	#LNA_EAS_list_social_correo{
		display: block;
		width: 45%;
		float: left;
		border-right: 1px solid #fff;
		margin-right: 15px;
	}
	#LNA_EAS_list_social #LNA_EAS_list_social_redes {
		display: block;
		width: 50%;
		background: url(../img/trompo_mobile.png);
		background-repeat: no-repeat;
		background-position: 190px 40px;
		float: left;
		min-height: 135px;
	}
	#buttom_envio_correo{
		float: right;margin-top: -60px;margin-right: 7px;
	}
	#LNA_EAS_body_men_taller .LNA_EAS_om_li_selected, #LNA_EAS_body_izq .LNA_EAS_om_li_selected{
		background-color: #9d0e08 ;
	}


	.jp-controls button {
		display: block;
		float: left;
		overflow: hidden;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
	}
	.jp-play {
		background: url(../img/sonidoOn.png) 0 0 no-repeat;
		width: 40px;
		height: 40px;
	}
	.jp-stop{
		background: url(../img/sonidoOff.png) 0 0 no-repeat;
		width: 40px;
		height: 40px;
	}
	#LNA_EAS_play{
		display: block;
	}
	#LNA_EAS_stop{
		display: none;
	}
	#jp_container_1{
		float: right;
		margin-top: -40px;
		margin-right: 40px;
	}
	.alert-success{
		color: #9E0301;
		text-align: center;
	}
	#terminos a{
		color: #860500;
	}
	#LNA_EAS_gal_taller .item .description{
		font-size: 14px;
		height: 30px;
	}
	#LNA_EAS_gtp_mobile{
		display: none;
	}
	#LNA_EAS_list_monto{
		display: none;
	}

	#LNA_EAS_bodyOff {
		background: url(../img/indexOff.jpg);
		background-repeat: no-repeat;
		width: 980px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 846px; 
	}



















/******************************************************************************************************************************
***************************************************** MEDIA QUERYS ************************************************************
******************************************************************************************************************************/
@media screen and (min-width:  1024px) {
	.LNA_EAS_op_menu_mo, #LNA_EAS_menu_mobile{
		display: none !important;
	}
}

@media screen and (max-width: 1023px) and (min-width: 948px){
	.LNA_EAS_op_menu_mo, #LNA_EAS_menu_mobile{
		display: none !important;
	}
	.LNA_EAS_ancho_taller{
		margin: 0 auto;
	}
	#LNA_EAS_list_img{
		display: none;
	}
	#LNA_EAS_list_center{
		margin-left: 50px;
	}
	#LNA_EAS_publicidad{
		width: 948px;
	}
	#LNA_EAS_publicidad_x94_web{
		top: 161px;
		left: 180px;
	}
	#LNA_EAS_publicidad_x95_web{
		top: 84px;
		right: 215px;
	}
	#LNA_EAS_publicidad_x96_web{
		top: 166px;
		right: 151px;
	}
	#LNA_EAS_publicidad_x97_web_taller{
		display: block;
		width: 600px;
		margin: 0 auto;
	}
	#LNA_EAS_publicidad_x98_web_taller, #LNA_EAS_publicidad_x43_web_taller{
		display: none;
	}

}

@media screen and (max-width: 947px) {
	#LNA_EAS_body_men_taller .LNA_EAS_om_li_selected {
		background-color: #3c3835;
		border-top: 1px solid #fff;
	}
	#LNA_EAS_header{
		background: url(../img/encabezado947x600.jpg) top center;
		height: 198px;
		width: 100%;
		background-repeat: no-repeat;
		background-color: #8cae9e;
		background-size: 100% 100%;
	}
	#LNA_EAS_body{
		width: 100%;
		background: none;
	}
	.LNA_EAS_op_menu_mo{
		display: none;
	}
	#LNA_EAS_body_izq{
		display: none;
	}
	#LNA_EAS_body_der{
		margin: 0 auto;
		float: none;
		display: block;
		width: 100%;
	}
	.LNA_EAS_ancho_taller{
		margin: 0 auto;
		width: 100%;
	}

	/** bienvenida */
	#LNA_EAS_bien_t1_taller{
		width: 25%
	}
	#LNA_EAS_bien_t2_taller{
		width: 75%
	}
	#LNA_EAS_bien_t3_taller{
		display: none;
	}
	#LNA_EAS_om_inicio, #LNA_EAS_om_taller, #LNA_EAS_om_agenda{
		background: none;
		margin: 0px;
		height: 40px;
		display: block;
		width: 100%
	}
	#LNA_EAS_menu_mobile{
		background-color: #3c3835;
		width: 100%;
		height: 40px;
	}
	#LNA_EAS_boton_menu_mobile{
		background: url(../img/lineas_navegacion.png);
		height: 40px;
		width: 55px;
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
	#LNA_EAS_body_men_taller ul, #LNA_EAS_body_der ul{
		padding-left: 7px;
		padding-right: 25px;
		padding-bottom: 25px;
		background-color: #3c3835;
		width: 100%;
		position: absolute;
		display: none;
		z-index: 99999;
	}

	#LNA_EAS_om_inicio p, #LNA_EAS_om_agenda p, #LNA_EAS_om_taller p, #LNA_EAS_om_inicio p:hover, #LNA_EAS_om_agenda p:hover, #LNA_EAS_om_taller p:hover{
		background: none;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 12px;
		padding-bottom: 12px;
		height: 16px;
	}
	.LNA_EAS_om_li p{
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		height: 30px;
		border-bottom: 1px solid #fff;
		background: none;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 12px;
		padding-bottom: 12px;
		height: 16px;
		width: 100%;
	}
	.LNA_EAS_op_menu_mo{
		display: none;
	}
	#LNA_EAS_monto_taller {
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		color: #fff;
		background-color: #3c3835;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-top: 7px;
		float: none; 
		margin-top: -56px;
		position: absolute;
		top: 254px;
		left: 40%;
	}
	#LNA_EAS_monto_dis_taller {
		font-size: 24px;
	}
	#LNA_EAS_menu_sec_taller{
		width: 100%;
	}
	#LNA_EAS_menu_sec_taller ul {
		margin: 0 auto;
		max-width: 700px;
	}
	#LNA_EAS_footer {
		width: 100%;
		height: 280px;
		background-size: 100% 100%;
		background-color: #860500;
		background-repeat: no-repeat;
	}
	#LNA_EAS_regresar_mobile{
		display: none;
	}
	#LNA_EAS_list_img{
		display: none;
	}
	#LNA_EAS_list_center, #LNA_EAS_list_form_part{
		margin: 0 auto;
		float: none;
		height: 510px;
	}
	#LNA_EAS_list_form_part{
		width: 97%;
		border-top: 8px solid #860500;
		border-left: 0px;
	}
	#LNA_EAS_list_taller{
		height: 954px;
	}
	#LNA_EAS_list_form_part form {
		width: 75%;
		margin: 20px auto;
	}
	#LNA_EAS_publicidad_web{
		margin: 0 auto;
	}
	#LNA_EAS_tf{
		margin: 0 auto;
	}
	#LNA_EAS_list_social .text{

	}
	#LNA_EAS_publicidad_x94_web{
		display: none;
	}
	#LNA_EAS_publicidad{
		height: 198px;
		width: 600px;
	}
	#LNA_EAS_publicidad_x95_web{
		top: 70px;
		right: 197px;
	}
	#LNA_EAS_publicidad_x96_web{
		top: 28px;
		right: 117px;
	}
	#LNA_EAS_publicidad_x97_web_taller{
		display: block;
		width: 600px;
		margin: 0 auto;
	}
	#LNA_EAS_publicidad_x98_web_taller, #LNA_EAS_publicidad_x43_web_taller{
		display: none;
	}
	#LNA_EAS_menu_sec_taller ul{
		width: 600px;
	}
	#LNA_tabs_agenda .tab-links{
		display: block;
		background: none;
	}
	#LNA_EAS_tf form {
		margin-top: 15px;
	}

	#LNA_EAS_bodyOff {
		background: url(../img/indexOff947.png);
		background-repeat: no-repeat;
		width: 880px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 785px; 
		background-size: 100% 100%;
	}



	
}

@media screen and (max-width: 880px) and (min-width: 751px){
	#LNA_EAS_publicidad_x95_web{
		top: 70px;
		right: 197px;
	}
	#LNA_EAS_publicidad_x96_web{
		top: 28px;
		right: 127px;
	}

		#LNA_EAS_bodyOff {
		background: url(../img/indexOff947.png);
		background-repeat: no-repeat;
		width: 750px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 785px; 
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 750px) and (min-width: 601px){

	#LNA_EAS_header{
		height: 150px;
	}
	#LNA_EAS_monto_taller{
		top: 206px;
	}
	#LNA_EAS_menu_sec_taller ul li{
		font-size: 18px;
		margin-left: 5px;
		padding-right: 5px;
	}
	#LNA_EAS_bien_t2_taller p{
		font-size: 14px;
	}
	#LNA_EAS_bien_t2_taller h1{
		font-size: 32px;
	}
	#LNA_EAS_bien_taller{
		height: 145px;
	}
	#LNA_EAS_bien_t1_taller{
		background-position: 25px 20px;
	}
	#LNA_EAS_footer {
		height: 240px;
	}
	#LNA_EAS_publicidad_x95_web{
		top: 40px;
		right: 208px;
	}
	#LNA_EAS_publicidad_x96_web{
		top: 14px;
		right: 144px;
	}
	#LNA_EAS_publicidad {
	height: 150px;
	width: 600px;
	}
	#LNA_EAS_menu_sec_taller{
		min-width: 600px;
	}
	#LNA_EAS_menu_sec_taller ul{
		width: 470px;
	}

	#LNA_EAS_bodyOff {
		background: url(../img/indexOff947.png);
		background-repeat: no-repeat;
		width: 600px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 500px; 
		background-size: 100% 100%;
	}

}


@media screen and (max-width: 600px) {
	body{
		background-color: #d9d7b5;
	}
	#LNA_EAS_header{
		height: 120px;
	}
	#LNA_EAS_monto_taller{
		top: 176px;
	}
	#LNA_EAS_menu_sec_taller ul li{
		font-size: 16px;
		margin-left: 5px;
		padding-right: 5px;
	}
	#LNA_EAS_bien_t2_taller p{
		font-size: 12px;
	}
	#LNA_EAS_bien_t2_taller h1{
		font-size: 28px;
	}
	#LNA_EAS_bien_taller{
		height: 130px;
	}
	#LNA_EAS_bien_t1_taller{
		background-position: 20px 10px;
	}
	#LNA_EAS_monto_taller{
		left: 30%;
	}
	#LNA_EAS_menu_sec_taller ul{
		padding-left: 5px;
		padding-right: 5px;
	}
	#LNA_EAS_list_center{
		height: 560px;
		width: 540px;
	}
	#LNA_EAS_list_title{
		width: 290px;
	}
	#LNA_EAS_list_lista{
		width: 300px;
		margin: 0 auto;
	}
	#LNA_EAS_list_lista .LNA_EAS_item_lista{
		width: 100%;
	}
	#LNA_EAS_list_social div{
		margin-left: 15px;
	}

	#LNA_EAS_list_borrar{
		height: 30px;
		border-bottom: 8px solid #860500;
	}
	#LNA_EAS_list_taller {
		height: 1000px;
	}
	#LNA_EAS_tf {
		width: 340px;
	}
	#LNA_EAS_tf form input{
		width: 60%;
	}
	#button_send{
		margin-top: 20px;
	}
	#LNA_EAS_footer {
		height: 200px;
	}
	#LNA_EAS_list_social .text{
		margin-top: 40px;
	}
	#LNA_EAS_twitter{
		width: 340px;
	}
	#LNA_EAS_publicidad_x95_web, #LNA_EAS_publicidad_x96_web{
		display: none;
	}
	#LNA_EAS_publicidad{
		width: 300px;
		height: 120px;
	}
	#LNA_EAS_publicidad_x41_mobile{
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 48px;
		right: 111px;
	}
	#LNA_EAS_publicidad_web{
		width: 320px;
		height: 50px;
	}
	#LNA_EAS_pub_mob{
		display: block;
	}
	#LNA_EAS_publicidad_x97_web_taller{
		display: none;
	}
	#LNA_EAS_publicidad_x98_web_taller{
		display: none;
	}
	#LNA_EAS_publicidad_x43_web_taller{
		display: block;
		width: 320px;
		margin: 0 auto;
		padding-top: 30px;
	}
	#LNA_EAS_menu_sec_taller ul{
		width: 470px;
	}
	#buttom_envio_correo{
		float: none;margin-top: 0px;margin-right: 7px;
	}
	#LNA_EAS_list_social #LNA_EAS_list_social_redes{
		width: 200px;
		background: none;
	}

	#LNA_tabs_agenda .tab-links{
		display: block;
		background: none;
		width: 300px;
	}
	#LNA_EAS_tf form {
		margin-top: 70px;
	}
	#LNA_tabs_agenda .tab-links li{
		margin-bottom: 5px;
	}
	#jp_container_1 {
		float: right;
		margin-top: -37px;
		margin-right: 7px;
	}
	.tab-links a {
		padding: 5px 10px;
	}

		#LNA_EAS_bodyOff {
		background: url(../img/indexOff947.png);
		background-repeat: no-repeat;
		width: 540px;
		background-color: #fff;
		margin: -2px auto;
		min-height: 540px; 
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 540px){
	#LNA_EAS_header{
		background: url(../img/encabezadoMobile_01.jpg) top center;
		height: 68px;
		width: 85%;
		background-repeat: no-repeat;
		background-color: #7ab09d;
		border-bottom: 3px solid #fff;
	}
	#LNA_EAS_menu_mobile {
		background-color: #3c3835;
		width: 15%;
		height: 68px;
		position: absolute;
		right: 0px;
		top: 0px;
		border-bottom: 3px solid #fff;
	}
	#LNA_EAS_boton_menu_mobile {
		background: url(../img/lineas_navegacion.png);
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: 50%;
	}
	#LNA_EAS_bien_t1_taller{
		display: none;
	}
	#LNA_EAS_bien_t2_taller{
		width: 100%;
	}
	#LNA_EAS_menu_sec_taller{
		background-color: #d9d7b5;
		border-bottom: 3px solid #fff;
	}
	#LNA_EAS_menu_sec_taller ul li{
		display: block;
		border-right: 0px;
		text-align: center;
		background-color: #7ab09d;
		margin-bottom: 10px;
		padding-top: 7px;
		padding-bottom: 7px;
		color: #fff;
		font-size: 20px;
	}
	#LNA_EAS_bien_t2_taller p{
		font-size: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#LNA_EAS_menu_sec_taller ul{
		padding-left: 20px;
		padding-right: 20px;
	}
	.LNA_EAS_li_MeSec .select_MeSec{
		color: #fff;
	}

	#LNA_EAS_gal_taller .item{
		width: 300px;
		height: 120px;
	}
	#LNA_EAS_gal_taller .item .foto{
		float: left;
		height: 120px;
		width: 130px;
	}
	#LNA_EAS_gal_taller .item .info{
		text-align: left;
		width: 170px;
		float: left;
		font-family: 'Raleway', sans-serif;
	}
	#LNA_EAS_gal_taller .item .description, #LNA_EAS_gal_taller .item h1, #LNA_EAS_gal_taller .item .age, #LNA_EAS_gal_taller .item .price{
		padding-left: 5px;
		padding-right: 5px;
	}
	#LNA_EAS_gal_taller, #LNA_EAS_list_taller, #LNA_EAS_footer{
		display: none;
	}
	#LNA_EAS_pat_taller{
		height: 50px;
		width: 100%;
		position: fixed;
		bottom: 0px;
		z-index: 999;
	}
	#LNA_EAS_regresar_mobile{
		display: block;
		background-color: #7ab09d;
		cursor: pointer;
		float: left;
	}
	#LNA_EAS_monto_taller{
		padding: 0px;
		left: 0px;
		top: 127px;
		width: 100%;
		text-align: center;
		display: none;
	}
	#LNA_EAS_monto_tit_taller{
		font-size: 15px;
		padding-top: 3px;
		margin-left: 12px;
	}
	#LNA_EAS_monto_dis_taller {
		font-size: 34px;
	}
	#LNA_EAS_regresar_mobile{
		display: block;
	}
	#LNA_EAS_gal_taller{
		margin-top: 40px;
	}
	.LNA_EAS_op_menu_mo{
		display: block;
	}
	.LNA_EAS_om_li p{
		color: #fff;
		cursor: pointer;
	}
	#LNA_EAS_list_taller{
		display: block;
	}
	#LNA_EAS_list_taller{
		background-color: #d9d7b5;
		display: none;
		height: 430px;
	}
	#LNA_EAS_list_title{
		background: none;
		color: #3c3835;
		padding-left: 0px;
		font-size: 32px;
	}
	#LNA_EAS_list_monto{
		display: none;
	}
	#LNA_EAS_list_center{
		width: 300px;
		position: relative;
		padding-top: 40px;
	}

	#LNA_EAS_list_lista .LNA_EAS_item_lista{
		border-bottom: 1px solid #3c3835;
		color: #3c3835;
	}
	.LNA_EAS_equis_lista{
		color: #fff;
	}
	#LNA_EAS_list_borrar{
		position: absolute;
		top: 50px;
		width: 300px;
		border-bottom: 0px;
	}
	#LNA_EAS_list_borrar p{
		cursor: pointer;
		width: 80px;
		position: absolute;
		right: 0px;
		background-color: #7ab09d;
		color: #fff;
		text-align: center;
		padding: 5px;
	}
	#LNA_EAS_volver_taller_mobile{
		cursor: pointer;
	}
	#LNA_EAS_list_title_global, #LNA_EAS_list_lista, #LNA_EAS_list_borrar, #LNA_EAS_volver_taller_mobile{
		display: none;
	}
	#LNA_EAS_gal_taller{
		height: 690px;
	}

	#LNA_EAS_list_social{
		display: none;
	}
	#LNA_EAS_list_form_part{
		display: none;
	}
	#LNA_EAS_list_lista{
		max-height: 430px;
	}
	#LNA_EAS_body_men_taller ul {
		border-top: 1px solid #fff;
		z-index: 999999;

	}
	#LNA_EAS_list_form_part{
		border-top: 0px;
		padding-top: 45px;
		width: 300px;
		color: #3c3835;
	}
	#LNA_EAS_list_social{
		margin-top: 70px;
		color: #3c3835;
	}
	#LNA_EAS_list_social #LNA_EAS_list_social_redes{
		margin-top: 40px;
		height: 180px;
		background: url(../img/trompo_mobile.png);
		background-repeat: no-repeat;
		background-position: 190px 70px;
	}
	#LNA_EAS_list_social_redes .text{
		margin-bottom: 20px;
	}
	#LNA_EAS_publicidad_web {
		height: 50px;
		width: 100%;
		position: fixed;
		bottom: 0px;
		z-index: 999;
	}
	#LNA_EAS_body{
		min-height: 300px;
	}
	#messages div{
		padding-top: 10px;
		font-size: 12px;
	}
	#LNA_EAS_publicidad_x41_mobile{
		top: 11px;
		right: 98px;
	}
	#LNA_EAS_publicidad_web{
		width: 100%;
		height: 50px;
	}
	#LNA_EAS_pub_mob{
		width: 320px;
		margin: 0 auto;
		display: block;
	}
	#LNA_EAS_publicidad_x43_web_taller{
		padding-top: 0px;
	}
	#LNA_EAS_menu_sec_taller{
		min-width: 300px;
	}
	#LNA_EAS_list_social_correo{
		float: none;
		width: 100%;
		border-right: 0px;
	}
	#LNA_EAS_menu_sec_taller ul {
		width: 80%;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	#LNA_EAS_list_social #LNA_EAS_list_social_redes{
		width: 100%;
		margin-top: 0px;
	}
	#LNA_EAS_publicidad {;
		height: 70px;
	}

	#jp_container_1{
		float: right;
		margin-top: -40px;
		margin-right: 6px;
	}
	#LNA_EAS_gtp_mobile{
		position: fixed;
		right: 0px;
		top: 120px;
		background-color: #3c3532;
		color: #fff;
		font-size: 15px;
		font-family: 'Raleway', sans-serif;
		height: 25px;
		width: 75px;
		padding-top: 10px;
		padding-left: 5px;
		cursor: pointer;
		z-index: 99999;
	}

	#LNA_EAS_bodyOff {
		background: url(../img/indexMobileOff.jpg);
		background-repeat: no-repeat;
		width: 85%;
		background-color: #fff;
		margin: -3px auto;
		min-height: 300px; 
		background-size: 70% 100%;
		background-color: #7ab09d;
		background-position: center;
	}




}
