#izq{
	float:left;
	width:13%;
	height:13%;	
	margin-left:5%;
	text-align:left;
}

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

form {
	text-align:right;
}

.combo{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  82.5%;
	line-height: 87.5%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:5%;	
}

#monedas {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  82.5%;
	line-height: 87.5%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:5%;	
}

select{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:  82.5%;
	line-height: 87.5%;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	
	box-sizing: border-box;
	align-items: center;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
	border-radius: 0%;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0%;
	text-shadow: none;
	
	margin-bottom:10%;	
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	line-height: 87.5%;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10%;
	margin-top:10%;			
}

.label_moneda{
	font-weight: normal;
}

.label_moneda1{
	font-weight: normal;
	color:#fff;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	line-height: 87.5%;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;

}

.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%;
}


.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%;
}

.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%;
	font-weight:bold;
}


.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*******/	