@font-face {
    font-family: "ico-redes";
    src: url("/fonts/ico-redes.eot");
    src: url("/fonts/ico-redes.eot?#iefix") format("embedded-opentype"), url("/fonts/ico-redes.woff") format("woff"), url("/fonts/ico-redes.ttf") format("truetype"), url("/fonts/ico-redes.svg#ico-redes") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('/fonts/gothamrnd-light.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-light.woff') format('woff'), url('/fonts/gothamrnd-light.ttf') format('truetype'), url('/gothamrnd-light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/gothamrnd-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-medium.woff') format('woff'), url('/fonts/gothamrnd-medium.ttf') format('truetype'), url('/gothamrnd-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Rounded';
    src: url('/fonts/gothamrnd-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-medium.woff') format('woff'), url('/fonts/gothamrnd-medium.ttf') format('truetype'), url('/gothamrnd-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/gothamrnd-book.eot?#iefix') format('embedded-opentype'), url('/fonts/gothamrnd-book.woff') format('woff'), url('/fonts/gothamrnd-book.ttf') format('truetype'), url('/gothamrnd-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Gotham-Book', verdana, sans-serif;
    font-size: 62.5%;
    color: #817c7c;
	background: #fff;
	text-align: center;
}
.centro{
	border: 1px solid #b1b1b1;
	border-radius: 1em;
	margin: 1em auto;
	padding: 2em;
	max-width: 30em;
	overflow: hidden;
}
.cabecera{
	height: auto;
	margin-bottom: 10px;
	position: relative;
	padding: 0;
	width: 100%;
}

.cabecera h2 {
    border-bottom: 1px solid #cc3333;
    display: inline-block;
    width: 100%;
}
.contenido {
    text-align: center;
    margin-top: 0em;
}
.titulo {
    color: #373737;
    font-size: 2em;
    font-family: 'Gotham-Medium', verdana, sans-serif;
	margin-top: 2em;
}
.formulario{
	font-size: 1.8em;
	text-align: center
}
fieldset {
    margin-bottom: 0px;
    border: 0;
	margin-top: 2em;
}
.formulario label {
    color: #373737;
    font-size: 1.4em;
	display: block;
}
.formulario input {
    border: 1px solid #c4c7ca;
    border-radius: 2px;
   	padding: 1.05em;
	width: 8.8em;
	font-size: 1.4em;
	font-family: 'Gotham-Book', verdana, sans-serif;
	margin-top: 1em
}
.aceptar{
	width: auto;
	margin-bottom: 2em;
	background-color: #cc3333;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 1em 3.5em;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.aceptar a{
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width: 480px) {
		.centro{
		border: none;
		}
}


input.activo,textarea.activo {
	background-color: #F5F6BE !important
}

select.error,label.error,input.error,textarea.error {
	background-color: #FEE445 !important;
	border: 1px solid #dadada;
}

#acceso .modSideBar #mensajeError {
	display: none
}

#acceso .modSideBar #mensajeError, #mensajeError {
	display: none;
	margin: 0 0 0.31em;
	/*padding: 0 0 7px;*/
	position: relative;
	text-align: left;
	background-color: #ffe200;
	border-radius: 4px;
}

#mensajeError{
	width: 100%;
}

#acceso .modSideBar #mensajeError p#campos, p#campos {
	padding: 0.8em;
	background-position: 10px 20px;
	font-size: 1.2em;
}

#jqcntent #mensajeError p#campos{
  background-position: 10px 22px;
  color: #333333;
  font-size: 1.3em;
}

div#content #formReg div#mensajeError {
	display: none;
	margin: 0 0 2em;
	padding: 0 0 7px;
	position: relative;
	text-align: left;
	background-color: #ffe200;
	border-radius: 4px;
}

#formRecovery div#mensajeError,#formNewPass  div#mensajeError {
	display: none;
	margin: 0 0 0.31em;
	width: 58.4em;
	padding: 0 0 7px;
	position: relative;
	text-align: left;
	background-color: #ffe200;
	border-radius: 4px;
}

div#content #formNewPass  div#mensajeError {
	width: 40em
}

#acceso .mensajeErrorJQ {
	display: block;
	background-color: #ffe200;
	border-radius: 10px;
	margin: 0 0 0.31em;
	width: 48em;
	padding: 0 0 7px;
	position: relative;
	text-align: left;
}

div#content #formReg div#mensajeError p#campos a,div#content #formReg div#mensajeError p#campos a:hover,#formNewPass  div#mensajeError p#campos a,#formNewPass  div#mensajeError p#campos a:hover,div#content #formReg div#mensajeError a,div#content #formReg div#mensajeError a:hover,div#mensajeError p#campos a,div#mensajeError p#campos a:hover
	{
	color: #b11818;
	font-weight: bold;
	text-decoration: none;
}

div#content #formReg div#mensajeError p#campos a:hover,#formNewPass  div#mensajeError p#campos a:hover,div#content #formReg div#mensajeError a:hover,div#mensajeError p#campos a:hover
	{
	text-decoration: underline;
}

div#content  div#mensajeError  p,#acceso .mensajeErrorJQ p {
	clear: both;
	text-align: left;
	line-height: 16px;
	margin: 0;
	padding: 7px 10px 2px 25px;
}
