body, html {
	margin: 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;
}

.box.top {
	background: url(../images/box-top.png) no-repeat;
	height: 20px;
}

.box.bottom {
	background: url(../images/box-bottom.png) no-repeat;
	height: 20px;
}

.box.contents {
	background: #000;
	padding: 0 20px;
}

.box.white.top {
	background: url(../images/box_white-top.gif) no-repeat top;
	width: 533px;
	height: 20px;
}

.box.white.bottom {
	background: url(../images/box_white-bottom.gif) no-repeat bottom;
	width: 533px;
	height: 20px;
}

.box.white.contents {
	background: #fff;
	width: 453px;
	padding: 20px 40px;
	color: #000;
	line-height: 18px;
}
.box.white.contents a {
	color: #D3DD3D;
	text-decoration: underline;
}

.box.white.contents a:hover {
	text-decoration: none;
}

.left {
	width: 363px;
}

.right {
	width: 533px;
}

#header {
	background: #000;
	height: 55px;
}

#header .logo {
	padding-left: 20px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 18px 0 0 90px;
}

#header ul li {
	display: inline;
	padding: 0 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: url(../images/menu_dots.gif) no-repeat 0 50%;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover {
	color: #FFDB00;
}

#footer {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	display: block;
	padding: 0 40px 0 10px;
	line-height: 14px;
	height: 57px;
	background: url(../images/footer.gif) no-repeat;
}

#footer ul li.logo {
	background: none;
	padding: 0;
	padding-left: 40px;
}

#footer ul li.logo img {
	padding: 10px 0 0 10px;
}

#footer a {
	color: #FFDA00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.spacer {
	height: 6px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 4px 0 0;
	font-size: 26px;
	background: #fff;
	line-height: 20px;
}

.line {
	background: url(../images/line.gif) 0 10px repeat-x;
	height: 20px;
}

/* FORMS */
form {
	margin: 0;
}

form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 5px;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #D32015;
}
form label {
	width: 140px; /* Width of labels */
}

form input, 
form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
}

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DBDBDB;
	padding: 4px;
	overflow: hidden;
	width: 97%;
}

form input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4B30;
	padding: 3px;
	text-align: center;
}

form .padding {
	padding: 20px;
}



/*******************/
.info_equipo {
	padding-top:0px !important;
	padding-bottom:0px !important;
	font-size:12px;
	font-weight:bold;
}

.info_equipo p{
	margin-top:0px;
	margin-bottom:0px;
	line-height:18px !important;
}

.verde {
	background:#D4DE00;
}
