#izq{
	float:left;

	width:13%;
	height:13%;	
	
	margin-left:5%;
	text-align:left;
}

#derecha{
	float:right;
	text-align:left;
	width:70%;
	height:60%;
}

.textoDestacadaRoja{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	color: red;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
		
	margin: auto; 
	text-align: center; 
	width:95%;
}

.destacadaParticular{
	height:300px;
	width:25%;
	padding:0%;
	text-align:center;
	float:left;
	margin-left:5%;
}

.destacadaParticular .fotorama{
	width:100%;
	height:50%;		
}

.codigo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	
	margin-top:4%; 
	text-align: center; 
	width:95%;
}

.textoDestacada{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	display:block;
		
	margin: auto; 
	text-align: center; 
	width:95%;
}

.verFicha{
	text-decoration: none;
	color: #077E8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	cursor: auto;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: auto; 
	text-align: center; 
	width:95%;
}

 /*****PAGINADO**********/

#paginado{
		
	padding-top:1%;
	padding-bottom:1%;
	
	text-align:center;	
	clear: both;
	width:100%;

}

#paginado a{
	border:none;
	text-decoration:none;
	color:#25637a;
	font-size:100%;
}


.LinkpagAnt{
	display:inline;
}

.LinkpagAnt .rojito{
	color:white;
	background-color: #077E8B;
}

.LinkpagAnt p{
	display:inline;
	margin:2%;
}

#previous1{
	float:left;
}

#next1{
	float:right;
}

#previous1 a{
	border:none;
	text-decoration:none;
}

#next a{
	border:none;
	text-decoration:none;	
}

.informacion{
	color:#25637a;
	font-size:100%;
}

/****FIN PAGINADO*******/