html {
	height: 100%;
	width: 100%;
	overflow: auto;	
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(img/mapa-mundo2.png) #fff bottom center no-repeat;
}
body.contactos { background: url(img/cartaz.png) #fff top center no-repeat; } 

#container {
	width: 780px;
	margin: 0 auto;  
	text-align: left; 
}
#header {
	width: 100%;
	background: #600;
	height: 90px;
	padding: 10px 0 10px 0;  
    background: url(img/header-top.png) #5d0000 top center no-repeat;
}
#titulo { 
    margin: 0 auto; 
	width: 780px;
}
#titulo h1 {
	float:left;
	width: 780px;
	color: white;
	font-size: 24px;
	text-align: left;
	vertical-align:middle;
 	 
}
.subtitulo { font-size:20px; font-weight:normal; }

#mainContent {
	width:580px;
	padding: 10px;
	/* background-color: #FFF;
	font-weight:bold;	*/
    color: #000;
}
#mainContent a:hover { text-decoration: none; }

#sidebar1 {
	float:right;
	width: 170px;
	padding: 0; 
	margin: 20px 0em 0 1em;
	/*background-color: #eee; */
	font-size: 12px;
	border: 1px #600 solid; 
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    -moz-opacity:0.7;
	-khtml-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	filter:alpha(opacity=70); 
}
#sidebar1 ul, ul#sidebar1 { margin: 0; width: 170px; \width: 170px;
w\idth: 170px; padding: 0; list-style-position: inside; list-style-type: none; }
#sidebar1 li, ul#sidebar1 li  { margin: 0; list-style-position: inside; list-style-type: none; line-height: 10px; padding: 12px; }
#sidebar1 a {color: #3d1805; text-decoration:none;  border: 0; }
#sidebar1 a:hover,  #sidebar1 a:active { color: black; }
#sidebar1 li:hover { background: url(img/menuback.gif) #999 top left no-repeat;  } 
.activa, .activa li, #sidebar1 a.activa { background-color: #600000; color: #ffffff; font-weight: bold; }



/**/
.formulario {background-color:#f0f0f0; padding:10px;	
	border: 1px #3f4f3a solid; 	border-radius: 5px;	-moz-border-radius: 5px; -webkit-border-radius: 5px; }
.alerta { color:#F00; text-align: center; font-size:16px; }
.padding15 td { padding: 8px; }
.top0 td { padding-top: 0px;}
.bottom0 td { padding-bottom: 0px; }
.fltrt { float: right; 	margin-left: 8px }
.fltlft { float: left; margin-right: 8px }





#footer {
	margin-top: 20px;
	font-size: 11px;
	padding: 0 10px;
	border-top: 1px #8C6854 solid;  
}
#footer p, #footer p a {
	color: #8C6854;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer p a:hover { text-decoration: none; } 

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.programa { font-size:13px; }

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/**/
