/* CSS Document */
@charset "iso-8859-1";
/*
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: auto;
}

.form-block {
	border: 1px solid #C80606;
	background: #E1FFE1;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.ctrArriba {
	text-align: left;
	padding-top: 1px;
}
.ctr {
	text-align: center;
	padding-top: 20px;
}
.boton{
        font-weight:bold;
        background:#BBFFBB;
        border:1px;
}*/
/*ESTILO NUEVO*/
/*
Al cuerpo de la
pagina se aplica el tama�o de fuente
 */
body{
	font-size: 24px;
}
/**
 * se aplica el ancho, margen centrado
 * borde de un pixel con redondeado, y rellenado
 * a la izquierda y derecha
 */
#Contenedor{
	width: 500px;
	margin: 50px auto;
	/*background-color: #F3EDED;*/
        /*border: 1px solid #ECE8E8;*/
	/*height: 400px;*/
	/*border-radius:8px;*/
	padding: 0px 9px 0px 9px;
}

/**
 * Aplicando al icono de usuario el color de fondo,
 * rellenado de 20px y un redondeado de 120px en forma
 * de un circulo
 */
.Icon span{
      background: #A8A6A6;
      padding: 20px;
      border-radius: 120px;
}
/**
 * Se aplica al contenedor madre un margen de tama�o 10px hacia la cabecera y pie,
 * color de fuente blanco,un tama�o de fuente 50px y texto centrado.
 */
.Icon{
     margin-top: 10px;
     margin-bottom:10px; 
     color: #FFF;
     font-size: 50px;
     text-align: center;
}
/**
 * Se aplica al contenedor donde muestra en el pie
 * la opci�n de olvidaste tu contrase�a?
 */
.pcenter{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

/**
 * En las siguientes lineas
 * se define el dise�o adaptable, para que
 * se muestre en los dispositivos m�viles
 */

/******************************************/
/***    DISE�O PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){
#Contenedor{
	width: 100%;
	height: auto;
	margin: 0px;
}

/******************************************/
/***    DISE�O PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
}





/*ESTILO ANTIGUO*/
/*LINK*/

/*a{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	color: #C0C0C0;
}
a.link {
	color: #000000;
	font-weight: bolder;
	display: block;
	width: 100%;
}
a.link:hover{
	display: block;
	width: 100%;
	background-color: #E1FFE1;
}	   */
/*TABLA*/
table.minibloque{
	width:90%;
	border:0;
	padding:0;
	border-spacing:0;
	background-image: url(../images/p_01.gif);
	text-align: left;
}	
table.bloque {
	border: 1px solid #C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
table.borde {
	border: 1px solid #C0C0C0;
	width:100%;
}
table.borde2 {
	border: 1px solid #C0C0C0;
	width:100%;
}
table.bordetabs {
	width:100%;
}
/*TR*/
tr.cabecera{
	background-color: #C0C0C0;
	color: #E7EDD8;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
/*TD*/
td.celdacenter{
	/*sin raya,centrada*/
	text-align:center;
}
td.celdablack{
	/*sin raya,negrita*/
	font-weight: bolder;
}
td.celdablackcenter{
	/*sin raya,negrita,centrada*/
	font-weight: bolder;
	text-align:center;
	
}
td.raya{
	/*subrayado azul*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
td.rayaright{
	/*subrayado azul*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	text-align: right;
}
td.rayacenter{
	/*subrayado azul,centrada*/
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
td.rayablack{
	/*subrayado azul,negrita*/
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;	
}
td.rayablackcenter{
	/*subrayado azul,negrita,centrada*/
	font-weight: bolder;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;	
}
td.rayablackright{
	/*subrayado azul*/
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	text-align: right;
}
td.titulo{
	color: #E7EDD8;
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	background-color: #C0C0C0;
	background:url(../images/lev0_bg1.gif);
}
td.subtitulo{
	color: #E7EDD8;
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	background-color: #C0C0C0;
	background:url(../images/lev0_bg2.gif);
}
td.celdafecha{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;	
	height: 22px;
	width: 22px;
}
/*IMAGEN*/
img.icono{
	width:16px;
	height:16px; 
	border:0; 
}

img.icono:hover{
	width:16px;
	height:16px; 
	border:0;
	cursor:pointer; 
}