/********************* </Ficha> *********************/
h2#titulo_ficha{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-bottom: solid 1px #98D6F7;
	background: #222 url(/img/fondo_titulo_ficha.jpg) no-repeat;
}
	h2#titulo_ficha em{
		font-style: normal;
	}
#caja1 img{
	margin: 0 0 8px 0;
	border: 4px solid #303030;
}
#opciones_ficha{
	float: left;
	width: 760px;
	margin: 0 0 15px 0;
	padding: 9px;
	font-weight: bold;
	color: #fff;
	background: #1C85C0;
}
#opciones_ficha ul{
	list-style: none;
}
	#opciones_ficha ul li{
		width: 50%;
		float: left;
		margin: 0 0 0 -10px;
		padding: 0 10px 0 0px;
		font-size: 14px;
		text-transform: uppercase;
		text-align: center;
	}
	#opciones_ficha ul li a{
		padding: 0 0 0 25px;
		color: #000;
	}
	#opciones_ficha ul li#favoritos a{

		background: url(/img/icono_favorito.png) no-repeat left 1px; 
	}
	#opciones_ficha ul li#favoritos a:hover{
		color: #6A0300;
	}
	#opciones_ficha ul li#contactar a{
		background: url(/img/icono_contactar.png) no-repeat left 1px; 
	}
	#opciones_ficha ul li#contactar a:hover{
		color: #6A0300;
	}
/*Est? definido en los estilos de las fotos del panel, pero aqu? a?adimos 20px en margin abajo 
para suplir el espacio de las herramientas*/
ul#lista_fotos li{
	margin: 20px 5px 20px 20px;
}
#seccion_contenido{
	padding: 20px 0  20px 20px;
}

/* CONTACTAR */
#form_contactar, #form_login, #form_escribir, #contacto_ok, #contacto_rechazado, #favorito_ok {
	display: block;
	margin: 30px 0 0 0;
	padding: 5px;
	background: #82BFFD;
	/*background: #FCE881;*/
}
#form_contactar p, #contacto_ok p, #contacto_rechazado p, #favorito_ok p {
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #222;
}
#contacto_rechazado p{
	color: #A00;
}
#form_contactar p strong{
	color: #732400;
}
#smscode{
	height: 20px;
	margin: 20px 0 0 250px;
	text-align: center;
	vertical-align:top;
}
#coste_sms{
	margin: 5px 0 0 -68px;
	font-family: Verdana;
	font-size: 10px !important;
}
#boton_enviar{
	margin: 19px 0 0 5px;
}
#checksms.sms, #error_sms.error, #check_login{
	display: block;
	margin: 0px 0 0 275px;
	font-size: 12px;
	text-align: left;
	color: #222;
	}
#check_login{
	margin: 5px 0 0 0px;
}
#error_sms.error{
	margin: 0px 0 0 230px;
	color: #A00;
	}
#error_escribir.error, #error_login.error{
	display: block;
	margin: 5px 0 0 0;
	color: #A00;
	}

/* LOGIN */
#form_login p, #form_escribir p{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #222;
}
/* ESCRIBIR */
#form_escribir p{
	margin: 0 0 10px 0;
}
/********************* </Ficha> *********************/
