 	/*Cuadro de alerta del mensaje.*/
	#mensaje{
		opacity:0;
		display:none;
		width:30%;
		left:35%;
		height:auto;
		top:-10px;
		border:1px solid rgba(190,190,190,1);
		border-radius:10px 0px;
		position:fixed;
		-webkit-transition:opacity 1500ms ease,top 1s ease;
		transition:opacity 1500ms ease,top 1s ease;
		box-shadow:0px 0px 8px rgba(100,100,100,.5);
		z-index:9999;
	}
	#mensaje  > img[id=img_close]{
		position:absolute;
		right:7px;
		top:7px;
		width:20px;
		cursor:pointer;
		z-index:2;
	}
	#mensaje> div{
		padding:30px 10px 30px 10px;
		width:80%;
		margin-left:10%;
		color:rgba(255,255,255,1);
		text-shadow:-1px 0px 1px rgba(50,50,50,.5);
		font-weight:600;
	}
	
	@media screen and (max-width: 480px){
		
		#mensaje{
			width:70%;
			left:15%;
		}
	}
 
 
 
 
 
 /* Backgrounds */
 	.back_amarillo{
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdc700+0,fcdb64+44,fdc700+100 */
		background: #fdc700; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdc700 0%, #fcdb64 44%, #fdc700 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #fdc700 0%,#fcdb64 44%,#fdc700 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #fdc700 0%,#fcdb64 44%,#fdc700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc700', endColorstr='#fdc700',GradientType=0 ); /* IE6-9 */
		border:1px solid black;
			

	}
	.back_amarillo>div{text-shadow:0x 1px  0px black;}
	
	.panel_gray{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

 
 
 	/*Estilos de background*/
	.back_gray{
		background: #e2e2e2; /* Old browsers */
		background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	}
	.back_guindo{
		
		background: #9b0000; /* Old browsers */
		background: -moz-linear-gradient(top,  #9b0000 0%, #610b0b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #9b0000 0%,#610b0b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #9b0000 0%,#610b0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#610b0b',GradientType=0 ); /* IE6-9 */

	}