@charset "UTF-8";
/* cosas propias de este doc */


.drgOK:before,.drgKO:before{
	top: -10px;
	left: -15px;
}
.radio {
	background-color: #ffec8c;
}
.radioButton { 
	background: none;
}
/* OVERRIDES de estilo para asignatura ciencias sociales */
.medio:before,.medio:after {
	border-color:#ffec8c;
}
#enun {
	background-color: #ffec8c;
}
.uiButton:hover, .uiButton:active, .arrowLeft:hover, .arrowLeft:active, .arrowRight:hover, .arrowRight:active, .arrowToc:hover, .arrowToc:active, .barAnon:hover, .barAnon:active, .title:hover, .title:active,.titleSelected {
	background: #f6a800;
	color:white;
	text-decoration:none;
}

.tInac, .tInac:hover, .tInac:active{ /* dejar esto aquí */
	background-color:#BCBCBC;
	color:white;
	cursor:default;
}

.grp,.chkButton,.chkButton:hover,.chkButton:active,.chkButton:visited, .chp, .chp:visited, .chp:active{
	border-color:#ffd500;
	text-align:left;
}
.chp:hover {
	border-color: #f6a800;
}
.chkButtonOK,.chkButtonKO,.chkButtonOK:hover,.chkButtonOK:active,.chkButtonOK:visited,.chkButtonKO:hover,.chkButtonKO:active,.chkButtonKO:visited{
	text-align:left;
	border-color: #f6a800;
	cursor:default;
}
.radio,.genericButton,.genericButton:visited { 
	background: #ffd500;
}
.genericButton:hover, .genericButton:active { 
	background: #f6a800;
}
.genericOK,.genericOK:hover,.genericOK:active {/* dejar esto aquí */
	background-color: #3C0;
	color:white;
	cursor:default;
}
.genericKO,.genericKO:hover,.genericKO:active {/* dejar esto aquí */
	background-color: #C00;
	color:white;
	cursor:default;
}
.anonSelected,.anonSelected:hover,.anonSelected:active,.anonSelected:visited,.titleSelected,.titleSelected:hover,.titleSelected:active,.titleSelected:visited {/* dejar esto aquí */
	color: #FFF;
	background-color: #f6a800;
	cursor:default;
	text-decoration:none;
}
