/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072; text-decoration:none;}
a:hover {color: #FF7D00;}

img {
border: 0;
}

body {
	background: #114054 url(img/bg.jpg) repeat-x left bottom;
	color: #114054;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;  }

li {list-style:url(img/bp.gif)}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}


.usuarios{ text-align:center; font-family:"MS Sans Serif"; margin:auto; }
.usuarios TABLE{ font-family:sans-serif, Verdana, Arial, Helvetica; font-size:24px;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #ffffff;
	height: 28px;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #1C455E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 28px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #1C455E;
}



h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px 10px 10px;
	width: 780px;
}




/* header */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px; 
	margin: 0 auto;
	padding:5px 10px ;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
.header .left {
    margin-left:0px;
	background-color: #1D597C;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 70px;
	width: 564px;
	text-align: left;
	border: #000000 1px solid ;
	
		
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(img/rlogo2.gif);
	background-repeat: repeat-x;
	background-color: #FFf;
	border: #000000 1px solid ;
}


/* main */
.main {
	border-top: 4px solid #FFF;
	 background-color:#D2E1E5;
}

/* content */
.content { float:left;
	margin: 10px 0;
	padding: 0 6px;
	width: 740px;
}
.content .descr {
	color:#0000CC;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}
.content table{ margin:0;  }
.content td{padding:10px; font: bold 1em sans-serif;}
.content p
{
color:#114054;
}


/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color:#FFFFFF;
	font: bold 1em sans-serif;
	line-height: 29px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFFF00;}
