/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
a:visited {
	color: #4A8551;
}

.style2 {
	font-size: 26px;
	font-family: "Courier New", Courier, monospace;
}
.style3 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
.HeaderStyle
{
        color:white;
        background-color:#459e00;
        font-family:"Courier New", Courier, monospace;
        font-weight:bold;
        border-right:2px solid white;
}

.CursorMano
{
	cursor:pointer;
}

.botonCalificar
{
	background-color:#459e00;
    border-style:none; 
    color:White;
    width:90px;
    height:30px;
    cursor:pointer;
}

.CursorDefault
{
	cursor:default;
}

.TextboxNoRedimensionable
{
	min-height:100px;
	max-height:100px;
	min-width:500px;
	max-width:500px;
}

.BotonInvisible
{
	display:none;
}

Select
{
	border-bottom-color:#ecac44;
	border-right-color:#ecac44;
	border-style:solid;
	cursor:pointer;
}

.CajasDeTexto
{
	
	border-bottom-color:#ecac44;
	border-right-color:#ecac44;
	border-style:solid;
	cursor:pointer;
}

img
{
	behavior: url(../CSS/iepngfix.htc);
}

.rows
{
	border-bottom: 2px solid #459e00;
	border-top:2px solid #459e00;
}

.celdasPreguntas
{
	border-right: 2px solid #459e00;
}