@charset "utf-8";
/* CSS Document */

body {
	background-color: #823D40;
	text-align: center;
}

#header {
	height: 70px;
	width: 800px;
	background-position: 1px bottom;
	text-align: center;
	font-size: 16px;
	color: #FFCC00;
	background-color: #823D40;
	background-image: url(../img/cabesa.gif);
	background-repeat: no-repeat;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#contenedor {
	height: 600px;
	width: 900px;
	float: right;
	background-color: #823D40;
}

#contenedor1 {
	background-image: url(../img/ga1.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	margin-left: 37px;
}

#menu{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #F3DB5F;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	margin-right: 30px;
}

#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #F3DB5F;
	text-decoration: none;
}

#menu a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
}

#texto {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: -50px;
}

#texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin-top: 70px;
	margin-left: -25px;
}

#idiomas {
	font-size: 11px;
	color: #339900;
	float: right;
	margin-right: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#idiomas a {
	text-decoration: none;
	color: #009900;
}

#idiomas a:hover {
	color: #F3DB5F;
	text-decoration: none;
}

#pie {
	background-color: #823D40;
	height: 40px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-left: 115px;
}

