/**
 estilos ssola sección estudiantes
**/

#estudianteWrapper {
	height: 600px;
	overflow:hidden;
	background:#fff;
	width: 854px;
	margin-left:2.5em;
	margin-bottom: 2em;
}

#estudianteContenido {
	width: 93%;
	padding: 0em 2em;
	height:auto;
	overflow:hidden;
}

#estudianteSelect {
	width:100%;
	height: auto;
	overflow: hidden;
	padding:10px;
	border:1px solid #ededed;
	background:#efefef;
}

#estudianteItems {
	width: 100%;
	margin: 1em 0em;
	height: auto;
	overflow: hidden;
}

	#estudianteItems .estudianteItem {
		width: 48%;
		height:100px;
		max-height:100px;
		float:left;
		margin-bottom: 1em;
		border-bottom: 1px solid #ededed;
	}
	
		#estudianteItems .estudianteItem img {
			float: left;
			margin: 0.2em 1em 0em 0em;
		}
		
		#estudianteItems .estudianteItem h2 {
			font-size: 1.6em;
			color: #D94C00;
		}
		
		#estudianteItems .estudianteItem p {
			font-size: 1.2em;
			margin-top: 0.4em;
		}
		
		#estudianteItems .estudianteItem span {
			float:right;
			margin-right: 3em;
			color: #D94C00;
			font-weight:bold;
		}
		
			#estudianteItems .estudianteItem span img {
				margin-top: -0.4em;
			}
		
#estudianteSelect select {
	margin-right:5em;
}

#estudianteSelect .button {
	background:#D94C00;
	color:#fff;
	font-size:1.2em;
	padding:0.3em;
	font-weight:bold;
}

#estudianteWrapper div.amigos {
	height:660px;
}

#estudianteWrapper #esquina-papel {
	left:779px;
	top:902px;
	width:100px;
} 
