@charset "UTF-8";
/* CSS Document */

@font-face {

	font-family: 'Karla', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
}


body {
	
	
	font-family:'Karla', sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetichca, Arial, "sans-serif";
	/* >>>>>>>>>>>>>>>>>>>>>>>> SIZER <<<<<<<<<<<<<<<<<<<<<<<<<<  oh la la */
	
	font-size: 16px; /* 20px; */
	color:#333333;
	line-height:1.3;
	line-height:1.2;
	
	/*
	font-weight:100;
	font-weight: lighter;
	*/
	
	font-weight: normal;
	
	
	letter-spacing: 1px;
	margin: 0px;
	
	/* background-color: #FFFFFF; */
	
	
	/*
	>> BAD OPTION > Scales the img when scroll keeps growing... :(
	
	
	background-image:url(_img/BACK_GRAD_w.jpg);
	background-size: cover;
	background-repeat-x: no-repeat;
	background-repeat-y: repeat;
	background-repeat-y: no-repeat;
	*/
	
	
	
}




a img {border: none; text-decoration: none;}






/* ------------------------------ LINKS & BUTTONS -------------- */

a:link {
		text-decoration:none;
		color:#F7797D;	
	}
a:visited {
		text-decoration: none; 
		color:#F7797D;			
		}
a:active {
		text-decoration: underline; 
		color:#484848;			
		}
a:hover {
		text-decoration: underline; 
		color:#484848;		
		}


a:link {
		text-decoration:none;
		color:#F7797D;	
	}
a:visited {
		text-decoration: none; 
		color:#F7797D;			
		}
a:active {
		text-decoration: underline; 
		color:#484848;			
		}
a:hover {
		text-decoration: underline; 
		color:#484848;		
		}


/* Boton en barra superior, para VOLVER, en empa app 2020, despues de tus empatrees */
a.but_bar_2020:link {
		text-decoration: none; 
		color:#F7797D;	
	}
a.but_bar_2020:visited {
		text-decoration: none; 
		color:#F7797D;		
		}
a.but_bar_2020:active {
		text-decoration: none; 
		color:#ffffff;		
		}
a.but_bar_2020:hover {
		text-decoration:underline;
		color:#ffffff;		
		}




a.footer:link {
		text-decoration:none;
		color:cadetblue;	
	}
a.footer:visited {
		text-decoration:none;
		color:cadetblue;			
		}
a.footer:active {
		text-decoration:none;
		color:cadetblue;			
		}
a.footer:hover {
		text-decoration: underline; 
		color:azure;			
		}




a.inchat:link {
		text-decoration: none; 
		color:cadetblue;	
	}
a.inchat:visited {
		text-decoration: none; 
		color:cadetblue;		
		}
a.inchat:active {
		text-decoration: none; 
		color:cadetblue;		
		}
a.inchat:hover {
		text-decoration:underline;
		color:black;
		}




a.inblack:link {
		font-size: 15px;
		border-radius: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
	
		display:block;
		width: 70%; 
		max-width: 450px;
		padding: 10px;
		margin-bottom: 10px;
		background-color: #333333;
		margin-right: auto;
		margin-left: 0;
		text-align: left;
		color:#ffffff;
		font-weight:400;
		text-transform:uppercase;
		text-decoration: none;
	}
a.inblack:visited {
		text-decoration: none;
		color:#ffffff;
		border-color: #333333;
		}
a.inblack:active {
		text-decoration: none;
		color:#ffffff;	
		border-color: #333333;
		}
a.inblack:hover {
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		text-decoration: none;
		color:#333333;
		background-color:none;
		background-color:transparent;
		}



a.indark:link {
		text-decoration: none; 
		color:black;	
	}

a.indark:visited {
		text-decoration: none; 
		color:black;		
		}

a.indark:active {
		text-decoration: none; 
		color:black;		
		}


a.indark:hover {
		text-decoration:underline;
		color:cadetblue;		
		}




a.but_head:link {
		font-size: 13px;
		border-radius: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
	
		width: auto;
		/*
		width: 70%; 
	max-width: 450px;
	display:block;
	*/
		position: absolute;
		padding: 7px;
		margin-top: 10px;
		background-color:transparent;
		margin-right: 10px;
		right: 10px;
		margin-left: auto;
		text-align: center;
		color:#333333;
		font-weight:400;
		text-transform:lowercase;
		text-decoration: none;
	}
	
a.but_head:visited {
		text-decoration: none;
		color:#333333;
		border-color: #333333;
		}
a.but_head:active {
		text-decoration: none;
		color:#333333;	
		border-color: #333333;
		}
