body {
  background: url(img/bg.jpg) repeat top left;
  height: 100%;
  margin: 0; padding: 0;
  text-align: center;
  font-family: Tahoma,Verdana;
  font-size: 12px;
}

img { border: 0; }

li {
  list-style-type: none;  
}

form { margin: 0; }

a {
	color: #EF7100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.errorMsg {
	color: red;
}

input.submitBtn {
	border: 1px solid #000;
	background-color: #FFF;	
	margin-left: 3px;
	margin-right: 3px;
}

#center {
	background: url(img/center.jpg) repeat-y top center;
	width: 808px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#center2 {
  width: 761px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

body > #center, #center > #center2 {
  height: auto;
  min-height: 100%;
}

#cabecera {
  background: url(img/header.png) no-repeat top left;
  width: 760px;
  height: 91px;
}
#cabecera2 {
  width: 760px;
  height: 79px;
  border-bottom: 3px solid #D05200;
  background-color: #FFFFFF;
}
#bisite {
	background: #F37300 url(img/bisite.jpg) no-repeat top left;
	width: 490px;
	height: 76px;
	float: left;
}
#cabecera2plus {
  background: #F37300 url(img/botonesiniciobg.jpg) no-repeat top left;
  float: left;
  width: 270px;
  height: 76px;
}
#cabecera2plus p {
	text-align: center;
	margin-top: 25px;
}
#cabecera2plus a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
#breadcrumbs {
	padding: 0.4em 3em;
	border-bottom: 1px dotted #EF7100;
	background-color: #EEEEEE;
}
#contenido {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2em;
	text-align: center;
}
#contenido table {
	margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 12px;
}
#contenido table td, #contenido table th {
	border: 1px solid #000;
	padding: 0.2em 0.5em;
}
p {
	text-align: left;
}
#login {
  margin: auto;
}
#login table, #login table td {
	border: 0;
}
.accion {
	text-align: center;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 2em;
	border-bottom: 1px solid #000;
}