#formAlumno label.error {
	color:#993333;
}
#formAlumno input.error {
	display: inline;
	border:1px solid #993333;
}

#errorContainer {        /*Contenedor ERROR*/
    display: none;
    overflow: auto;
    background-color: #f2dede;
    padding: 8px;
    margin-bottom: 10px;
    border: #b94a48 1px solid;
    border-radius: 4px;
    /* -moz-columns: 3 200px;
    -webkit-columns: 3 200px;
    columns: 3 200px; */
}
#errorContainer p {		/*Titulo ERROR*/
    float: none;
    width: auto;
    color: #b94a48;
    font-weight: bold;
    display: block;
    margin: 0;
}
#errorContainer label {		/*Texto ERROR*/
    float: none;
    width: auto;
    line-height: 140%;
    color: #b94a48;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
#errorContainer ul {
	float: none;
    width: auto;
    -moz-columns: 3 150px;
    -webkit-columns: 3 150px;
    columns: 3 150px; /*agregado*/
}
#errorContainer li {
	float: none;
    width: auto;
    line-height: 140%;
    color: #b94a48;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
