/* CSS Document */

/* ****************************************************************************************************************** */
/* ESTRUCTURA DE LA FICHA */
/* ****************************************************************************************************************** */

DIV#descripcionprincipal_ficha {
	width:549px;
	margin:0px;
	}
	
	DIV#franajasuperior_ficha {
		width:100%;
		height:18px;
		margin-bottom:3px;
		}
	
	DIV#titulardescripcion_ficha {
		width:100%;
		height:18px;
		margin-bottom:3px;
		}
	
	DIV#descripcion_ficha {
		width:100%;
		margin-bottom:6px;
		}
	
	DIV#titularcondiciones_ficha {
		width:100%;
		margin-bottom:3px;
		}
	
	DIV#condiciones_ficha {
		width:100%;
		margin-bottom:6px;
		}
	
	DIV#titularempresa_ficha {
		width:100%;
		margin-bottom:3px;
		}
		
	DIV#empresa_ficha {
		width:100%;
		}
	
	DIV#fotoficha_ficha {
		width:100%;
		height:80px;
		}
	
	DIV#franjainferior_ficha {
		width:100%;
		}

/* ****************************************************************************************************************** */
/* ESTILOS DE LA FICHA */
/* ****************************************************************************************************************** */

.normal_ficha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.titulares_ficha {
	font-family:Helvetica, sans-serif;
	font-size:13px;
	color:#c33;
	font-weight:bold;
	}
