img { 
	border: none;
}

body {
	margin: 0px; padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

table {
		width: 100%;
		height: 98%;
	}
	
	td {
		text-align: center;
		vertical-align: middle;	
	}	

div#main {
	padding: 0px;
	margin: 0px;
	background: white url(../img/border.gif) repeat-x bottom;
}

div#menu {
	margin: 0px;
	margin-left: 330px;
	padding: 0px;
	height: 35px;
	color: white;
}

div#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 324px;
	height: 250px;
	border-right: 1px white solid;
	background: url(../img/home-bg1.jpg) no-repeat;
}

div#left span {
	display:none;
}

div#right {
	width: 400px;
	height: 175px;
	padding-top: 40px;
  margin-left: 325px;
	background: url(../img/logo-difuminado-gris.gif) no-repeat 260px 2px;
}

div#right p {
	margin-left: 70px;
	width: 350px;
	text-align: justify;
	color: #E42810;	
}

div#right h1 {
	background:  url(../img/home-titulo.gif) no-repeat;
	width: 267px;
	height: 119px;
	margin-left: 50px;
}

div#right h1 span {
	display: none;
}

div#bottom {
	background-color: #004287;
	height: 20px;
	clear: both;
}

div#logo {
  width: 400px;
  height: 130px;
  padding: 0px;
  margin: 0px;
	background: url(../img/logo.gif) no-repeat;
}




div#logo h1 { 
	display: none;
}

div#logo p { 
	display: none;
}

ul {
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
}


#navigation li {
	float:left;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid white;
}

#contact {
	float: right;
}

#contact li {
	float: left;
	padding: 5px;
	padding-bottom: 10px;
	padding-left:0px;
	padding-right:20px;
	text-align: center;
}

.tlf {
 	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin: 0px;
}

li.separator {
	height: 19px;
	width: 14px;
	background: url(../img/separator.gif) no-repeat transparent 10px 29px;
	margin: 0px;
	padding:0px;
	padding-bottom: 0px;
}


#navigation li:hover {
	background-color: #004287;
	padding: 9px;
	padding-bottom: 11px;
	border-left: 1px white solid;
	border-right: 1px white solid;
	border-top: 1px white solid;
	border-bottom: 1px none;
}

a {
	color: white;
	text-decoration: none;
}

a.inicio {
	background: url(../img/inicio.gif) no-repeat 0px 1px;
	padding-left: 20px;
}

a.contacto {
	background: url(../img/sobre.gif) no-repeat 0px 3px;
	padding-left: 20px;
}