/*Documento CSS*/
body {
	background-color: #DDDDDD;
	height: 100%;	
	background:url(../images/bg.png) repeat-x;
	position: absolute;
	margin:0px;
	font-family: "century gothic";
	font-size:13px;
	text-align:center;
	color:#000000;
	width:	99%;
	font-weight:500;
	
}
#wrapper{
	width: 1008px;
	text-align:left;
	background:url(../images/fondo.jpg);
}
#header{
	padding-top: 10px;
}
#menu{
	
}
#menu td{
	padding-bottom:20px;
	background:url(../images/menu-bg.png) repeat-x;
}
#menu a{
	padding: 7px 5px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	font-size:14px;
	color: #FFFFFF;
	
}

#menu a:hover{
	background-color:#8497A6

}
#content
{
	width:				99%;
}



#contenidos{
	width:97%;
	min-height: 250px;
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 8px;
}
#contacto, #empresa{
	 color:#666666;
	 width:100%;
	 font-size:11px;
	 position:relative;
	 top: -30px;
}
#contacto{postion:relative; top:-45px; top: -40px !important;}
#empresa{
	width:95%;
}
#contentPrincipal{
	background:		url(../images/fondo_cat.png);
	position:		relative;
	left:			-16px;
	top:			-30px;
	width:			715px;
	height:			359px;
}
#info{
	border-top:		1px dotted #489EAD;
	margin-top:		-60px;
	color:#666666;
	font-size:10px;
}
h4{
	text-decoration:	underline;
	font-weight:		bold;
	color:				#6A7C88;
	font-size:			14px;
}
h5{
	color:				#489EAD;
	margin-bottom:		0px;
	width:			100%;
	font-weight:		bold;
	font-size:			14px;
	border-bottom:		1px solid #489EAD;
}
h2{
	background:		#6A7C88;
	display:		block;
	padding:		3px;
	color:			#FFFFFF;
	font-size:		18px;
	margin:0px;
}
* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 400px;
}
h6{
	background:		#93A0AA;
	display:		block;
	padding:		7px;
	color:			#FFFFFF;
	font-size:		14px;
	margin:			0px;
	
}
h6 a{ color:#FFFFFF}
#texto{
	position:relative;
	top: 40px;
	left:40px;
	width:640px;
	height:255px;
}
h3{
	margin: 0px;
	margin: 2px;
	margin-right: 7px;
	padding:0px;
	color:	#000000;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
b{
	color:#000000
}
.solicitenos{
	color:				#489EAD;
	margin-bottom:		0px;
	width:				100%;
	font-weight:		bold;
	font-size:			14px;
	text-decoration:	underline;
	padding-top:17px;
}
td.nfo{
	width:	290px;
	padding-top:17px;
	height:	198px;
}
#slider{
	position: relative;
	top: -20px;	
}
#submenu{
	height: 25px;
	margin-bottom:40px;
	font-weight:bold;
	font-size:17px;
}
#submenu a:hover{
	text-decoration:underline;
}
input{
	background:#FFFFCC;
}