<!--
body{
	height: 100%;
	font-family: Arial;
	font-size: 14px;
	color: #000066;
	background-image: url(jpg/logo.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;	
}
body.frame{
	background-color: #A4CE3A;
	background-image: none;
}

h1{
  font-size: 36px;  
}
h2{
  font-size: 24px;  
}
h3{
  font-size: 18px;  
}
h4{
	font-size: 16px;
}
h4.anuncio{
	color: #ff0000;
}
h5{
	font-size: 14px;
}
p {
	font: 14px arial;
	text-align: justify;
	
}

TABLE{
	border-collapse: collapse;
	border: 0px solid black;
	text-align:center;
	font-size:14px;
	border-style:none;
	border-spacing:0;
	padding:0px;
}

TABLE.contactos{
	text-align: left;
}

TABLE.link{
	text-align: left;
	font-size:10pt;
	
}

TABLE.fotos{
	width: 100%;
	border-collapse: separate;
	border-width: 0px;
	border-style: solid;
}

table.fotos td {
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
}

iframe
{
	height: 512px;
	float: left;
	padding: 5px;
	margin: 0;
	border-width: 2px;
	border-color: #A4CE3A;
	width: 98.4%;
	overflow: auto;
	background-color: #FFFFFF;
}

-->

