/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}

:focus {outline: 0;}

/* Base */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

a {
	color: #fff;
}

#container {
	width: 900px;
	margin: 0 auto;
	
}

#main {
	background: #E6E6E6;
	overflow: auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	background: #434343;
	padding: 3px 0 0 12px;
	overflow: auto;
	height: 69px;
}

#logo {
	float: left;
	height: 69px;
}

#logo a {
	display: block;
	width: 246px;
	height: 69px;
	background: url(images/logo.png);
}

#logo span {
	display: none;
}

#nav-top {
	width: 618px;
	height: 69px;
	padding: 0 12px;
	float: left;
	color: #fff;
}

#nav-top span {
	display: block;
	float: left;
}

ul#social {
	float: left;
	width: 202px;
	height: 31px;
	line-height: 39px;
	padding-top: 7px;
}

ul#social li {
	float: left;
	padding: 1px;
}

ul#social li.facebook {
	padding-right: 21px;
}

#data {
	float: left;
	width: 404px;
	height: 39px;
	line-height: 39px;
}

#data .name {
	width: 319px;
	text-align: center;
}

#data .password {
	width: 85px;
	text-align: center;
}

#info {
	clear: both;
	height: 30px;
	line-height: 30px;
	background: #9b9b9b;
	padding-left: 16px;
	padding-right: 8px;
}

#info a {
	color: #fff;
	text-decoration: none;
}

#info .date {
	float: left;
}

#info .logout a {
	background: url(images/close-button.png) no-repeat center right;
	float: right;
	padding-right: 22px;
}

/* Navigation */

#navigation {
	background: url(images/bg-nav.png) repeat-y #fff;
	clear: both;
	float: left;
	width: 243px;
	padding: 9px 8px 0 7px;
	margin-bottom: 10px;
}

ul#main-menu { 
}
ul#main-menu li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 31px;
	color: #757575;
	background: url(images/menu-1stlevel.png);
	text-decoration: none;
	border-bottom: 1px solid #fff;
} 
ul#main-menu li ul { 
	display: none;
}
ul#main-menu li ul li a {
	padding-left: 38px;
	color: #fff;
	background: url(images/menu-2ndlevel.png);
}
/* Content */
#content {
	width: 900px;
	background: #e6e6e6;
}

.form .clear {
	clear:both;
	text-align:center;
	padding:2px 0 0 35px;
	margin:0 0 10px 0;
}
.form{
    padding: 10px;
	margin: auto;
	width:300px;
	
	}

.test
{
	font-size:11px;
	color: #666;
	text-align:center;
	margin: auto;
	padding-bottom:10px;
    width: 300px;
	}
.test p
{
	margin-bottom:7px;
}
.bol
{
	font-weight:bold;
}

	
.form .botonsubmit {
   background-color: #CC0000;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin-left: 90px;
    margin-top: 20px;
    width: 120px;
  }
  
  .form .campo {
  width:142px;
  height:25px;
  color:#333;
  background-color:#fff;
  border:2px solid #CCCCCC;
  margin:0 10px 3px; 0;
  float:right;
}

.form label {
	float:left;
	font-size:11px;
	color:#666;
}
.form p {
	font-size:11px;
	color: #666;
	text-align:center;
	margin-bottom:20px;
}

