@charset "utf-8";

body {
	background-color: #823D40;
}

#contenedor {
	background-image: url(../img/principio.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	float: right;
}

#texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 380px;
	width: 285px;
	font-weight: normal;
}

#header {
	background-image: url(../img/cabesa.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 900px;
	background-position: 50px;
	background-color: #823D40;
}
#idiomas {
	font-size: 11px;
	color: #339900;
	float: right;
	margin-right: 80px;
	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;
}
#menu {
	font-size: 14px;
	color: #F3DB5F;
	width: 370px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #6A3233;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 270px;
}
#texto h5 {
	font-size: 13px;
	font-weight: bold;
}

#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;
}
#pie {
	background-color: #823D40;
	height: 40px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-left: 90px;
}
#texto a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #993333;
	text-decoration: none;
}
#texto a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}
