﻿@charset "utf-8";
/* CSS Document */

#generalcontent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#banner_principal {
	float: right;
	height: 193px;
	width: 658px;
}
#logo {
	height: 114px;
	width: 242px;
}
#lt1 {
	background-image: url(../images/fondo_lt1.jpg);
	background-repeat: repeat-x;
	height: 79px;
	width: 242px;
}

body {
	background-color: #FFF;
	background-image: url(../images/fondo_page.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#barra_botonera {
	background-color: #E51747;
	float: right;
	height: 16px;
	width: 658px;
}
#botonera {
	background-image: url(../images/fondo_bt.jpg);
	background-repeat: repeat-x;
	width: 658px;
	float: right;
	height: 46px;
}
#lt2 {
	background-image: url(../images/fondo_lt2.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 196px;
	width: 242px;
}
#lt3 {
	background-image: url(../images/fondo_lt3.jpg);
	background-repeat: repeat-x;
	float: left;
	height: px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	width: 240px;
}
#contenido {
	background-color: #FFF;
	width: 657px;
	float: right;
}
#footer {
	background-image: url(../images/fondo_footer.jpg);
	background-repeat: repeat-x;
	height: 63px;
	float: right;
	width: 900px;
}
#contenido_web  {
	float: right;
	width: 657px;
}
