div.base_centroLoMas{
	position:relative;
	float:left;
	width:100%;
	margin: 15px 0;	
}

div.base_derechaLoMas{
	position:relative;
	float:left;
	width:100%;
	margin: 15px 0;
}

div.base_izquierdaLoMas{
	position:relative;
	float:left;
	width:100%;
	margin: 15px 0;	
}

a.enlace_seccionlomas{
	bottom: 14px;
	color: #555;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 2%;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: lowercase;
	transition: margin 0.4s ease 0s, color 0.8s ease 0s, background-color 0.5s ease 0s;
	width: 96%;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0);
}
	a.enlace_seccionlomas:hover{
		border-bottom: 1px solid #afafaf;
		border-top: 1px solid #afafaf;
		color: #000;
		text-decoration:none;
		background-color:#FFF;
	}
		

	div.cabecera_lomas{
		background: none repeat scroll 0 0 #de0124;
		border-radius: 5px 0 0 5px;
		color: #fff;
		float: left;
		font-size: 20px;
		font-weight: normal;
		height: auto;
		padding: 3px 0;
		width: 100%;
		text-align:center;
		/*-webkit-box-shadow: 0px 3px 4px 0px rgba(30, 37, 39, 0.58);
		-moz-box-shadow:    0px 3px 4px 0px rgba(30, 37, 39, 0.58);
		box-shadow:         0px 3px 4px 0px rgba(30, 37, 39, 0.58);*/
	}
	
	ul.lomas{
		display: block;
		float: left;
		list-style: outside none none;
		margin: 0;
		padding: 10px 0;
		position: relative;
		width: 98%;
	}
		ul.lomas li{
			display: block;
			float: left;
			height: auto;
			padding: 10px 2%;
			position: relative;
			transition: background 0.6s ease-out 0s;
			width: 98%;
		}
			ul.lomas li:hover{
				/*background:rgba(255,255,255,0.8);*/
				background:#eee;
			}		
		/*ul.lomas li:last-child{
			border:none;
		}*/
		
		/*PARA LA COLUMNA DEL CENTRO*/

		div.base_centroLoMas ul.lomas li{
			float: left;
			min-height:125px;
			height: auto;
			margin: 1%;
			padding: 0;
			width: 18%;
			border:none;
			transition:transform 0.8s ease 0s;
		}	
		div.base_centroLoMas ul.lomas li:hover{
			transform: scale(1.2,1.2);
		}
				div.base_centroLoMas ul.lomas  li div.posicion_lomas{
					color: #888888;
					float: left;
					font-size: 30px;
					font-weight: bold;
					padding-top: 15px;
					position: relative;
					width: 45px;
				}					
			
				div.base_centroLoMas ul.lomas li a.imagen_lomas{
					display: block;
					float: left;
					height: 70px;
					position: relative;
					text-align: center;
					width: 95px;
					overflow:hidden;
					margin:5px 0 0 0;		
					}
				div.base_centroLoMas ul.lomas li a.imagen_lomas img{
					height:auto;
					width:100%;
				}
			div.base_centroLoMas ul.lomas li a.nombre_lomas{
				float:left;
					display: block;
					font-size: 14px;
					height: auto;
					margin: 5px 0 0 0;
					padding:0;
					position: relative;
					text-align: center;
					width: 100%;
				}
				
				div.base_centroLoMas ul.lomas li a.ampliarLoMas	{display:none;}		


/*FIN PARA LA COLUMNA DEL CENTRO*/
		
		
					/*PARA LA COLUMNA DERECHA*/
				div.base_derechaLoMas ul.lomas  li div.posicion_lomas{
					font-size:20px;
					font-weight:bold;	
					width:25px;
					color:#888;
					position:relative;
					float:left;
					padding-top:15px;
				}					
			
				div.base_derechaLoMas ul.lomas li a.imagen_lomas{
					display: block;
					float: left;
					height: 55px;
					position: relative;
					text-align: center;
					width: 60px;		
					overflow:hidden;	
					}
				div.base_derechaLoMas ul.lomas li a.imagen_lomas img{
					height:auto;
					width:100%;
				}
			div.base_derechaLoMas ul.lomas li a.nombre_lomas{
				display: block;
				float: right;
				font-size: 13px;
				height: auto;
				margin-top: 5px;
				position: relative;
				width: 158px;
			}
				
				p.resumen_lomas{display:none;}
								
				
