@charset "utf-8";
/* CSS Document */

body
{
	background:url(../img/background.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4c4c4c;
	line-height:16px;
	margin:0 auto;
	text-align:center;
}

#contenedor{
	margin: 0 auto;
	text-align:left;
	width:980px;
	height:975px;
}

.wrapper
{
	width:auto;
}

.breadcrumb
{
	font-size:10px;
	margin-bottom:5px;
	margin-left:430px;
}

.wrapper
{
	width:auto;
}

.breadcrumb
{
	position:absolute;
	font-size:10px;
	margin-bottom:5px;
	margin-left:320px;
	top:10px;
	color:#74736f;
}

.logo
{
	position:relative;
	left:1px;
	top:-5px;
}

.banner
{
	position:relative;
	top:-50px;
	left:366px;
}

.homecontainer
{
	position:relative;
	top:-20px;
}

.cards
{
	position:relative;
	top:15px;
}

.campo
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	background-color:#fee8df;
	border:1px solid #f45f30;
	height:20px;
	padding-left:2px;
}

.campo2
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	background-color:#fbf4df;
	border:1px solid #e0af35;
	height:20px;
	width:190px;
	padding-left:2px;
}

.campo3
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	background-color:#f8f8f6;
	border:1px solid #cecccc;
	height:20px;
	padding-left:2px;
}

#enexus
{
	position:absolute;
	left:395px;
	top:825px;	
  	display: block;
  	width: 213px;
  	height: 31px;
  	background: url(../img/powered_by_enexus.jpg) no-repeat 0 0;

}

#enexus:hover
{ 
  	background-position: 0 -31px;
  	background: url(../img/powered_by_enexus_over.jpg) no-repeat 0 0;
}

#enexus span
{
  	display: none;
}

