@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------------------------FORM LOGIN----------------------------------*/
/*Inicio Form login*/
.formLogin{
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 20px;
	width: 100%;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.mainLogin{
	padding: 30px;	
	margin: auto;
	
}
.formLogin label{
	font-size: 14px;
	display: block;
	width: 100%;
}
.formLogin input{
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid rgba(22, 104, 196, .5);
}

.formLogin input:focus{
	border: 1px solid #1668c4;

}

.formLogin input[type="text"]{
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}
.formLogin input[type="password"]{
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

.formLogin input[type="button"]{
	width: 100%;
	font-size: 15px;
	margin-bottom: 0px;
	background-color: #1668c4;
	color: #fff;
	border: none;
	border-radius: 4px;
}
.formLogin input[type="button"]:hover{
	background-color: #4a88f4;
	cursor: pointer;
}

.tituloLogin{
	font-size: 30px;
	color:  #1668c4;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
}

/*Fin Estilos login Principal*/

/*-------------------------------------------------------------------*/
/*Estilos de formularios Contactenos*/

label{
	font-size: 15px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.formContactenos input, .formContactenos textarea{
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid rgba(22, 104, 196, .5);
}

.formContactenos input:focus, textarea:focus{
	border: 1px solid #1668c4;

}

.formContactenos input[type="text"]{
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

.formContactenos textarea{
	font-family: 'PT Sans', sans-serif;
	resize: vertical;
	height: 100px;
	max-height: 200px;
	min-height: 100px;
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

.formContactenos input[type="button"]:hover{
	background-color: #4a88f4;
	cursor: pointer;
}

.formContactenos input[type="button"]{
	width: 25%;
	font-size: 15px;
	margin-bottom: 0px;
	background-color: #1668c4;
	color: #fff;
	border: none;
	border-radius: 4px;
}

table{
	width: 100%;
}
th{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
	font-size: 18px;
}
td{
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}


input[type="button"]:hover{
	background-color: rgba(68,161, 106, 0.6); 
	cursor: pointer;
}

.tituloForm{
	font-size: 25px;
	color:  #1668c4;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
}


/*Fin Estilos de formularios Contactenos*/

/**--------------------------------------------/

/*Estilos de formularios de componentes*/

.main article .formRegNovedad {
	margin: auto;
}

.formRegNovedad {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 20px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 50%;
}
.formSegNovedad{
	width: 50%;

}
.formHistoNovedad{
	width: 50%;

}

.formCerrarNove{
	width: 50%;
}

label{
	font-size: 15px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
input, textarea{
	height: 35px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid rgba(22, 104, 196, .5);
}
select{
	margin-bottom: 20px;
	width: 100%;
	display: block;
	background: #eee;
   	padding: 5px;
   	font-size: 15px;
   	border: 1px solid rgba(22, 104, 196, .5);
   	border-radius: 4px;
   -webkit-appearance: none;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}
select:hover{
	background-color: #fff;
	font-size: 15px;
}

input:focus, textarea:focus{
	border: 1px solid #1668c4;

}

input[type="text"]{
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

textarea{
	font-family: 'PT Sans', sans-serif;
	resize: vertical;
	height: 100px;
	max-height: 200px;
	min-height: 100px;
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

input[type="file"]{
	font-size: 14px;
	border-radius: 4px;
}

input[type="password"]{
	font-size: 14px;
	padding: 3px;
	border-radius: 4px;
}

input[type="submit"]{
	width: 25%;
	font-size: 15px;
	margin-bottom: 0px;
	background-color: #1668c4;
	color: #fff;
	border: none;
	border-radius: 4px;
}

input[type="submit"]:hover{
	background-color: #4a88f4;
	cursor: pointer;
}

input[type="button"]{
	width: 25%;
	font-size: 15px;
	margin-bottom: 0px;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.menuBotones{
	display: block;
	text-align: center;
}

.botonHisto{
	width: 25%;
	font-size: 15px;
	margin-bottom: 0px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background-color: rgba(68,161, 106, 0.9);
}

.rojo{
	background-color: rgba(255, 56, 44, 0.9);
	color: #000;
}

.amarillo{
	background-color: rgba(249, 246, 19, 0.9);
	color: #000;

}

.verde{
	background-color: rgba(52, 244, 14, 0.9);
	color: #000;

}
th{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 45px;
	font-size: 18px;
}
td{
	text-align: center;
	height: 40px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}


input[type="button"]:hover{
	background-color: rgba(68,161, 106, 0.6); 
	cursor: pointer;
}

.tituloForm{
	font-size: 25px;
	color:  #1668c4;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
}
/*Estilos de formularios de componentes*/
