/* CSS Document */

body {
background: #FFFFFF;
text-align: center;
font-family: "trebuchet MS", verdana, arial, sans-serif;
font-size: 14px;
}

A:link {
COLOR: #666666; TEXT-DECORATION: none;
}

A:visited {
COLOR: #666666; TEXT-DECORATION: none;
}

A:active {
COLOR: #666666; TEXT-DECORATION: none;
}

A:hover {
COLOR: #CCCCCC; TEXT-DECORATION: none;
}

input {
background: #FFFFFF;
border: #FF9900 1px solid;
font-size: 13px;
}

select {
background: #FFFFFF;
border: #FF9900 1px dotted;
width: 238px;
font-size: 13px;
}

input:focus {
background: #FFFFEA;
}

select:focus {
background: #FFFFEA;
}

/* ID */

#contenedor {
width: 300px;
height: 200px;
background: url(../imagenes/caja.jpg) no-repeat;
margin: auto;
margin-top: 150px;
text-align: center;
}

#usuario {
margin-top: 85px;
float: left;
width: 300px;
text-align: center;
font-size: 10px;
}

#usuario_txt {
float: left;
width: 300px;
text-align: center;
}

#pass {
float: left;
width: 300px;
text-align: center;
font-size: 10px;
}

#pass_txt {
float: left;
width: 300px;
text-align: center;
}

#boton>input {
background: #F4F4F4;
text-align: center;
width: 80px;
border: #333333 1px solid;
margin-top: 7px;
}

#error {
margin-top: 100px;
text-align: center;
float: left;
width: 300px;
}

#sitio_alumnos {
margin: auto;
width: 780px;
height: 500px;
background: url(../imagenes/bg-page.jpg) no-repeat;
}

#izquierdo {
float: left;
width: 310px;
margin-top: 120px;
margin-left: 25px;
text-align: left;
border-right: #CCCCCC solid 1px;
}

#derecho {
float: left;
width: 390px;
text-align: left;
margin-top: 50px;
}

#menu {
float: left;
margin-top: 150px;
margin-left: 35px;
text-align: left;
width: 248px;
}

#usuarios {
float: left;
}

#formulario {
/*float: left;*/
width: 100%;
margin-top: 5px;
}

#contenido {
overflow: scroll;
height: 400px;
}

/* CLASES */

.boton {
padding: 2px;
border-bottom: #CCCCCC dotted 1px;
width: 300px;
}

.bajada {
text-align: center;
margin-top: 100px;
}

.comenta {
font-size: 11px;
border: #FFCC00 1px solid;
padding: 3px;
background: #FFFFCC;
}

.titulillo {
margin-bottom: 15px;
background: #F0F0F0;
width: 300px;
padding: 3px;
}

.ok {
text-align: center;
margin-top: 150px;
}

.ofrece {
border: #FFCC00 1px dashed;
padding: 3px;
background: #FFFFCC;
}

.under_news {
border-bottom: #999999 1px dotted;
padding-bottom: 5px;
}