/*
azul :	 #000066
naranja: #ff6600
morado:  #7f1399
*/

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body  {
/*	font: 100% "Trebuchet MS", verdana, sans-serif;*/
	font-family: "Arial Narrow";
	background: #ffffff;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	background:  url(images/headbg.gif) repeat-x left top;
    font-size: 15px;
}

#container { 
	width: 780px;
	background: #EBEBEB;
	margin: 0 auto;
/*	border: 1px solid #000000;*/
	text-align: left;
	min-height:100%;
	position:relative;
} 

#header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;
	height: 80px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#sidebar {
	float: right;
	width: 150px;
	background: #EBEBEB;
	padding: 15px 10px;
	min-height:500px;
/*	background-image: url(images/prismabg01.png);
	background-repeat:no-repeat;
	background-position:bottom right; */

}

#content { 
	margin: 0 175px 0 0;
	padding: 0 20px;
	color: #444;
	min-height:500px;
	padding-bottom:60px;
} 

#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
	height: 60px;
    font-size: 12px;
	color: #000066;
	position:absolute;
	bottom:0;
	width:750px;
} 

#footer p {
	margin: 0;
	padding-top: 7px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#content ul {
	list-style: none;
	padding-left: 5px;
}

#content li {
	margin: 0px;
	padding-bottom: 25px;
	background-image: url(images/bullet-blue.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}

#content ul li ul li {
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/bullet-purple.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}

#content a {
/*	text-decoration:none;*/
	color:#000066;
/*	font-weight: bold;*/
	text-align:right;
}

h1 {
	font-size: 120%;
	color: #000066;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	color: #7f1399;
	font-weight: bold;
}

#clientes ul {
	list-style: none;
	padding-left: 5px;
}


#clientes li {
	margin: 0px;
	padding-bottom: 15px;
	background-image: url(images/bullet-blue.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}
