
 
#forms header{
	/*padding: 2em !important;*/
	height: auto !important;
}

#forms header h1{
	font-size: 3.6em !important;
	margin: 0.75em 0.25em 0 0.25em !important;
}

#forms header p{
 
	margin: 0.75em 0 1em 1.8em !important;
}

#forms header .dot{
	background: #fff !important;
	float: none !important;
	margin: 0 !important;
}

#forms > section{
	padding: 3em 2em 6em 2em;
}

#forms label{
	width: 100%;
	padding: 0 0 0.5em;
	display: block;
	font-weight: 700;
	color: #333;
	height:2.9em;
	 
	
}
#forms select[multiple]{
	height: 162px;
}
#forms label.option{
	font-weight: 300;
	font-size: 0.9em

}
#forms optgroup{
	font-weight:bold;
	font-size:1em;
	font-style: italic; 
}

#forms input, #forms select, #forms textarea{
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	display: block;
	padding: 1em;
	min-width: 50%;
}

/*
.page article {
    width: 100%!important;
}
*/	

.alumnos p{
	float: left;
	width: 47%;
	padding: 2em 2em 0 0;
	margin: 0;
	clear: none;
	height: auto
}


.page article p+h3 {
    margin-top: 0!important;
}


.alumnos input, .alumnos select, .alumnos textarea{
	width: 100%
}

.alumnos input[type='checkbox']{
	width: auto !important
}

.nofloat{
	margin:20px 0 20px 0;
	width: 50% !important;
	height: auto !important;
	float: none !important;
	clear: both !important;
}

.nofloat-titulo{
	margin:5px 05px 0;
	width: 50% !important;
	height: auto !important;
	float: none !important;
	clear: both !important;
}

.nofloat100{
	margin:20px 0 20px 0;
	width: 100% !important;
	height: auto !important;
	float: none !important;
	clear: both !important;
}



/*a dos columnas*/
#forms_2 > header{
	padding: 2em;
	height: auto;
}

#forms_2 > header h1{
	font-size: 5em;
	margin: 0.25em 0;
}

#forms_2 > header .dot{
	background: #fff;
	float: none;
	margin: 0;
}

#forms_2 > section{
	padding: 2em;
}

#forms_2 label{
	width: 100%;
	padding: 0.2em 0;
	display: block;
	font-weight: 700;
	color: #333
}

#forms_2 label.option{
	font-weight: 300;
	font-size: 0.9em

}
#forms_2 optgroup{
	font-weight:bold;
	font-size:1em;
	font-style: italic; 
	 
	
	
	
}
#forms_2 input, #forms_2 select, #forms_2 textarea{
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	display: block;
	padding: 1em;
	min-width: 21em;
 
}

#forms_2  select[multiple]{ 
background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	display: block;
	padding: 1em;
	max-width: 21em;
 

}

#forms select[id^="dia"]{
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	float:left;
	margin: 0 1% 0 0;
	padding: 1em;
	min-width: 15.6%
}

 
#forms select  + select  {
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	float:left;
	margin: 0 1% 0 0;
	padding: 1em;
	min-width: 15.6% 
}
  
 

#forms input[type='checkbox'],#forms input[type='radio']{
	min-width: 3%;
	display: inline-block;
	margin-right: 0em 
 
	
}

#forms input[type='submit']{
	background: #00457C;
	color: #fff;
	font-weight: 700;
	min-width: 20%;
}

#forms button{
	background: #00457C;
	color: #fff;
	font-size:0.90em;
	font-weight: 700;
	min-width: 20%;
	height:3em;
	padding:1.5%
}

 
#forms_2 select[id^="dia"]{
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	float:left;
	margin: 0 1% 0 0;
	padding: 1em;
	min-width: 15.6%
}

 
#forms_2 select  + select  {
	background-color: #fff;
	border: thin solid #ccc;
	font-size: 0.9em;
	color:#333;
	float:left;
	margin: 0 1% 0 0;
	padding: 1em;
	min-width: 15.6% 
}
  
 

#forms_2 input[type='checkbox'],#form_2s input[type='radio']{
	min-width: 3%;
	display: inline-block;
	margin-right: 1em 
 
	
}

#forms_2 input[type='submit']{
	background: #00457C;
	color: #fff;
	font-weight: 700;
	min-width: 20%;
}

#forms_2 button{
	background: #00457C;
	color: #fff;
	font-size:0.90em;
	font-weight: 700;
	min-width: 20%;
	height:3em;
	padding:1.5%
}

.page h1{
	color:#333333;
}

.ui-button{
	color: #fff !important
}


@media screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 16px!important;
  }
}
@media all and (max-width: 768px){
	.alumnos p{
		float: left;
		width: 100%!important;
		padding: 2em 2em 0 0;
		margin: 0;
		clear: none;
		height: auto
	} 

}
@media all and (max-width: 790px){
	
	#forms header h1{
		font-size: 4em !important;
		margin: 0.75em 0.25em 0 0.25em !important;
	}
	#forms label {	
		width: 100%;
		padding: 0 0 0.5em;
		display: block;
		font-weight: 700;
		color: #333;
		font-size: 1.3em;
		height: auto;
	}
		 
	#forms input, #forms select, #forms textarea{
		background-color: #fff;
		border: thin solid #ccc;
		font-size: 0.9em;
		color:#333;
		display: block;
		padding: 1em;
		min-width: 100%;
	 
	}
	.page h3 {
    color: #00457C;
    font-size: 1.6em;
    margin: 0 0 1em;
    display: block;
}
	#forms_2 input, #forms_2 select, #forms_2 textarea{
		background-color: #fff;
		border: thin solid #ccc;
		font-size: 0.9em;
		color:#333;
		display: block;
		padding: 1em;
		min-width: 100%;
	 
	}
	 

	#forms button{
		background: #00457C;
		color: #fff;
		font-size:1.2em;
		font-weight: 700;
		min-width: 30%;
		height:3em;
		padding:1.5%
	}


}