@font-face
{
	font-family: Calibri;
	src: local("Calibri"), url(CALIBRI.TTF);
}
body {
	background-color: #004566;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../imagenes/fondo.gif);
	background-repeat:   repeat-y;
	background-position: center center;
}
.azules {
	color: #797979;
}
.Grises {
	color: #b2b2b2;
}
td {
	padding: 0px;
}
.boton{
	padding:6px;
	border:black solid 2px;
	background-color:#CCC;
	color:#000;
	text-decoration:none;
	-moz-border-radius: 8px;
}
#libros {
	color:#000;
	background-image: url(../imagenes/fondo_aportaciones.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:16px;
}
#libros a{
	color:#000;
	text-decoration:none;
}
#libros img{
	border:none;
}
#libros p{
	margin:6px;	
}
.bordeAzul {
	border-bottom: #797979 solid 5px;
	text-align: center;	
}

.bordeRojo {
	border-bottom: #FF0000 solid 5px
}

.bordeImagenes {
	border-top: #707070 solid 1px;
	border-bottom: #707070 solid 1px;
	border-right: #707070 solid 1px
}

.bordeImagenes2 {
	border-top: #414141 solid 1px;
	border-bottom: #414141 solid 1px;
	border-right: #414141 solid 1px
}

.Estilo1 {
	padding:3px;
	font-size: 16px;

}

.Estilo3 {
	font-size: 14px;
}

a {
	text-decoration: none;
}
img,table {
	border:none;
}