
body	{
	background-color: #003366;
	background-repeat: no-repeat;
	background-attachment:  scroll;
	background-position: right bottom;
	font-family: verdana, arial, sans-serif;
	}

table	{

	margin-left: auto;
	margin-right: auto;
	}

h1	{
	color: #ffcc00;
	background-color: #8a8a8a;
	font-variant: normal;
	font-size: 30px;

	}

h2	{
	color: #ff3333;
	font-style: italic;
	font-size: 16px;
	background-color: #ececec;
	 
	}


h3 {
     font-variant: normal;
     font-weight: bold;
     font-size: 12px;
     color:#00009C;
     background-color: #d5d5d5;
}

h4 {
     font-size: 13px;
     color: #3232CD;
     font-variant: small-caps;
     text-align: center;
     
}

h5 {
     font-size: 11px;
     color: #3232CD;
     background-color: #d5d5d5;
}

h6 {
     font-size: 11px;
     color: #3232CD;
}

th {
     text-align: center;
}

tr {
     margin-left: 4px;
     margin-right: 4px;
}

td {
     text-align: left;
     font-size: 13px;
     background-color: #e6e6e6;
     padding:7px
}

p{
     
     text-indent: 15px;
     text-align: justify;
     color: ##111111;
}


a:link {
	color: blue;
        text-decoration: none; }
}

a:visited {
	color: red;
        text-decoration: none;
}

a:hover {
	background-color:none;
	color: blue;
	text-decoration: none 
}

.galeria {
	text-align: center;
}

.galeria table {
	margin-left: auto;
	margin-right: auto;
}

.galeria td {
	padding: 5px 5px 10px 5px;
}

.galeria td img {
	border: 1px solid black;
}

