/* CSS Document */

* {
	margin:0;
	padding:0;

}

body {
	padding-top:10px;
	background-color:#FFFFFF;
	text-align: center;
}

#wrapper {
	text-align: left;
	background-color:#FFFFFF;
	width:779px;
	margin:0 auto 0 auto;
	font-family: Verdana, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
}

#header {
	clear: both;
	overflow: hidden;
	padding:109px 0 0 0;
	background:url('../images/top.jpg') no-repeat;
}

#top_menu {
	width:779px;
}
#top_menu_nav {       /*izq donde se genera menu*/
	float:left;
	overflow:hidden;
	width:435px;
	height:86px;
	background:url('../images/top_menu_bg.jpg') repeat-x;
}
#top_menu_group {     /*der resto*/
	float:right;
	overflow:hidden;
	width:260px;
	height:86px;
	text-align:right;
	padding:0 10px 0 0;
	color:#5C5F4E;
	background:url('../images/top_menu_group_bg.jpg') repeat-x;
}
#top_menu_group a {
	color:#5C5F4E;
	font-size:9px;
	text-decoration:none;
	/*border: 1px solid black;*/
}
#top_menu_links {
	float:right;
	/*display:inline;*/
	overflow: hidden;
	width: 261px;
	height: 13px;
}

#top_menu_links a {
	display:inline;
	padding-left: 2px;
}

#top_menu_links .spacer {
	/*float:none;*/
	display:inline;
	padding-left: 2px;
	margin-right: 2px;
}

#top_menu_region {     /*der infizq espacio*/
	float:right;
	overflow:hidden;
	width:74px;
	height:86px;
	padding:0 0 0 0;
	background:url('../images/top_menu_region_bg.jpg') no-repeat right;
}
#top_menu_mod {        /*der infder sucursales*/
	float:left;
	overflow:hidden;
	width:253px; /* 258px - 5px margen derecha */
	height:30px;
	text-align:right;
	padding:30px 0 0 5px;
	font-size: 9px;
	font-weight: bold;
	color: #404040;
	/*border-bottom:1px solid #356869;*/
}
#top_menu_mod a {
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

#headerLinks, #headerSearch {
	float:left;
	width:710px;
}
/*
#headerLinks {
	height:30px;
}

#headerSearch {
	margin-top:25px;
	height:20px;
}
*/
#leftPane, #rightPane {
	width:159px; /*160px - 20px padding -1px border*/
	overflow: hidden;
	padding:0px;
	margin-top: 10px;
	padding-top: 12px;
}
#leftPane {
	clear:left;
	float:left;
	background: url('../images/left_pane_bg.jpg') no-repeat left top;
	/*border-right: 1px solid #000000;*/
}
#rightPane {
	clear: right;
	float:right;
	background: url('../images/right_pane_bg.jpg') no-repeat right top;
	/*border-left: 1px solid #000000;*/
}

#centerPane{
	width: 435px; /*779px - (160px leftPane + 160px rightPane + 20px padding)*/
	min-height: 400px;
	padding: 10px;
	overflow: hidden !important;
	border: 0 none;
}


#content {
	width: 435px;
	overflow: hidden;
	padding: 0;
	font-family: Verdana, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
}
.content_inside {
	clear: both !important;
	float: left !important;
	width: 415px !important;
	padding: 0 10px !important;
}
.content_inside img {
	max-width: 415px;
	overflow: hidden;
	border: 0 none;
}
.content_inside div p {
	padding-top: 10px;
}
.content_inside div table {
	clear: both;
	overflow: hidden;
	width: 395px !important;
	border: 1px solid #525C62;
	margin: 10px 0;
}
.content_inside div table td {
	border: 1px solid #525C62;
	padding: 2px;
}

#footer{
	clear: both;
	width: 779px;
	font-size: 9px;
	font-weight: bold;
	padding-top: 10px;
	color: #909D07;
}


/*
#home{
	margin:10px;
	min-height:400px;
}

#home #centerPane {
float:left;
width:690px;
padding:0;
margin-right:5px;
}

#home #centerPane #left, #home #centerPane #right{
	float:left;
	width:340px;
}

#home #centerPane #left{
	margin-right:5px;
}

#home #centerPane #bottom{
clear:both;
}

#home #rightPane{
	float:left;
	width:245px;
	padding:0;
}

#homePhoto{
	height:260px;
	margin-bottom:5px;
}

#homeIntro{
	height:130px;
	padding:5px;
}

#homeNews{
	padding:5px;
	height:397px;
}

#home #centerPane .box{
	float:left;
	width:223px;
	height:240px;
	margin-right:5px;
}

#home #rightPane .box{
	margin-bottom:5px;
	padding:5px;
}
*/
.spacer{
clear:both;
height:5px;
width:5px;
}

.clear{
	clear:both;
}

