﻿@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/fondo_madera.jpg);
	height: 100%;
	width: 100%;
	left: auto;
	right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
	
#header{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	}
#footer{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	font-color:fff;

	}
#table2{
	padding-top: 20px;	
	}	
	
#mayo{
	float: left;
	margin-left: 60px;
	}
	
#junio{
	float: right;
	margin-right: 60px;
	}	
	
.tituloCentro{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding-left: 20px;
	}
.centro{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF66;
	padding-left: 20px;
	}