a.but_head:hover {
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		text-decoration: none;
		color:#ffffff;
		background-color:none;
		background-color:#333333;
		}




a.but_head_2:link {
		font-size: 13px;
		border-radius: 5px;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		width: auto;
		padding: 5px;
		background-color:transparent;
		text-align: center;
		color:#333333;
		font-weight:400;
		text-transform:lowercase;
		text-decoration: none;
	}

	
a.but_head_2:visited {
		text-decoration: none;
		color:#333333;
		border-color: #333333;
		}
a.but_head_2:active {
		text-decoration: none;
		color:#333333;	
		border-color: #333333;
		}
a.but_head_2:hover {
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		text-decoration: none;
		color:#ffffff;
		background-color:none;
		background-color:#333333;
		}





a.but_share:link {
		font-size: 13px;
		border-radius: 5px;
		border-style: solid;
		border-width: 1px;
		border-color:cadetblue;
		width: auto;
		position: absolute;
		padding: 7px;
		margin-top: 10px;
		background-color:transparent;
		margin-right: 10px;
		right: 10px;
		margin-left: auto;
		text-align: center;
		color:cadetblue;
		font-weight:400;
		text-transform:lowercase;
		text-decoration: none;
	}	
a.but_share:visited {
		text-decoration: none;
		color:#333333;
		border-color: #333333;
		}
a.but_share:active {
		text-decoration: none;
		color:#333333;	
		border-color: #333333;
		}
a.but_share:hover {
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		text-decoration: none;
		color:#ffffff;
		background-color:none;
		background-color:#333333;
		}




a.but_home:link {
		border-radius: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		text-decoration: none; 
		display:table;
		max-width: 400px;
		font-size: 19px;
		padding: 15px;
		margin-right:auto;
		margin-left: auto;
		text-align: center;
		text-transform:uppercase;
		color:#ffffff;
		background-color: #333333;
	}

a.but_home:visited {
		color:#ffffff;
		}

a.but_home:active {
		color:#ffffff;
		}


a.but_home:hover {
		/*color:azure;
		background-color:cadetblue;
		animation-name: fadeButHome;
   		animation-duration: 1s;*/
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		color: #333333;
		background-color: #ffffff;
	
		}




a.but_home_reg:link {
		border-radius: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #225256;
		text-decoration: none; 
		display:table;
		max-width: 400px;
		font-size: 16px;
		padding: 12px;
		margin-right:auto;
		margin-left: auto;
		text-align: center;
		text-transform:uppercase;
		color:azure;
		background-color: #225256;
	}

a.but_home_reg:visited {
		color:azure;
		}

a.but_home_reg:active {
		color:azure;
		}


a.but_home_reg:hover {
		background-color:#ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: #225256;
		color: #225256;
		}





a.but_home_reg_cunyau:link {
		border-radius: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: crimson;
		text-decoration: none; 
		display:table;
		max-width: 400px;
		font-size: 16px;
		padding: 12px;
		margin-right:auto;
		margin-left: auto;
		text-align: center;
		text-transform:uppercase;
		color:azure;
		background-color: #225256;
		background-color:crimson;
	}

a.but_home_reg_cunyau:visited {
		color:azure;
		}

a.but_home_reg_cunyau:active {
		color:azure;
		}


a.but_home_reg_cunyau:hover {
		background-color:#ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: crimson;
		color: crimson;
		}





a.but:link {
		border-radius: 20px;
		border-top-right-radius: 0px;
		border-style: solid;
		border-width: .5px;
		border-color: #F7797D;
	
		animation-name: fadeInFirst;
   		animation-duration: 2s;
	
		text-decoration: none; 
		display:table;

		max-width: 400px;
		font-size: 15px;
		padding: 10px;
	
	padding-left: 12px;
	padding-right: 12px;
	
		margin-bottom: 10px;

		margin-right: 0;
		margin-left: auto;
		text-align: right;
		/* min-width: 20%; */

		color:#ffffff;
		background-color: #F7797D;
	}

a.but:visited {
		color:#ffffff;
		border-color: #F7797D;
		}

a.but:active {
		color:#ffffff;
		border-color: #F7797D;
		}


a.but:hover {
		color:#F7797D;
		border-color: #F7797D;
		background-color:transparent;
	
		}


a.but_choice:link {
		border-radius: 20px;
	
		border-style: solid;
		border-width: .5px;
		border-color: #F7797D;
		animation-name: fadeInFirst;
   		animation-duration: 2s;
	
		text-decoration: none; 
		display:inline-block;

		font-size: 15px;
		padding: 10px;
		margin-bottom: 10px;

		margin-right: 0;
		margin-left: auto;
		text-align: right;
		/* min-width: 20%; */
		color:#ffffff;
		background-color: #F7797D;
	}

