* {
	margin: 0; padding: 0;
}
#contenido {
	width: 850px;
	margin: 0 auto;
}
#cabecera {
	height: 72px; width: 100%;
	background: #0F2133; border-bottom: 3px solid #FFAB77;
	margin: 0 0 20px 0;	padding: 0; overflow: hidden;
}
#contenidoCabecera {
	margin: 0 auto; width: 850px;
}
#logo {
	float: left; width: 204px; height: 72px;
	background: url(../images/logo.png) left 70% no-repeat;
}
#contenidoPrincipal {
	float: left; display: inline;
	width: 530px; min-height: 547px; height: auto;
	margin: 0 0 0 2px; padding: 0 0 20px 0;
}
* html body #mainContent {	height: 547px; } /* end */

#informacion {
	float: right;
	width: 286px; height: 337px; margin: 20px 0 0 0;
	background: url(../images/information.png) no-repeat;
}
#informacion #subContenido {
	margin: 76px 0 0 90px;
}

#boton {
	float: left;
	width: 120px; height: 38px; margin: 10px 0 0 180px;
	background: url(../images/boton.png) no-repeat;
}
#boton #subContenido {
	margin: 3px 0 0 12px;
}
#pie {
	clear: both;
	margin: 0 auto; text-align: center;
	width: 100%; height: 250px;
	background: #0F2133; border-top: 8px solid #001A33;
}
/* Estilos de letra
============================================================================ */
ul#navegacion {
	float: right; display: inline; margin: 34px 5px 0 0; padding: 0;
}

ul#navegacion li {
	display: inline; float: left; 
}

ul#navegacion a {
	display: block;
	width: 103px; height: 38px;
	text-align: center; padding: 13px 0 0 0;
	background: url(../images/tab.jpg) no-repeat;
	text-decoration: none; text-transform: uppercase;
	font: bold 11px "Lucida Grande", "Trebuchet MS", sans-serif; color: #808080;
}

ul#navegacion a.active {
	display: block;
	width: 103px; height: 38px;
	text-decoration: none; text-transform: uppercase;
	background: url(../images/tabActive.jpg) no-repeat;
	font: bold 11px "Lucida Grande", "Trebuchet MS", sans-serif; color: #FFF;
}

ul#navegacion a:hover {
	display: block;
	width: 103px; height: 38px;
	text-decoration: none; text-transform: uppercase;
	background: url(../images/tabHover.jpg) no-repeat;
	font: bold 11px "Lucida Grande", "Trebuchet MS", sans-serif; color: #FFF;
}

#informacion #subContenido p {
	font: 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #999898;
	line-height: 30px; 
}

#informacion #subContenido p.probar {
	font: bold 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: white;
	padding-top: 51px; margin: 0 0 0 -23px; line-height: 0px;
}

#informacion #subContenido p.probar a {
	font: bold 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: white;
	text-decoration: none;
}

#informacion #subContenido p.probar a:hover {
	font: bold 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #3E3E3E;
	text-decoration: none;
}

#boton #subContenido p a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #001A33;
	line-height: 30px; 
}
#contenidoPrincipal h1 {
	font: bold 18px "Lucida Grande", "Trebuchet MS", sans-serif; color: #FFAB77;
	line-height: 22px; margin-top: 25px;
}

#contenidoPrincipal h2 {
	font: bold 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #6288aa;
	line-height: 22px; margin-top: 20px;
}

#contenidoPrincipal p {
	font: 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #292929;
	line-height: 22px; margin: 0 0 10px 2px;
}

#contenidoPrincipal ul {
	margin: 3px 0 0 17px;
}

#contenidoPrincipal li {
	font: 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #292929;
	line-height: 22px; margin: 0 0 3px 0;
}

#contenidoPrincipal a {
	color: #6288aa; text-decoration: none; font-weight: bold;
}

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

label span.required {
	color: #FF0000; 
}

span.required {
	color: #FF0000;
}

#pie p {
	font: 11px "Lucida Grande", "Trebuchet MS", sans-serif; color: #909090; 
	text-align: center; line-height: 20px; padding: 6px 0 0 0;
}

#pie p a {
	color: #a6a6a6; font-weight: bold; text-decoration: none;
}

/* Formularios
============================================================================ */
.errorMsg
{
  position: absolute;
  left: 43em; margin-top: 20px;
  width: 15em;
  color: #FF0000;
}

form {
	margin: 0; padding: 0; background-color: white;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
}

fieldset {
	padding: 0 1em 6px 5px;
	margin: 1.5em 5px 20px 0;
	border: 1px solid #E1E1E1;
}

legend {
	font-weight: bold; color: #6288aa;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 0 10px; padding: 0 3px 0 3px;
}

label {
	display: block;
	margin: 0 0 0 14px;
	font: 13px "Lucida Grande", "Trebuchet MS", sans-serif; color: #292929;
}


input {
	border: 1px solid #d7d7d7;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 14px;
	margin: 3px 0 13px 14px; padding: 3px; width: 300px;
}

input.checkbox {
	float: left;
	margin: 1em;
}

input label {
	display: none;
}

select {
	width: 170px;
	border: 1px solid #d7d7d7;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 14px;
	margin: 3px 0 13px 14px; padding: 3px; width: 310px;
}

input.submit {
	width: 80px; float: left; margin-left: 1em; font-size: 14px; 
}

input.upload {
	margin: 3px 0 0 14px; padding: 3px; width: 400px; font-size: 13px; border: 1px solid #ccc;
}

textarea {
	width: 475px;
	height: 150px;
	border: 1px solid #d7d7d7;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 12px;
	margin: 3px 0 13px 14px; padding: 3px; 
}