body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFFFFF;
	background-image: url(../img/background_repeat.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	text-align:center;
	margin:0;
	padding:0;
}
#all, #header, #logo, #nav, #content, #menu, #data {
	margin:0;
	padding:0;
	text-align:left;
}
#content{
	width:760px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}
#right{
	width:140px;
	margin:0;
	padding:0;
	float:right;
}
#right img{
border:0;
}
#all {
	width:900px;
	margin:auto;
	margin-top:35px;
	padding:0;
}
#menu {
	float:left;
	width:200px;
	background-image:url(../img/background_menu.gif);
	background-position:99% 0%;
	background-repeat:no-repeat;
}
#menu2 {
	float:none;
	width:108px;
/*	background-image:url(../img/background_menu.gif);
	background-position:99% 0%;
	background-repeat:no-repeat;*/
}
#menu #logo {
	display:block;
	text-align:right;
	padding-right:15px;
}
#menu p {
	margin:5px;
}
#menu .idiomas {
	text-align:right;
	padding-right:15px;
}
#menu .title {
	font-size: larger;
	font-weight: bold;
	width:90%;
	padding-top:3px;
	padding-bottom:3px;
	border-top:2px solid #CAE0F8;
	border-bottom:2px solid #CAE0F8;
	margin-top:10px;
}
#menu2 .title {
	font-size: larger;
	font-weight: bold;
	width:90%;
	padding-top:3px;
	padding-bottom:3px;
	border-top:2px solid #CAE0F8;
	border-bottom:2px solid #CAE0F8;
	margin-top:10px;
}
#header {
	margin-left:210px;
	height:65px;
}
#header strong {
	margin:0;
	padding:0;
	display:block;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding-left:4px;
}
#header strong a {
	color:#000;
	text-decoration:none;
}
#header strong a:hover {
	text-decoration:underline;
}
#nav {
	text-align:right;
	}
#nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	display:block;
}
#nav ul li{
	float:left;
	list-style-type: none;
	height:38px;
	width:100px;
	margin:2px 2px 0 2px;
	text-align:center;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-position:0% 100%;
	background-repeat:repeat-x;
}
	#nav ul li.organizacion {
		background-color:#DD6B01;
		background-image:url(../img/background_organizacion.gif);
	}
	#nav ul li.servicios {
		background-color:#658FC2;
		background-image:url(../img/background_servicios.gif);
	}
	#nav ul li.actividades {
		background-color:#C0B64A;
		background-image:url(../img/background_actividades.gif);
	}
	#nav ul li.noticias {
		background-color:#71A18F;
		background-image:url(../img/background_noticias.gif);
	}
	#nav ul li.contactar {
		background-color:#57A4C6;
		background-image:url(../img/background_contactar.gif);
	}
#nav ul li a{
	float: left;
	display: block;
	text-decoration: none;
	color:#FFF;
	width:100%;
	height:18px;
	padding-top:20px;
}
#nav ul li a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#data {
	margin-left:210px;
	margin-top:15px;
	padding-top:10px;
	border-top:5px solid #CAE0F8;
}
#data #section_title {
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:1px dotted #CAE0F8;
}
#footer {
	width:760px;
	clear:both;
	text-align:center;
	margin-top:15px;
	padding-top:10px;
	border-top:5px solid #CAE0F8;
	font:10px Tahoma, Arial, Helvetica, sans-serif;
	color:#656565;
	float:left;
}
#footer p {
	margin:2px;
}
.docslink {
background-color:#658FC2;
height:55px;
width:105px;
padding-top:20px;
text-align:center;
}

.docslink a{
font-size:12px;
text-decoration:none;
font-weight:bold;
color:white;
text-transform:uppercase;
}

.docslink a:hover{
font-size:12px;
text-decoration:none;
font-weight:bold;
color:black;
text-transform:uppercase;
}

h3{
	font-size:14px;
}

h3 a{
text-decoration:none
}