/* CSS Document */
 A {
  color: #6699cc;
  text-decoration: none;
}

A:hover {
  color:#003399 ;
  text-decoration: none;
} 
.tabla_principal {
  width: 900px;
  height: 540px;
  border: 0px;
}

.cabecera {
   font-size: 20px;
   background: #ffffff;
   color: #003399;
   text-align : center;
}

.menu {
   font-family: Arial,Helvetica,Tahoma,sans-serif;
   font-size: 14px;
   background: #ffffff;
   color: #6699cc;
   font-weight : Normal;
   text-align : left;
}

.Alineacio_text_pagines {
  align: left
  valign: middle

}

.titols {
   font-family: Arial,Helvetica,Tahoma,sans-serif;
   font-size: 20px;
   background: #ffffff;
   color: #003399;
   font-weight : bold;
   text-align : left;
}

.text_Normal {
   font-family: Arial,Helvetica,Tahoma,sans-serif;
   font-size: 14px;
   background: #ffffff;
   color: #6699cc;
   font-weight : Normal;
   text-align : left;
}
.noScrolls {    
     overflow: hidden;
	}
.boton{
    text-align : right;
	width:200px;
	height:20px;
    background: #6699cc;
    color: #ffffff;
	cursor:hand;
	/*border-width:thin;
	border-style:solid*/
}
.capa_fondo {
	position:absolute; 
	left:0%; 
	top:0%; 
	width:99%; 
	height:99%; 
	z-index:0; 
	background-color: #000000;
	visibility: hidden; 
	filter: alpha(opacity=75); 
	opacity: .75
}
.capa_foto {
	position:absolute; 
	left:20%; 
	top:20%; 
	width:600; 
	height:400; 
	z-index:1; 
	visibility: hidden;
}
.capa_cerrar{
	position:absolute; 
	right:0px; 
	top:0px; 
	width:13; 
	height:13; 
	z-index:2; 
	visibility: hidden;
}


.link_contacta {text-decoration: underline; color:#003399}
.link_contacta:link {text-decoration: underline; color:#003399}
.link_contacta:visited {text-decoration: underline; color:#003399}
.link_contacta:hover {text-decoration: underline; color:#003399}
