body {
	background-image:  url(../paginas/fondo1.jpg);
	background-repeat: repeat;
}

img {
	border:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 16px;
}

.alertas {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #888888;
	border: 1px solid #FFFFFF;
}

.areaGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #888888;
	border: 1px solid #FFFFFF;
	width: 250px;
	height: 120px;
	overflow: auto;
}

.areaPeque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #888888;
	border: 1px solid #FFFFFF;
	width: 200px;
	height: 120px;
	overflow: auto;
}

table {
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: solid;
        border-bottom-color: #000000;
        border-left-color: #000000;
}


.celdas1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #536B9B;
	text-align: justify;
	vertical-align: middle;
	/*color: #81b5eb;*/
	color: #FFFFFF;
}
.celdas2 {
	background-color: #888888;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
}

a.paginar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
a.paginar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
}
.text-pag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#novedades
{
	position: absolute; 
	top:250px; 
	left: 25px; 
	width:500px;
	height:240px;
	z-index:2;
	overflow:auto;
}

