@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc9900;
	background-image: url(images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 900px;
	background: #ffcc99;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

/*PROMO*/
#promo {
	width: 900px;
	height: 14px;
	text-align: center;
	background: #cc9900;
}
	#promo h1 {
		font-size: 10px;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		text-align: center;
		color: #fff;
		margin: 0;
	}
	
/*HEADER*/	
#header {
	width: 900px;
	height: 200px;
	background-image: url(images/headerrojo.jpg);
}
	#logo {
		width: 500px;
		height: 100px;
		float: right;
		padding: 0 150px 0 0;
	}
	#header h2 {
		font-size: 12px;
		text-decoration: none;
		color: #fff;
		margin: 0;
		padding: 140px 0 0 370px;
	}
	
/*MENU*/
#menu {
	width: 900px;
	height: 20px;
	color: #fff;
	text-align: center;
	padding-top: 22px;
}
	#menu a {
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}
	#menu a:hover {
		color: #795b01;
	}

/*MAINCONTENT*/
#mainContent {
	background-color: #ffcc99;
}
	#mainContent h1 {
		color: #F00;
		font-size: 18px;
		font-weight: bold;
		font-family: "Arial Black", Gadget, sans-serif;
		padding: 5px 20px 0px 20px;
	}
	#mainContent p {
		text-align: justify;
		font-size: 16px;
		padding: 5px 20px 0px 20px;
	}
	.black{
		font-size: 16px;
		color: #000;
		font-weight: bold;
	}
	.red {
		color: #F00;
		font-weight:bold;
		font-size: 16px;
	}
	#maincontent table{
		background-color: #FFF;
	}
	
#calculadora {
	text-align: center;
}
#content {
}
#contacto {
	width: 600px;
	text-align: left;
	padding: 0 0 0 150px;
}
#leftmayo {
	padding-left: 16px;
	width: 484px;
	float: left;
}
#leftmayo p {
	text-align: justify;
	font-size: 12px;
	padding: 5px 0 0 0;
}
#rightmayo {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	width: 400px;
	float: right;
}
#rightmayo H1 {
	text-align: center;
	font-size: 30px;
	color: #cc9900;
	margin: 0;
	padding: 0;
}
#rightmayo H2 {
	text-align: center;
	font-size: 40px;
	color: #ff0000;
	margin-top: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#rightmayo H3 {
	text-align: right;
	font-size: 18px;
	color: #ecdf84;
}
.factura a{
	text-align:center;
	color:#F00;
	font:'Arial Black', Gadget, sans-serif;
}
/*FOOTER*/
#footer {
	width: 900px;
	height: auto;
	background-color: #ffcc99;
}
#footer p {
	text-align: center;
	font-size: 12px;
	padding: 0px 20px 0px 20px;
	margin: 5px 20px 5px 20px;
}
#footer a {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
.copy {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #cc9900;
	text-decoration:none;
}

