body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
}
body {
	background-image: url(imagenes/fondoazul.gif);
	margin: 0px;
}
h1 {
	font-size: 18px;
	color: #003366;
	}
h2 {
	font-size: 14px;
	color: #003366;
}
h3 {
	font-size: 12px;
	color: #003366;
}
h4 {
	font-size: 12px;
	color: #003366;
}
h5 {
	font-size: 12px;
	color: #003366;
}
h6 {
	font-size: 12px;
	color: #003366;
}
.titulo {
	color: #003366;		
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.destacar {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}	
.noticias {
	color: #000000;
	font-weight: bold;
}
.bordeFotos {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
ul {
	list-style-image: url(imagenes/bullet.gif);
	list-style-type: square;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.tablaPrincipal {
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo_tabla.jpg);
	background-repeat: no-repeat;
	cellspacing:0;
	cellpadding:0;
}
.celdaPrincipal {
    background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.celdaLateral {
	background-image: url(imagenes/div_columna.jpg);
	background-repeat: no-repeat;
	background-position: right 67px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.submenu {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
