@charset "utf-8";
/* CSS Document */

/*html {	background: #1d1d1d; }*/
body {
	margin: 0; padding: 0;
	font: 11px normal Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/body_bg.gif);
	background-repeat:repeat;
	color:#333;
}
ul{
*margin:0px;
margin-top:-10px;
*margin-top:-25px;
margin-bottom:-10px;
padding:15px;
list-style-image:url(../img/bullet.gif);
}

li{
border-bottom: 1px dotted #CCC;
padding-bottom: 5px;
margin-bottom: 5px;
*padding-left:3px;
}
#header h1 {margin:0;
	padding: 0;
	font-family: "Myriad Pro", Trebuchet MS, Arial, Sans-Serif;
	font-size: 4.7em;
	font-weight:normal;
	color: #EDEDED;
	letter-spacing:-0.07em;
	text-shadow: 1px 1px #000;
}

#header h1 small{
	font: 0.2em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.33em;
	display: block;
	color: #ccc;

}


#header{
width: 680px;
display:block;
margin:auto;
margin-top:20px;
text-align:right;	text-align: left;
/*background-color:#CCCCCC;*/
}
#contenidos{
/*600 x 300*/
display:block;
width: 642px;
height:340px;

margin: auto;
margin-top: 20px;
/*background: url(../img/contenedor_bg.gif) repeat-x;*/
background-color:#f1f1f1;
overflow:hidden;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
border-top: 1px solid #000;
border-left: 1px solid #000;
}
#menu-contenedor{
margin-top:20px;
display:block;
width:100%;
height:40px;
background: url(../img/menu_a_bg.gif) repeat-x;
border-bottom: 1px solid #333;
border-top: 1px solid #000;
}

#menu{
display:block;
width:457px;
/*background-color:#666;*/
margin:auto;
font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}
#menu strong{
	font-size: 1.1em;
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
	font-weight:normal;
}
#menu a, #menu span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}

#menu span {display: none;}
#menu span{background: url(../img/menu_a_bg.gif) repeat-x left top;}
#menu a{color: #333;background: url(../img/menu_a_bg.gif) repeat-x left bottom;}

#copyright{
clear: both; display: block; color: #888; text-align:center; padding-top: 20px;
}

.clear{clear:both;}
.justificado{text-align:justify;}