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

body {
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666666;  
  margin:0px;
  padding:0px;
}

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

a {
	color: #990000;
	text-decoration: none;

}
a :link   {
	color: #990000;
	text-decoration: none;

}

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

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


.menuconteiner {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.menu  {
	font-size: 10px;
	line-height: 22px;
	color: #ffffff;
	text-decoration:underline;
}

.menu a {
	font-size: 10px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
}
.menu a :link   {
	color: #ffffff;
}
.menu a:hover   {
	color: #ffffff;
	text-decoration:underline;
}

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

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

.submenu2 {
	margin-left: 50px;
	line-height: 18px;
}

.submenu2 a {
	line-height: 18px;
}

.language {
	text-decoration: none;
	margin-right: 12px;
	margin-bottom:20px;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}


.language a {
	text-decoration: none;
	color: #ffffff;
}
.language a :link   {
	text-decoration: none;
	color: #ffffff;
}
.language a:hover   {
	color: #ffffff;
	text-decoration:underline;
}

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


.ruta  {
	font-size: 18px;
	color: #ebebed;
	font-weight: normal;
	margin-bottom:20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.ruta1  {
	font-size: 24px;
	color: #ccc;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
}

.ruta1 a {
	font-size: 24px;
	color: #ccc;
	text-decoration:none;
}

.ruta1 a :link   {
	text-decoration:none;
	font-size: 24px;
	color: #ccc;
}

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

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

.ruta2 a {
	text-decoration:none;
	font-size: 18px;
	color: #ccc;
	font-weight: normal;
}

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

.ruta3  {
	font-size: 14px;
	color: #000;
	font-weight:bold;
}




.izq  {
	float: left;
	margin-right:40px;

}

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

#container {
	width:900px;
	background-color:#FFFFFF;
	margin-top: 17px;
}	
#content {
	background:url(../img/bg.gif) repeat top;
	padding:0px;
	margin:0px;
}	

#contenido {
	font-size: 0.6em;
	line-height: 2em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	padding:40px;
}

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


.ais {
	font-size: 1em;
	font-weight: bold;
}
.titulo  {
	margin-right:40px;
	margin-bottom:40px;
}

.copy {
	font-size: 10px;
	line-height:16px;
	color: #ccc;
	font-weight: normal;
}

.copy a {
	color: #fff;
	text-decoration: none;
}

.copy a:hover{
	text-decoration:underline;
	color: #999;
}

ul{
	list-style-image: url(../img/bullet.gif);
	padding-left:5px;
	line-height:20px;
}

li{

}



/* -------------------------- FORMULARIO DE CONTACTO -------------------------- */


#formulario {
	font-size: 0.8 em;
	line-height: 1.1em;
	color: #999;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}	

.env{
	height: 24px;
	font-size: 12px;
	color: #3b3bc0;
	text-decoration: none;
	font-weight: regular;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
