﻿
/**** MATRIU DE EMBARCACIONS en llistat ****/

div.div_taula_eo_embarcacions_matriu
{
    
   background-color: #cfd8e2;  
   padding:0px; 
   width:166px;
   height:174px;
   float:left;
   overflow:hidden;
   margin:5px;
   max-width:166px;   
}


/*********** DETALL DE EMBARCACIO OCASIO ***********/


#eo_lat_left
{
 width:250px;
 height:auto;
 background-color:#ffffff;
 overflow:auto;  
 float:left; 
}

table.eo_taula_lat_left
{
	width:235px;
	height:10px;
	margin:0px;
	padding:0px;
	border:0px;	
}


#eo_center
{
 width:630px;
 height:auto;
 margin:0px 0px 0px 0px;
 background-color:#ffffff;
 overflow:auto;  
 float:left; 
}



table.eo_taula_center
{
	width:630px;
	height:10px;
	margin:0px;
	padding:0px;
	border:0px;	
}


table.eo_taula_fitxa
{
	width:620px;
	height:10px;
	margin:0px;
	padding:0px;
	border:0px;	
}




td.td_eo_text_embarcacio
 {
font: 12px Arial;   
color:#000000;
font-weight: normal;
padding:10px;
text-decoration:none;
text-align:justify;
text-indent:0px;
line-height:17px;
 }

#eo_titol_formulari
{
    
  width:600px;
  height:14px;
  background-color:#cfd8e2;
  margin:20px  0px 10px 0px;
  padding:5px 5px 5px 5px;
  overflow:hidden;
  float:left;
  
 font-family: Verdana;
 font-size:8pt;   
 color:#142b6f;
 font-weight:bold;
  
}

