/* -------------- Definiciones generales para la pagina ----------------------- */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color:#FFFFFF;
  font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#666666;  
  margin:0px;
  padding:0px;
}


p {
  margin: 0px 0px 0px 0px;
}

#container {
    width: 800px;
    margin: auto;
}			

/* ----------------------- MENU ESQUERRA ----------------------- */

.menu_h1 {
	font-size: 13px;
	color: #ff6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menuconteiner {
margin-top: 17px;
}

.menu  {
	font-size: 11px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;

}

.menu a {
	font-size: 11px;
	line-height: 22px;
	color: #ff6600;
	text-decoration: none;

}
.menu a :link   {
	color: #ff6600;
}
.menu a:hover   {
	text-decoration: none;
	color: #000000;
}

.submenu  {
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	margin-left: 30px;
}

.submenu a {
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}
.submenu a :link   {
	color: #666666;
}
.submenu a:hover   {
	text-decoration: none;
	color: #000000;
}


.gris_s {
	color: #444;
	font-size: 11px;
}
.gris_s a {
	color: #999;
	font-size: 11px;
}
.gris_s a:hover {
	color: #999;
	font-size: 11px;
}

/* ----------------------- CAPÇALERA ----------------------- */

.top  {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-top:20px;
	line-height: 23px;
}

.ruta1  {
	font-size: 25px;
	color: #666666;
	font-weight: normal;
	margin-top:20px;
	text-transform: lowercase;
}

.ruta1 a {
	font-size: 25px;
	color: #666666;
	font-weight: normal;
	margin-top:20px;
	text-decoration:none;
}

.ruta1 a:hover{
	text-decoration:underline;
}

.ruta2  {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top:20px;
}

.ruta2 a {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top:20px;
	text-decoration:none;
}

.ruta2 a:hover{
	text-decoration:underline;
}

.ruta3  {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin-top:20px;
}

.rutabar  {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

.title  {
	font-size: 20px;
	color: #ff6600;
	text-decoration: none;
	padding-bottom: 5px;
}

.foto   {
float: right;
z-index:0;
}

/* ----------------------- CONTINGUT ----------------------- */



#content {
	font-size: 0.6em;
	line-height: 2em;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content_titulo {
	font-size: 1.2em;
	color: #555555;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
	color: #ff6600;
	font-weight: bold;
}
#content h2{
	font-size: 1em;
	color: #666666;
	font-weight: bold
}

#content a {
	color: #555555;
	text-decoration: underline;
}
#content a :link   {
	text-decoration: underline;
}

#content a:hover   {
	text-decoration: underline;
	color: #000000;
}

ul{
	list-style-image: url(../img/sq_bullet_blue.gif);
}

.lletrapetita  {
	font-size: 1em;
	line-height: 1em;
	color: #999999;
	text-decoration: none;
	font-style:italic;
}

/* ----------------------- BOTTOM ----------------------- */

.copy {
	font-size: 9px;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.manuals a {
	font-weight: bold;
}

.manuals a:hover{
	font-weight: bold;
}

/* ----------------------- TABLES ----------------------- */


#content table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #555555;
}

#content caption {
	font-weight: bold;
	background: #FFFFFF; 
	border-bottom:2px solid #555555;
	color: #555555;
	text-transform:uppercase;
	padding:10px;
}

#content td, th {
	padding:  2px;
}

#content thead th {
	text-align: center;
	background: #FFFFFF;
	color: #ff6600;
	border: 1px solid #FFF;
	text-transform:uppercase;
	font-weight:bold;
}

#content tbody th {
	font-weight: bold;
}

#content tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
#content tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#content tbody tr td { 
	height:30px;
	background: #FFF;
	border: 1px solid #FFF;
	}

#content tbody tr.odd td{ 
	background: #f2f7fc;
	}


#content table td a:hover {
	color: #555555;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
#content tbody td a {
	margin: 0 auto;
	height: 15px;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#ff6600;
}

.numerosgrans {
	font-size:4em;
	font-weight:bold;
}

.titultabla {
	font-size:1.1em;
	font-weight:bold;
	color:#ff6600;
	text-transform: lowercase;
}

.destacattabla {
	font-size:1.2em;
	color:#ff6600;
}

#content tbody tr.blue td{ 
	background: #d7d7d7;
	height:1px;
	padding:0px;
}

.recuadro_w   {
	float: left;
	background-image:url(../img/solucions/connecta_fondo_w.gif) ;
	margin-right:13px;
	padding:5px;
	height:82px;
	width:176;
}

.recuadro_b   {
	float: left;
	background:url(../img/solucions/connecta_fondo_b.gif) no-repeat top;
	font-size:1.2em;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	height:82px;
	width:176;
}

.recuadros_   {
	width:554px;
	height:82px;
	clear:both;
}


.negre  {
	font-size: 1,6em;
	line-height: 1,6em;
	color: #000000;
	text-decoration: none;
}

.gris  {
	font-size: 1,6em;
	line-height: 1,6em;
	color: #999999;
	text-decoration: none;
}




