@import url(http://fonts.googleapis.com/css?family=Quicksand:400,300,700);

/*GENERAL*/
body{
	font-family: "Myriad Pro", "Arial";
	font-size:14px;
	line-height: 19px;
	color:#777;
}

h1{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size:35px;
	color:#0079b2;
}

h2{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size:26px;
	line-height:28px;
	color:#0079b2;
}

h3{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size:21px;
	line-height:28px;
	color:#444;
}

h4{
	font-family: "Myriad Pro", "Arial";
	font-weight: 400;
	font-size:16px;
	line-height:28px;
	color:#0079b2;
	margin-bottom: 0px;
}
/*PORTADA*/

#cabecera-app{
	margin-top:5px;
	border-bottom:2px dotted #0079b2;
	padding-right:15px;
}

#pie-app{
	height: 50px;
	border-top:2px dotted #0079b2;
	text-align:center;
	margin-top:50px;
	padding-top:25px;
	display:block;
	clear:both;
}

/* MENU */
#menu{
	padding-top:10px;
	border-bottom:2px dotted #0079b2;
	height:220px;
}

#menu ul{
	padding-left:10px;
}

a{
	text-decoration:none;
	color:#777;
}

a:hover{
	color:#0079b2;
}

#caja-formulario{
	margin-left:75px;
	margin-bottom:20px;
	padding:20px;
	-webkit-box-shadow: 0px 0px 3px 1px #ccc;
	box-shadow: 0px 0px 3px 1px #ccc; 
}

#insertar_lote_espuma{
}

.formu label{
	display:block;
	clear:both;
	color:#0079b2;
	margin:5px;
}

.formu input{
	display:block;
	clear:both;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
}

.formu textarea{
	display:block;
	clear:both;
}

.formu #submit{
	margin-left:45%;
	margin-top:15px;
	font-size:14px;
	border-radius: 5px;
	padding:5px;
	background-color:#fff;
}

.formu #submit:hover{
	background-color: #aacfe4;
	cursor:pointer;
	
}

.formu select{
	display:block;
	clear:both;
	color:#000;
	margin:5px;
	padding:4px;
	min-width: 150px;
	margin-bottom:12px;
	width: 100%;
}

.formu label.error{
	font-size:0.8em;
	color:red;
	font-weight: bold;
	margin-left:20px;
	max-width:300px;
	clear:none!important;

}

.formu .error{
	border-color:red;
	display:inline-block;
	margin-top:0px;
}

#mensaje{
	background-color: #aacfe4;
	width: 400px;
	font-weight:bold;
}

.insercion-correcta{
	background: none repeat scroll 0 0 #D8EECE;
    border: 1px solid #CDE6B8;
	padding:15px;
    color: #367934;
    text-shadow: 1px 1px 0 #EFF8EB;
    margin-top:20px;
}

.insercion-erronea{
    background: none repeat scroll 0 0 #EFD6D6;
    border: 1px solid #E9C8CD;
	padding:15px;
   	color: #9D303B;
    text-shadow: 1px 1px 0 #F8EDED;
    margin-top:20px;
}

.titulo-trazado{
	font-weight:bold;
	color:#0079b2;
}

.texto-trazado{
	color:#000;
}

.actual-trazado{
	color:#000;
	font-weight:bold;
}

.formu_login{
	margin-left:400px;	
	margin-top:30px;

}


.formu_login label{
	display:block;
	clear:both;
	color:#0079b2;
	margin:5px;
}

.formu_login input{
	display:block;
	clear:both;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 5px;
}



.formu_login #submit{
	margin-top:15px;
	font-size:14px;
	border-radius: 5px;
	padding:5px;
	background-color:#fff;
}

.formu_login #submit:hover{
	background-color: #aacfe4;
	cursor:pointer;
	
}


.formu_login label.error{
	font-size:0.8em;
	color:red;
	font-weight: bold;
	margin-left:20px;
	max-width:300px;
	clear:none!important;

}

.formu_login .error{
	border-color:red;
	display:inline-block;
	margin-top:0px;
}

.formu2 label{
	display:block;
	clear:both;
	color:#0079b2;
	margin:5px;
}

.formu2 input{
	clear:both;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
}

.formu2 textarea{
	display:block;
	clear:both;
}

.formu2 #submit{
	margin-left:45%;
	margin-top:15px;
	font-size:14px;
	border-radius: 5px;
	padding:5px;
	background-color:#fff;
}

.formu2 #submit:hover{
	background-color: #aacfe4;
	cursor:pointer;
	
}

.formu2 select{
	display:block;
	clear:both;
	color:#000;
	margin:5px;
	padding:4px;
	width:150px;
	margin-bottom:12px;
}

.formu2 label.error{
	font-size:0.8em;
	color:red;
	font-weight: bold;
	margin-left:20px;
	max-width:300px;
	clear:none!important;

}

.formu2 .error{
	border-color:red;
	display:inline-block;
	margin-top:0px;
}

.sepa{
	color:#0079b2;
	margin:25px 0px;
}

#sin-menu{
	text-align: center;
	margin-bottom:90px;
}



.status_0,
.status_0 td {
    background: #ff0a0a73 !important;
}
.status_0,
.status_0 *{
    color: #ffffff96 !important;
}