@import url('text.css');
@import url('menus.css');

body {
	text-align: center;
	margin: center;
	padding: 0px;
	background-color: #000000;
}
.wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	text-align: left;
	background-image: url(../images/background.jpg);
}.banner {
	background-color: #555555;
	height: 400px;
	width: 600px;
	position: relative;
}
.banner .left {
	width: 350px;
	float: left;
	height: 400px;
	background-image: url(../images/banner_left.jpg);
}
.banner .right {
	float: left;
	height: 400px;
	width: 250px;
	background-image: url(../images/banner_right.jpg);
}
.content {
	width: 600px;
	position: relative;
}
.content .left {
	width: 280px;
	padding-right: 35px;
	padding-left: 35px;
	float: left;
	background-image: url(../images/background_left.png);
	background-repeat: no-repeat;
	min-height: 350px;
	height:auto !important;
	/*height: 200px;*/
}
.content .right {
	float: left;
	width: 250px;
	background-image: url(../images/background_right.png);
	background-repeat: no-repeat;
}
.textobar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.bottom {
	width: 600px;
	position: relative;
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
}
.bottom .left {
	width: 340px;
	float: left;
	height: 23px;
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-left: 10px;
}
.bottom .right {
	float: left;
	width: 250px;
	height: 28px;
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
	background-position: right;
}
.titulobar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F33;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.texnegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F03;
}
