.areaDeUs{
	background:url(../images/index/fndo_registro.jpg) no-repeat;
	width:253px;
	height:114px;
}
.regInput {
	border:1px solid #CCCCD1;
	height:18px;
	width:95px;	
}

/* ----------------------- Mini Gallery Setup ---------------------- */
div.homeGallery { 
 	float:left;	
	overflow:hidden;
	position:relative;
	width:789px;
	height:130px;
} 

div.homeGallery div.items { 
    width:20000em; 
    position:absolute; 
} 

div.homeGallery div.items div.elements { 
	float:left;
	width:170px;
	height:110px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	position:relative;	
	color:#5c5c61;
	padding-right:30px;
}

/* ------------ Botones: Anterior y Siguiente ------------ */
div.prev, div.next, div.prevPage, div.nextPage{
	display:block;
	width:10px;
	height:10px;
	background:url(../images/comun/gallBtn_left.png) no-repeat;	
	cursor:pointer;
	font-size:1px;
	float:left;		
}

.galBtnAl{
	padding:60px 20px;
}

div.prev:hover, div.next:hover, div.prevPage:hover, div.nextPage:hover {
	background-position:0px -10px;		
}

div.disabled {
	visibility:hidden !important;		
}

/* Siguiente boton usa otra imagen */
div.next, div.nextPage{
	background-image:url(../images/comun/gallBtn_right.png);
	clear:right;	
}
