
.thumb {
   float:left;
   display:inline;
	width:86px;
	height:86px;
	margin-right:1px;
	margin-top:2px;	
	background-color: White;
	border: 1px solid #C7C7C7;
}
.thumb_end {
   float:left;
	width:86px;
	height:86px;
	margin-right:1px;
	margin-top:2px;	
	background-color: White;
	border: 1px solid #C7C7C7;
} 

p {
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	color: Gray;
	font-size:0.7em;
	margin:0;
}
.parrafo_ficha {
	padding-left:15px;
	padding-right:15px;
}


label {
   display:block;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	color: #006f9f;
	font-size:1.2em;
	font-weight: bolder;
	/*margin:0;*/
}

input,textarea {
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	color: #525252;
	width:220px;
	border-style:none;
	background-color: #f6f4e8;
	border-style:none;
	overflow:hidden;
	font-size: 12px;
}
.derecha {
	text-align:right;
	margin-right:25px;
}
.ampliada {
	float:left;
	width:364px;
	height:327px;
	
}
.texto_ampliada {
	float:left;
	width:364px;
	height:auto;
	
}
.items {
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	font-weight: bolder;
	color: #4682B4;
	
}
a:link {
	text-decoration:none;
	color: #4682B4;
}
a:visited{
	text-decoration:none;
	color: #565656;
}
a:hover{
	text-decoration:none;
	color: #FF8C00;
}
.creditos {
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	color: Gray;
	font-size:0.6em;
	
}
.button {
   display: inline;
	width:auto;	
	background-color: white;
	float:right;
	margin-right:30px;
	margin-top:5px;
	font-family: "Trebuchet MS", Verdana, Arial, "sans serif";
	font-size:14px;
	font-weight: bolder;
	color: #4682B4;
	cursor: auto;
}