
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */

/* #Page Styles
================================================== */
	.notice{
		/*width: 100%;
		background: #DD7575;;
		border-bottom: 4px solid #eaeff3;
		color: #fff;
		position: fixed;
		top: 0;
		font-size: 14px;
		font-weight: bold;
		height: 45px;
		-moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);*/
    
    top: 0;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
    padding: 15px 0 7px 0;
    background: url('../images/lin_longe-rh.png')  no-repeat bottom center;

	}
	
	.notice p.warn {
	text-align: center;
	line-height: 45px;		

    
	font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", "Open Sans Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    
	font-weight: 200;
    
	text-rendering: optimizeLegibility;
    
	-webkit-font-smoothing: antialiased;
  
    
	font-size: 20px;
    
	letter-spacing: 4px;
	}
	
	.notice a.close {
		width: 9px;
		height: 9px;
		float: right;
		background: url(images/close.png) no-repeat top left;
		text-indent: -9999px;
		margin-right: 15px;
		margin-top: 20px;
	}
	
	.notice a.close:hover {
		background: url(images/close-hover.png) no-repeat top left;		
	}
	
	.form-bg {
		width: 370px;
		height: 248px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		border-radius:9px;
		margin: 150px auto 0;
		background: url(../images/form-bg.png) top left;
		padding: 8px 0 0 8px; 
		}
	
	.form-bg form {
		background: rgba(255,255,255,0.55);     
		color: white;
		width: 360px;
		height: 239px;
		/* background: #fff url(images/bg_form.jpg) repeat-x top left; */				-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	}
	
	.form-bg form h2 {
		font-size: 14px;
		font-weight: bold;
		color: #555555;
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-shadow: 0 1px 0 #fff;
		filter: dropshadow(color=#fff, offx=0, offy=1);
		line-height: 45px;
		margin-bottom: 24px;
		margin-left:25px;
	}
	
	input[type="text"], input[type="password"]{
		
		/* font-weight: normal; */      
		/* font-style: inherit; */      
		/* font-family: monospace; */
		/* box-shadow: 0px 0px 0px 4px #f2f5f7; */
		width: 280px;
		height: 33px;
		padding: 0 10px 0 10px;
		margin: 0 auto;
        
		padding: 13px;
		padding-top: 0px;
        padding-bottom: 0px;
        
		border: 1px solid white;
        
		border-radius: 6px;
        
		background: rgba(255,255,255,0.15);
    
        
		color: white;
        
		outline: none !important;
        
		letter-spacing: 1px;
        margin: 20 0 15px 0;
        
		box-sizing: border-box;
		
      
		
		/* color: #aeaeae; */
		/* border: 1px solid #bec2c4; */
	
		/* font: inherit; */
		font: inherit;
}
	
	input[type="text"]:focus, input[type="password"]:focus{
		box-shadow: 0px 0px 0px 4px #e0f1fc;
		border:1px solid #7dc6dd;
	}
	
	input[type="checkbox"] {
		vertical-align: middle;
	}
	
	
	button {
		float: right;
		margin-right: 24px;
		cursor:pointer;
	}	
	
	label {
		display: inline;
		margin-left: 24px;
		vertical-align: middle;
	}
	
	label span {
		color: 555555;
		font-size: 12px;
	}
	
	p.forgot {
		text-align: center;
		margin-top: 5px;
		margin-left:-55px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(0,0,0,0.3);
		
	}
	
	p.forgot a {
		color: #cbebf6;
		text-decoration: none;
		transition: color 0.5s linear;
		-moz-transition: color 0.5s linear;
		-webkit-transition: color 0.5s linear;
		-o-transition: color 0.5s linear;
	}

	p.forgot a:hover {
		color: #65c4e5;
	}

	
	
	.item.bad .alert { /*mensaje modal*/
     left: 0;
     opacity: 1;
     }
	
     .item .alert { /* mensage modal*/
    float: left;
  margin:-50px 0px 0px 345px;
padding: 3px 10px;
color: #FFF;
border-radius: 3px 4px 4px 3px;
background-color: #CE5454;
max-width: 170px;
white-space: pre;
position: relative;
left: -15px;
opacity: 0;
z-index: 1;
transition: 0.15s ease-out;
}
.item .alert::after {  /* mensage modal diseño de punta*/
content: '';
display: block;
height: 0;
width: 0;
border-color: transparent #CE5454 transparent transparent;
border-style: solid;
border-width: 11px 7px;
position: absolute;
left: -13px;
top: -1px;
}


.bad input, .bad select, .bad textarea { /* resaltar caja de texto cuando existe error*/
border: 1px solid #CE5454;
box-shadow: 0 0 4px -2px #CE5454;
position: relative;
left: 0;
-moz-animation: .7s 1 shake linear;
-webkit-animation: 0.7s 1 shake linear;
}

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/*====================auto complete===================*/
input#Username.valid:-webkit-autofill {
   /* background: rgba(255,255,255,0.55) !important; */
   background-image: none;
   color: #FFF !important; 
}	

input_text{

	font-weight: normal;
    font-style: inherit;
    font-family: monospace;
}
.error{
	color:#F30;
	
	}