/*****************************
		 Elementos 
*****************************/

body {
	margin: 0;			
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

/*****************************
	 Contenedores Ppales 
*****************************/

#content-all{
	position: relative;
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content-central {
	float:right;
	width: 760px;	
	top: 10px;
	vertical-align: top;
	z-index:1;	
}	

			

/*****************************
		 Contenido central 
*****************************/

#pathcontexto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 5px; 	
	background-color: #FFFFFF;
}	

#content-contenido {
	float: left;
	width: 760px;
	height:610px;
	background-image:url(imagenes/bg.hm.gif);
	background-repeat:no-repeat;
	
}	 

#content-contenido1 {
	float: left;
	width: 760px;	
}	

#content-contenido1 p{
	padding:0 50px;
}	

#content-table{
	float:left;
	width: 730px;
	margin: 0 15px;
}
#content-table table{
float:right !important;
}

#tibatx {
	width:350px;
	background-image:url(imagenes/bg-texto.gif);
	background-repeat:no-repeat;
}
#tibatx p, #tibatx ul li  {
	padding:0 0 0 10px;
	color:#626262; 
}


/*****************************
		 Pie
*****************************/
								  
#foot {
	float: left;
	width: 760px;
	border-top: 1px dotted #DEDEDE;	
	color: #999999;	
	padding-top: 5px;	 
	margin-bottom: 10px;
	margin-top:20px;
	line-height: 17px;
}		 

#foot a {
	color: #999999;
	text-decoration: none;			
}		 

#foot img {
	float:right;
	margin:2px;
}