/*	PARA EL PIE DE LA PÁGINA*/		

div.base_abajoLoMas{  
	position:relative;
	float:left;
	width:23%;
	margin:0 1%;
	padding:30px 0 0 0;
	min-height:85px;
	height:auto;
	transition:background 0.4s ease;
	text-align:center;
}
	div.base_abajoLoMas li:hover{  
		/*background:rgba(255, 255, 255,0.4);*/
		background:none !important;
	}
			
		div.base_abajoLoMas  a:hover span{
			color:#000;
		}		
			
	a.enlace_seccionlomas span{
		color: #666;
		font-size: 1em;	
	}
	

	div.base_abajoLoMas div.cabecera_lomas{
		color: #fff;
		float: left;
		font-size: 1.3em;
		height: auto;
		margin:0 0 10px;
		padding: 2px 0;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		border-radius:0 0 0 0;
		font-weight:bold;
	}
	
	div.base_centroLoMasLoMas div.cabecera_lomas{
		font-size: 1.05em;
		padding: 5px 0;
		text-align: left;
		text-indent: 20px;
	}
	div.base_abajoLoMas:first-child div.cabecera_lomas{
		/*box-shadow: -2px 0 2px #999;*/
	}
	
		div.base_abajoLoMas ul.lomas li{
			width:100%;
			float:left;
			margin:0;
			padding:0;
		}
		
				div.base_abajoLoMas ul.lomas  li div.posicion_lomas{
					font-weight:bold;	
					width:25px;
					color:#888;
					position:relative;
					float:left;
					padding-top:15px;
					display:none;
				}					
			
				div.base_abajoLoMas ul.lomas li a.imagen_lomas{
						display: block;
						float: left;
						height: 165px;
						overflow: hidden;
						position: relative;
						text-align: center;
						width: 60%;
						margin:0 20%;
						border-radius:100%;
						background:#fff;	
					}
				div.base_abajoLoMas ul.lomas li a.imagen_lomas img{
					max-width:none;
					height:100%;
					margin:0;
				}
				div.base_abajoLoMas ul.lomas li .objeto_lomas_datos{
					display: block;
					float: left;
					height: auto;
					position: relative;
					text-align: center;
					width:100%;		
					overflow:hidden;
					padding:10px 0 0 0;
				}

			div.base_abajoLoMas ul.lomas li a.nombre_lomas{
				color: #999;
				display: block;
				float: right;
				font-size: 1em;
				line-height: 1.1em;
				height: 40px;
				margin: 0;
				padding: 0;
				position: relative;
				width: 100%;
			}

																											
			div.base_abajoLoMas ul.lomas li a.nombre_lomas:hover{
				text-decoration:none;
				color:#fff;
			}
				
			div.base_abajoLoMas ul.lomas li	p.resumen_lomas{
					color: #666;
					display: block;
					float: left;
					height: auto;
					margin: 0;
					overflow: hidden;
					padding: 0;
					width: 100%;
					display:none;
				}	
				
			div.base_abajoLoMas ul.lomas li a.ampliarLoMas	{display:none;}				
				
		div.base_abajoLoMas a.enlace_seccionlomas{
			width: auto;
			/*float: left;*/
			display:inline-block;
			margin: 0;
			padding: 2% 5%;
			bottom:0;
			color: #111;
			border-radius:5px 5px 0 0;
			
			font-size: 1.1em;
			font-weight: bold;
			border:none;
			
			text-align: center;
			text-transform: lowercase;
			background:#eee;
			transition: margin 0.4s ease 0s, color 0.8s ease 0s, background-color 0.5s ease 0s;
			
			position:relative;
			float:none;
		}
			div.base_abajoLoMas a.enlace_seccionlomas:hover{
				color: #de0124;
			}
	