/* CSS Document */

.enlace  {
color:	#000000;
text-decoration:	none;
cursor:pointer;
}

.enlace:hover  {
color:	#000000;
text-decoration:	underline;
cursor:pointer;
}

.sel1  {
background-color:	#F1F2FF;
font-family:	Verdana, Arial, Sans-Serif;
font-size:	7pt;
}

.sel1 > td { padding:1px; }

.sel2  {
background-color:	#FFFFFF;
font-family:	Verdana, Arial, Sans-Serif;
font-size:	7pt;
}

.sel2 > td { padding:1px; }

.sel_titulo  {
background-color:	#8c8c8c;
color:	#ffffff;
font-family:	Trebuchet MS, Sans-Serif;
font-size:	8pt;
font-weight:	bold;
padding-left:	1px;
}

.sel_titulo > td{
padding-left:	3px;
}

.libro_pie  {
padding-top:10px;
color:	#808080;
font-family:	Verdana, Arial, Sans-Serif;
font-size:	7pt;
font-style:	italic;
padding-left:	3px;
background-color:#FFFFFF;
}

.boton  {
background-color:	#c1c1c1;
color:	#000000;
cursor:	pointer;
font-family:	Verdana,Helvetica;
font-size:	7pt;
font-weight:	bold;
height:	15px;
text-align:	center;
border:1px solid #c8c8c8;
}

.boton2  {
background-color:	#ffffff;
color:	#000000;
cursor:	pointer;
font-family:	Verdana,Helvetica;
font-size:	7pt;
font-weight:	bold;
height:	15px;
text-align:	center;
border:#FF9900 1px solid;
}

.boton:hover,.boton2:hover  {
background-color:	#8c8c8c;
color:	#FFFFFF;
cursor:	pointer;
font-family:	Verdana,Helvetica;
font-size:	7pt;
font-weight:	bold;
height:	15px;
text-align:	center;
border:1px solid;
}

.libro_form  {
margin-top:50px;
border-color:	#330099;
border-style:	solid;
border-width:	1px;
background-color:#FFFFFF;
}

.texto_gris{
color:#999999;
font-size:	7pt;
}

.texto_azul{
color:#0000FF;
font-size:	7pt;
}

.articulo_horizontal{
background-color:#ffffff;

}
.articulo_horizontal:hover{
background-color:#f1f1f1;
}
.articulo_mini{
border:#CCCCCC 1px solid;
padding:0px;
margin:0px;
height:100px;
background-image:url(../img/bg_mini.gif);
}

.imagen_lateral{
margin-top:10px;
margin-bottom:10px;
}

/***************PAGINACION***********************/
.botonera{
border-bottom:#CCCCCC solid 1px;
border-top:#CCCCCC solid 1px;
background-color:#f1f1f1;
margin:5px 0px 5px;
padding:0px;
height:23px;
}

.botonera input{
padding:1px;
height:18px;
width:30px;
font-size:7pt;
border:#E6E4C6 solid 1px;
background-color:#FFFFFF;
color:#000000;
font-weight:bold;
}

.botonera input:hover{
height:18px;
width:30px;
font-size:7pt;
border:#000000 solid 1px;
background-color:#f1f1f1;
color:#000000;
font-weight:bold;
cursor:pointer;
}

/***************AVISOS***********************/
.aviso{
display:block;
margin:auto;
margin-top:10px;
margin-bottom:10px;
width:350px;
padding:5px;
border: 1px solid #0099FF;
background-color:#E8FFFF;
text-align:center;
}
