
/* ---------- ESTAS CSS SOLO SE USAN EN LA PAGINA DE ACCESO -------------------------------------------------------*/

body
{
	background-color: #FFFFFF;
	background-image: url('/images/login/accesoSup.gif');
	background-repeat: no-repeat;
	margin: 130px auto auto auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

    
#panelAcceso
{
	background-image: url('/images/login/acceso.jpg');
	background-repeat: no-repeat;
	width:749px;
	height:341px;
	margin:0 auto 0 auto;
}

fieldset
{
	width:280px;
	height:125px;	
	border:0;
	position:relative;
	top:45px;
	left:360px;
}

label, label span{display:block; padding-bottom: .25em; }
label{float:left; width:100%}
label span
{ 
	float:left; 
	width:45%;
	text-align:right; 

	font-size:10px; 
	color:#edefea;
	margin-right:5px;
	padding-top: .25em;
}

fieldset input
{ 
	float:right; 
	width:45%;
	border:1px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#333333;
}

fieldset input:active,input:focus{border:1px solid #999999;}

#boton
{    
	width:80px; 
	background-image:url('/images/login/btnBkg.gif');
	background-repeat:repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	border: 1px solid #bcc6cd;
}

#divMensajeError
{
     padding-left:40px; 
     color:#bcc6cd;
     font-size:9px;
}

.piePagina
{
    text-align:right ;
    color: #808080;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:749px;
	margin:0 auto 0 auto; 
} 

/*Estilo del hyperlink de recuperar contraseņa*/
a.restorePass
{
    text-align:right; 
    font-size:10px; 
    color:#5f6d8b;
    font-weight:bold;
    text-decoration:none;   
}

a:link
{
    text-decoration: none;
    cursor:pointer;
}

a:visited
{
    text-decoration: none;
    cursor:pointer;
}

a.restorePass:link
{
    text-decoration: none;
    cursor:pointer;
}

a.restorePass:hover
{
	text-decoration:underline;
}    
    
a.restorePass:visited
{
    text-decoration: none;
    cursor:pointer;
}


input.botonContenidos
{ 
	border:1px solid #4c4c4d;
	background-image:url('/images/herramientas/gestionContenidos/botones/on.png');
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	
	height:20px;
	padding-left:10px;
	padding-right:10px;	  
}

input.botonContenidos:hover
{
	border:1px solid #FFFFFF;
	background-image:url('/images/herramientas/gestionContenidos/botones/off.png');
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;	
	padding-left:10px;
	padding-right:10px;		   	      
}

.letraContenido /* Muy usada */
{
	font-family:Tahoma;
    font-size: 11px;
    color: #27475C;
    font-style: normal;
    font-weight: bold; 
}

.caja
{
    border:1px solid #999999;
}

.bold
{
	font-weight:bold;
}

.error 
{   
    font-family: Tahoma;
    font-size: 10px;
    color: #ff0033;
    font-style: normal;
    font-weight: bold;
}
.verdeAlvaro 
{	
	font-family: Tahoma !important;
    font-size: 10px;
    color: #2AAB25;
    font-style: normal;
    font-weight: bold;   
}

.letraBlanca /* Muy usada */
{
	font-family:Tahoma;
    font-size: 11px;
    color: white;
    font-style: normal;
    font-weight: bold; 
}



    