@charset "utf-8";

body {
	background-image: url(../Imagenes/fondo1.jpg);
	background-repeat: repeat;	
}
	
#container {
	width: 800px;
	height: 600px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #FFFFFF;
	font-size: 25px;
}

.centrado {
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#header {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 30px;
}

#tabla {
	background-color: #88481C;
}

.foto {
	float: left;

}
.tablagiff {
	float: left;
	clear: both;
	text-align: justify;
}