a.but_choice:visited {
		color:#ffffff;
		}

a.but_choice:active {
		color:#ffffff;
		}


a.but_choice:hover {
		color:#F7797D;
		background-color:transparent;
	
		}

#no_anim {
	animation-name: none;
   	animation-duration: 0s;
}


/* BUTON HOME PRIVATE, 2020 */
a.but_20home:link {
		border-radius: 20px;
	
		border-style: solid;
		border-width: .5px;
		border-color: #F7797D;
	
		text-decoration: none; 
		display:inline-block;

		font-size: 15px;
	
		padding-top: 12px;
		padding-bottom: 12px;
	padding-left: 18px;
	padding-right: 18px;
	
		margin-bottom: 10px;

		margin-right: 0;
		margin-left: auto;
		text-align: right;
		/* min-width: 20%; */
		color:#ffffff;
		background-color: #F7797D;
	}

a.but_20home:visited {
		color:#ffffff;
		}

a.but_20home:active {
		color:#ffffff;
		}


a.but_20home:hover {
		color:#F7797D;
		background-color:transparent;
	
		}


/* BUT STYLE for icons, 2020 - no underline in images :D
*/
a.clean:link {
	text-decoration: none; 
}
a.clean:visited {
	text-decoration: none; 
}
a.clean:active {
	text-decoration: none; 
}
a.clean:hover {
	text-decoration: none; 
}




/* ------------------------------ AOUT 2020 / some new style for the AWIP / NEW APP -------------- */


.text_home_app {
	/* margen para texto dentro de pastillas de home de app */
	padding-left: 10px;
	padding-right: 10px;
}

.mini_emoji_left {
	padding-right: 8px;
	font-size: 10px;
}
.mini_emoji_right {
	padding-left: 8px;
	font-size: 10px;
}
.reg_emoji_left {
	padding-right: 8px;
	font-size: 13px;
}
.reg_emoji_right {
	padding-left: 8px;
	font-size: 13px;
}





/* -------------- 2020 MENU POP UP ----------------- */

@keyframes aniBut {
    from {opacity: 0; position: relative; top: -120px; }
    to {opacity:1; position: relative; top: 0px; }
}

@keyframes aniGem2 {
    from {opacity: 1; position: absolute; right: -700px;}
    to {opacity:1; position: absolute; right: 0px;}
}

@keyframes aniGem1 {
    from {opacity: 1; position: absolute; top: -400px;}
    to {opacity:1; position: absolute; top: 0px;}
}



.menu_in {
	/* 	*/
	
	/*
	animation-name: aniGem2;
    animation-duration: 0.5s;
	animation-timing-function:ease-out;
	*/
	
	position:fixed;
	z-index: 23;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: #00AD41;
	background-color: #ABE1D1;
	
	color: #ffffff;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #484848;
	
}

.menu_open {
	position:fixed;
	top: 0px;
	right: 0px;
	z-index: 23;
}

.menu_close {
	position:fixed;
	top: 0px;
	right: 0px;
	z-index: 23;
}


.menu_buttons {
	
	animation-name: aniBut;
    animation-duration: 0.5s;
	animation-timing-function:ease-out;
	
	width: 244px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
}







/* -------------
----------------- 
-------------- */







/* ------------------------------ MY STYLER  -------------- */


.blankspace {
	width:100%;
	display:block;
	height:40px;	
}
#mini {height: 20px;}
#supermini {height: 10px;}





.cajaCharla {
	z-index: 10;
	position:relative;
	width: 90%;
	/* min-width: 350px; 
	max-width: 500px;
	*/
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;

}

#anchota {
	max-width: 800px;
}

.cajaCharla_invite {
	width: 90%;

	max-width: 600px;
	margin-left: auto;
	margin-right: auto;

}

