* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	margin-top:15px;
}
#wrapper { 
	position: relative;
	left: 50%;
	width: 994px; 
	margin-left: -497px;
}
#header_top{
	height:10px;
	margin:0;
	padding:0;
	background-image: url(../images/xbgTop.gif);
	background-repeat: no-repeat;
	background-position:left top;
	z-index:2;
	font-size:8px;
}
#logo{
	margin-top:15px;
}
#footer{
	height:134px;
	background-image: url(../images/xbgBottom.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	clear:both;
	position:relative;
}
#footer .copy{
	padding-top:110px;
	text-align:center
}
#fondo{
	float:left;
	width:934px; /* 1024=964+30+30*/
	margin:0;
	padding:0;
	padding-left:30px;
	padding-right:30px;
}
#content{
	float:left;
	width:994px;
	background-image:url(../images/xbgc.gif);
	background-repeat:repeat-y;
}
#mainContent{
	margin-top:20px;
	float:right;
	width:500px;
}
#navMain{
	float:left;
	margin-top:-7px !important;
	width:420px;
	background-image: url(../images/bgB1.gif);
	background-repeat:repeat-y;
	background-position: right top;	
	z-index:1000;
}
#navSecond {
color:#333333;
}
#navSecond a {
color:#333333;
text-decoration:none;
}
#navSecond .link{
	width:260px;
	float:right;
	text-align:right;
}
#navSecond .buscador{
	width:200px;
	float:left;
	text-align:left;
}
#header_top,#footer{
	color:#295868;
	font-weight: bold;
}
#header_top a,#footer a{
	text-decoration: none;
}

