label
{
	font-size:1.4em;
}
input[type=text],input[type=password]
{
    background-image: url("/images/form_back1.gif");
    background-repeat: no-repeat;
    border-color: #EEEEEE;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #FF3300;
    display: block;
    font-family: "Trebuchet MS",Arial;
    font-size: 1.2em;
    font-weight: bold;
    height: 19px;
    padding: 3px 3px 3px 7px;
    width: 299px;
}
input[type=submit]
{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    background-image: url("/images/fondo_alerts.png");
    background-position: 0 -84px;
    border: medium none;
    color: white;
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-left: 83px;
    margin-top: 10px;
    padding: 5px;
    text-align: right;
	cursor:pointer;

    *margin-left:0px; /* IE7 and below */  
    *text-align: center; /* IE7 and below */  
}
input[type=submit]:hover
{
	color:#000;
}
form
{
}
#page
{
	padding-top:25px;
}
#contenedor_login
{
    margin: auto;
    width: 900px;
}
#left-col
{
	margin-top:69px;
	margin-right:0;
	padding-right:0;	
	padding-bottom:20px;
}
.invisible{display:none;}
#page{
	background-color:#254b71;

	background-position:-55px -17px;
	background-repeat:no-repeat;
	border-bottom:2px solid black;
	height:130px;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius: 0;		
}
.bloque_login
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
   	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #EEEEEE;
	float:left;
    width: 340px;
	padding:10px 20px;
	margin-left:20px;
	margin-right:20px;	
}
h3
{
	width:95%;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 2px 2px 4px #777777;
    -webkit-box-shadow: 2px 2px 4px #777777;
    box-shadow: 2px 2px 4px #777777;

    background: url("/images/back_calendar2.png") repeat-x scroll center center transparent;
    border: 1px solid #E78F08;
    clear: left;
    color: white;
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 0 20px;
    padding: 4px 0 4px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 #777777;
	background-image:none;
	background-color:#004C30;
	border:none;
}
.boton_acceder
{
	font-size:1.5em;
	vertical-align:middle;
}
.bloque_login img
{
	vertical-align:middle;
	border:none;
}
.uned a
{
    background-image: url("/images/corporativa/logo_uned.png");
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 85px;
    padding-left: 108px;
    padding-top: 19px;
    text-decoration: none;
}

.bloque_login.uned
{
	background-color:#e4febe;
}

.bloque_login a:hover
{
	color:#a00;
}

.bloque_login li
{
	/* background-image:url(/images/sep.jpg); */
	background-repeat:repeat-x;
	list-style:none;
	padding-left:10px;
	padding-top:3px;
	margin-left:20px;
	color:#775555;
}
#content
{
	margin-right:0px;
	padding-bottom:15px;
}
#content p.advertencia
{
	margin-left:0;
}
h1
{
    margin-left: 31px;
    margin-bottom: 31px;
	color:white;
}