.chat_A {
	
	font-size: 15px;
	
	border-radius: 20px;
	border-top-left-radius: 0px;
	
	display:block;
	
	animation-name: fadeInFirst;
    animation-duration: 1s;
	
	width: 70%; 
	/*
	max-width: 450px;
	*/
	padding: 20px;
	margin-bottom: 10px;
	background-color: white;
	
	margin-right: auto;
	margin-left: 0;
	text-align: left;

	color:#6F9691;
	
	/* Dark green */
	color: #415B58;

	font-weight:400;
	


}
	#home_1 {
		animation-name: fadeInFirst;
    	animation-duration: 1s;
	}

	#home_2 {
		animation-name: fadeInFirst;
    	animation-duration: 2s;
		text-transform:none;
	}
	#home_3 {
		animation-name: fadeInFirst;
    	animation-duration: 3s;
	}
	#home_4 {
		animation-name: fadeInFirst;
    	animation-duration: 4s;
	}
	#home_5 {
		animation-name: fadeInFirst;
    	animation-duration: 5s;
	}
	#home_more {
		animation-name: ninguna;
    	animation-duration: 0s;
		text-transform: none;
	}


	#gif {
		 width: 70%; 
		background-color: #333333;
	}
	#gif_invite {
		 width: 90%;
		max-width: none;
		background-color: #333333;
	}

	#bigText {
		background-color: #333333;
		color: #ffffff;
	}

	#errorAlert {
		background-color: #f76242;
		color: #ffffff;
	}
	#errorAlert_orange {
		background-color: #fe9c53;
		color: #ffffff;
	}
	#errorAlert_green {
		background-color:#5b9b9a;
		color: #ffffff;
	}

	#positivo {
		background-color:azure;
		color:cadetblue;
	}

	#sugerencia_prev {
		background-color:#225256;
		color:azure;
	}
	#sugerencia {
		border-style: solid;
		border-width: .5px;
		border-color: #225256;
		
		background-color:transparent;
		color:#225256;
	}

#empatia {
	background-color:#b2efe8;
	color:#225256;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

#empatia_invite {
	background-color:#b2efe8;
	color:#225256;
	width: 90%;
	max-width: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

#leInvite {
	width: 90%;
	max-width:none;
}

#fullwidth {
	width: 100%;
}

#statement {
	/* green */
	background-color: #6F9691;
	
	/* dark green */
	background-color: #415B58;
	
	/* top bar green */
	background-color: #ABE1D1;
	background-color: #ffffff;
	
	/* grey  
	background-color: #484848;
	color: #ffffff;
	*/
	
	/* line green  
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #415B58;
	color: #415B58;
	*/
	
}



.chat_B {
	

	border-radius: 20px;
	border-top-right-radius: 0px;
	
	display:table;
	

		max-width: 400px;
		font-size: 15px;
	
	padding: 10px;
	margin-bottom: 10px;
	
	margin-right: 0;
	margin-left: auto;
	text-align: right;
	min-width: 20%;
	
	/*text-transform:uppercase;*/
	color:azure;
	background-color: cadetblue;
	border-style: solid;
	border-width: .5px;
	border-color: cadetblue;

}

 
.chat_B_NO {
	border-radius: 20px;
	border-top-right-radius: 0px;
		text-decoration: none; 
		display:table;

		max-width: 400px;
		font-size: 15px;
	
		padding: 10px;
		margin-bottom: 10px;

		margin-right: 0;
		margin-left: auto;
		text-align: right;
		/* min-width: 20%; */

		/*text-transform:uppercase;*/
		color:#6F9691;
		/* background-color:#333333; */
	
		border-style: solid;
		border-width: .5px;
		border-color: #6F9691;
		/* border-right-style: none; */
	
	
}

.chat_B_YES {
	border-radius: 20px;
	border-top-right-radius: 0px;
		text-decoration: none; 
		display:table;
		max-width: 400px;
		font-size: 15px;
		padding: 10px;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: auto;
		text-align: right;
		/*text-transform:uppercase;*/
	/*
	color:#333333;
	border-color: #333333;
	*/
		border-style: solid;
		border-width: .5px;
	color:#F7797D;
	border-color: #F7797D;
}

.chat_B_CHOICE_container { /*container to wrap all choices */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
	text-align: center;
}

.chat_B_CHOICE { /* selected inside CHOICE menu... */
		animation-name: fadeInFirst;
    	animation-duration: 1s;
	
		border-radius: 20px;
	
		text-decoration: none; 
					display:inline-block;
		max-width: 400px;
		font-size: 15px;
		padding: 10px;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: auto;
		text-align: right;

		border-style: solid;
		border-width: .5px;
		border-color: #F7797D;
		color:#F7797D;
}



.chat_B_HOME {
	/* usado en la home, para mostrar las supuestas 'respuestas' del visitante... */
	
		border-radius: 20px;
		border-top-right-radius: 0px;
		text-decoration: none; 
		display:table;
		max-width: 400px;
		font-size: 15px;
		padding: 10px;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: auto;
		text-align: right;
		border-style: solid;
		border-width: .5px;
	
		color:#F7797D;
		border-color: #F7797D;
		background-color: #F7797D;
		color:#ffffff;
	
		border-color: #415B58;
		background-color: #415B58;
	
		color:#415B58;
		border-color: #415B58;
		background-color: transparent;
	

}





