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

body {
	background-color: #813D3E;
	text-align: center;
}

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

#contenedor {
	background-image: url(../img/contacto.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	margin-left: 4px;
	margin-top: 0px;
}

#menu {
	font-size: 13px;
	color: #F3DB5F;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #6A3233;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}

#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: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 60px;
}

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

#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;
}

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

#titulo {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
