/*
	Design by Digital Web
	http://www.DigitalWeb20.com
	All right reserved (c)
	Css Document
*/

* { 
	padding: 0;
	margin: 0;
}

body {
	background-color: #FF920B;
	color: #222;
	font: normal 62.5% sans-serif;

}

img {border: none;}


/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

#angolo{
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#boxes_content{
	width:750px;
	clear:both;	
	margin:auto;
}

.box{
	padding:10px 10px 10px 16px;
	float:left;
}

.box_content{
	width:220px;
	height:190px;
}

.box_icon{
	clear:both;
	float:left;
	width:80px;
	padding:25px 0 0 5px;
}

/* header */
.title {
	background: #B9B8A1 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 5px 0 0px 0px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}


/* navigation */
.navigation {
	background: Black;
	height: auto;
}

.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
	background-color:Black;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width:95px;
	background-color:Black;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:White;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:95px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-position:center right;
	padding:5px;
	width:95px;
}


/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}



/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}