/*
.chat_B_input {
	
	font-family:'Karla', sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	font-size: 15px; 
	line-height:1.3;
	line-height:1.2;
	font-weight:100;
	font-weight:300;
	letter-spacing: 1px;
	margin: 0px;
	
	
	display:block;
	animation-name: fadeInFirst;
    animation-duration: 2s;
	
	border-radius: 20px;
	border-top-right-radius: 0px;
	
	
	max-width: 300px; 
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	min-width: 20%;

	background-color: transparent;
	border-style: solid;
	border-width: .5px;
	color:#F7797D;
	border-color: #F7797D;
	height: 40px;
	align-content: center;
	
}

*/

.chat_B_input_19 {
	
	font-family:'Karla', sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/* >>>>>>>>>>>>>>>>>>>>>>>> SIZER <<<<<<<<<<<<<<<<<<<<<<<<<<  oh la la */
	
	font-size: 15px; /* 20px; */
	line-height:1.3;
	line-height:1.2;
	font-weight:100;
	font-weight:300;
	letter-spacing: 1px;
	margin: 0px;
	
	display:block;
	animation-name: fadeInFirst;
    animation-duration: 2s;
	
	border-radius: 20px;
	border-top-right-radius: 0px;
	
	
	max-width: 300px; /*era 200 */
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	
	margin-right: 0;
	margin-left: auto;
	text-align: center;
	min-width: 20%;
	

	color:#F7797D;
	border-color: #F7797D;

	background-color: transparent;
	border-style: solid;
	border-width: .5px;
	
	height: 40px;
	align-content: center;
	
}


.chat_B_input_posi {
	
	font-family:'Karla', sans-serif, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/* >>>>>>>>>>>>>>>>>>>>>>>> SIZER <<<<<<<<<<<<<<<<<<<<<<<<<<  oh la la */
	
	font-size: 15px; /* 20px; */
	line-height:1.3;
	line-height:1.2;
	font-weight:100;
	font-weight:300;
	letter-spacing: 1px;
	margin: 0px;
	
	display:block;
	animation-name: fadeInFirst;
    animation-duration: 2s;
	
	border-radius: 20px;
	
	/* max-width: 300px; era 200 */
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	min-width: 20%;
	
	border-style: solid;
	border-width: .5px;
	
	/* NEW ONES */
	color:#F7797D;
	border-color: #F7797D;
	height: 40px;
	align-content: center;
	background-color: transparent;
	
}

.cajaForm {
	padding: 0px;
	background-color: transparent;
}




.horiLine {
	display: block;
	width: 90%;
	height: 1px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}







.mapa_container {
		width:100%;
		position: fixed;
		z-index: 25;
		
		/*top: 12px;
		left: 50px;
	*/
		
		top: 60px;
		left: 3px;
	
		top: 12px;
		left: 120px;
	
	
		margin-right: auto;
		margin-left: 5px;
		text-align: left;

}





.mapa_container_load {
		width:100%;
		position: fixed;
		z-index: 25;
		
	/*	top: 12px;
		left: 50px;
	*/
	
		top: 60px;
		left: 3px;
	
	
		margin-right: auto;
		margin-left: 5px;
		text-align: left;
	
}


.mapa_in {
	
		font-size: 13px;
		font-weight:400;
		width: auto;
		text-align: center;
		/* text-transform:lowercase; */
		text-decoration: none;
	
		padding: 7px;
	
		border-radius: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #F7797D;

		background-color:transparent;
		color:#F7797D;
}

#inicio {
		background-color:#F7797D;
		border-color:#F7797D;
		color:#ffffff;
}

#visitando {
	/*	background-color:#F7797D;
		border-color:#F7797D;
		color:#ffffff;
	*/
	
	background-color:#ffffff;
		border-color:#ffffff;
		color:#F7797D;
	
}

#visitado {
	/*	background-color:transparent;
		border-color:#F7797D;
		color:#F7797D;
	*/
	
		background-color:#ffffff;
		border-color:#ffffff;
		color:#F7797D;
	
	
	
}

#novisitado {
	/*
		border-color: #ffffff;
		background-color:transparent;
		color:#ffffff;
	*/
	
		background-color:transparent;
		border-color:#F7797D;
		color:#F7797D;

}

#novisitado_load {
		animation-name: loaderMap;
   		animation-duration: 1s;
		animation-iteration-count:infinite;
		
	
		/* 
		border-color: #6F9691;
		background-color:transparent;
		color:#6F9691;
	*/
		background-color:transparent;
		border-color:#F7797D;
		color:#F7797D;

}




















