/* 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;
}*/
/*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{
	
	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_detalle{
	/*background-color: #C0C0C0;
	color: #E7EDD8;*/
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}
tr.cabecera{
	background-color: #C0C0C0;
	color: #E7EDD8;
	font-size: 14px;
	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; 
}
/*OTROS*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
label{
	font-weight: bolder;
}
legend {
	color: #C0C0C0;
	font-size: 10px;
	font-weight: bolder;
}
fieldset{
	border-color:#C0C0C0;
	padding: 5px;
	border: 1px solid #C0C0C0;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
/*formulario*/
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    
/*     height: 40px;
     padding: 5px;*/
     
  }
  text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    
/*     height: 40px;
     padding: 5px;
     margin: 5px;*/
  }
form input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
form input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
}
form input[type=text] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
    
/*     height: 20px;
    
     margin: 5px;*/
}
form input[type=password] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
