body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

a {color: #027A5E;}
a:hover {color: #33AA8E; text-decoration: none;}

p {
	color: #333333; 
	font-size: 80%;	
}

p img {
	text-align:left; 
	border: 0; 
	margin: 0 10px 0 0;
}

h2 {
	color: #008469;
	font-weight: normal;
}

h2.o {
	font-size: 110%;
}

h3 {
	color: #008469;
	font-size: 90%;
}

ul {
	font-size: 80%;
}

#wrap {
		width: 730px;
		margin: 0 auto;	
}

#container {
	width: 730px;
	float:left;
	background-color: #a4d0c7;
	border-right: 1px solid #008469;
	border-left: 1px solid #008469;
}

/* header */
#header {
	height: 250px;
	background: #008469 url(/software-legal/images/cabecera-home.jpg) bottom left no-repeat;
}

#header ul {
	float: right;
	margin: 0;
	padding: 10px 10px 0 0;
	font-size: 80%;
}

#header ul li {
	float: left;
	list-style: none;
	padding-left:15px;
	color: #ffffff;
}

#header ul li a {
	color: #e6f2cf;
	text-decoration: none;
}

#header ul li a:hover {text-decoration: underline;}

#header .contact {
	float:right;
	width: 500px;
	margin:30px 0 0 0;
	padding:0 10px 0 0;
	font-size:70%;
	color:#ffffff;
	text-align:right;
}

#header .contact a {
	color:#ffffff;
	text-decoration:none;
}

#header .contact a:hover {text-decoration:underline;}

.menu-home {background: url(/software-legal/images/ico-home.gif) 0 1px no-repeat;}
.menu-mail {background: url(/software-legal/images/ico-mail.gif) 0 2px no-repeat;}
.menu-spain {background: url(/software-legal/images/ico-spain.gif) 0 2px no-repeat;}
.menu-world {background: url(/software-legal/images/ico-world.gif) 0 2px no-repeat;}
.menu-map {background: url(/software-legal/images/ico-map.gif) 0 1px no-repeat;}

/* logo */
#logo {
	position: absolute;
	background-color: #ffffff;
	width: 170px;
	height: 234px;
	margin-top: 20px;
	margin-left: 20px;
	border-bottom: 2px solid #008469;
}

#logo h1 {
	background: url(/software-legal/images/sage-sp.gif) 0 0 no-repeat;
	width: 94px;
	height: 100px;
	margin: 30px 0 0 35px;
	padding: 0;
}

#logo h1 a {
	width: 93px;
	height: 100px;
	display: block;
}

#logo h1 a span {display: none;}

#logo h2 {
	text-align: center;
	padding: 0 15px;
	font-size: 65%;
	font-weight: normal;
	color: #008469;
}

/* left navigation */
#menu {
	width: 170px;
	margin: 10px 10px 10px 20px;
	font-size: 80%;
	float: left;
	display: inline;
}
	
#menu a {
	color: #008469;
	text-decoration: none;
	width: 100%;
	display: block;
	font-size: 120%;
}

#menu a:hover {
	text-decoration: underline;
}
	
#menu ul, #menu dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu dt {
	background: #ecf6f4 url(/software-legal/images/flecha-verde.gif) 3px 6px no-repeat;
	border-bottom: 1px solid #fff;
	padding: 2px 0 2px 12px;
/*	cursor: pointer; */
	color: #000;	
}
	
#menu dt:hover {
/*		background-color: #85bb59;*/
}
	
#menu dd {
	background-color: #bfe0d9;
}
	
#menu dd li {
	padding: 2px 2px 2px 12px;
	border: 0;
	border-bottom: 1px dotted #ecf6f4;
}
	
#menu dd li:hover{

}

#content {
	margin: 10px 5px;
	width: 470px;
	background-color:#FFFFFF;
	float: left;
	padding: 10px 20px;
}


/* footer */
#footer {
	width: 720px;
	height: 25px;
	background-color: #008469;
	color: #fff;
	text-align: right;
	padding: 8px 10px 0 0;
	font-size: 70%;
	float:left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* Tabla de Noticias */
.newsTable {
	width:260px;
	background-color: #efefef;
	padding: 5px;
	margin: 10px 0 0 0;
	border: 0;
	font-size: 80%;
}

.newsTable a {
	text-decoration: none;
}

.newsTable img {
	border: 0;
}

.newsTable th {
	font-size: 120%;
	vertical-align: middle;
	color: #008469;
	height: 30px;
}

.newsTable td {
	vertical-align: top;
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	padding: 4px;
}

.newsTable td.fecha {
	vertical-align:top;
	width:35px;
	color: #666;
	padding-right: 8px;
}

.newsTable tfoot td {
	background: #efefef url(/software-legal/images/flecha-redonda.gif) right no-repeat;
	border: none;
	text-align: right;
	padding-right: 20px;
	font-size: 80%;
}

.homeImg {
	margin:10px 20px 0 10px; 
	padding:0; 
	float:left;
	width: 220px;
}
.homeImg img {
	border:0;
	margin-bottom: 12px;
}

.sitemap dl {

}

.sitemap dt {
	color: #008469;
	font-size: 90%;
	font-weight: bold;
}

.sitemap dd {
	border-bottom: 1px solid #bfe0d9;
	margin: 0 0 10px 0;
	padding: 10px;
}

.sitemap dd ul {
	list-style:square;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	color: #008469;
}

.border {
	border-bottom: 1px solid #bfe0d9;
}

.box {
	background-color: #bfe0d9;
	padding: 1px 3px;
}

.delegaciones td {
	vertical-align: top;
	font-size: 80%;
	padding: 5px;
}

.partners {
	width:280px; 
	height:80px; 
	border:1px solid #CCCCCC; 
	background-color:#EFEFEF; 
	padding:10px; 
	font-size:100%;
}

.partners h4 {
	margin:0;
	padding: 0;
}

.divider {
	border-top: 1px solid #ccc; 
	padding-top: 10px;
}

