@charset "utf-8";

#centroAyuda {
	position: relative;
	border: 0;
	font-size: 12px;
	color: #666;
	background: none;
}

#centroAyuda .cabecera {
	height: 30px;
	background: url("/img/centro-ayuda/fondo-cabecera.png") no-repeat;
}

#centroAyuda .cabecera span {
	display: block;
	float: right;
	padding-left: 10px;
	padding-right: 28px;
	line-height: 20px;
	text-transform: lowercase;
}

#centroAyuda .pie {
	height: 12px;
	background: url("/img/centro-ayuda/fondo-pie.png") no-repeat;
}

#centroAyuda .cuerpo {
	position: relative;
	padding: 0 17px;
	background-color: #eaf2f2;
}

#centroAyuda .superior {
	height: 51px;
	border-bottom: 1px solid #ccc;
}

#centroAyuda h2 {
	height: 30px;
	padding-left: 36px;
	font-size: 16px;
	line-height: 26px;
	background: url("/img/centro-ayuda/logo.png") no-repeat top left;
	color: #369;
}

#centroAyuda .buscador {
	position: absolute;
	top: 7px;
	right: 18px;
}

#centroAyuda .buscador > * {
	display: inline-block;
	height: 19px;
	margin: 0;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
}

#centroAyuda .buscador input, #centroAyuda .buscador select {
	width: 150px;
	border: 1px solid #666;
}

#centroAyuda .buscador input {
	height: 18px;
	padding-top: 1px;
}

#centroAyuda .buscador select {
	height: 21px;
}

#centroAyuda .inferior {
	padding: 20px 17px 25px 0;
}

#centroAyuda .inferior > div {
	text-align: center;
}

#centroAyuda h3 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #369;
}

#centroAyuda .preguntas {
	float: left;
	width: 400px;
}

#centroAyuda .contenedorOcultable {
	min-height: 250px;
	text-align: left;
}

#centroAyuda .ocultable {
	width: 400px;	/* jQuery effect IE */
}

#centroAyuda .preguntas h3 {
	text-align: left;
}

#centroAyuda .preguntas h4 a {
	color: #369;
}

#centroAyuda .preguntas h4 a:hover {
	text-decoration: underline;
}

#centroAyuda .mensaje {
	position: relative;
	top: 100px;
	text-align: center;
}

#centroAyuda .paginacion {
	position: relative;
}

#centroAyuda .paginacion span {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
}

#centroAyuda .paginacion .izq {
	left: 100px;
}

#centroAyuda .paginacion .der {
	right: 100px;
}

#centroAyuda .impresion {
	position: relative;
}

#centroAyuda .contacto {
	text-align: left;
	color: #666;;
}

#centroAyuda .contacto form {
	margin-top: 10px;
}

#centroAyuda .contacto label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

#centroAyuda .contacto input {
	width: 250px;
}

#centroAyuda .contacto .ui-state-highlight {
	margin: 2px 0;
}

#centroAyuda .contacto .ui-state-error {
	margin: 2px 0 6px 0;
}

#centroAyuda .contacto textarea {
	width: 300px;
	height: 100px;
}

#centroAyuda .contacto .br {
	height: 4px;
}

#centroAyuda .contacto button {
	display: block;
	width: 64px;
	height: 24px;
	margin: 8px auto 0;
	border: 0;
	background: none;
}

#centroAyuda .temas {
	float: right;
	width: 200px;
}

#centroAyuda .temas > div {
	padding: 11px 8px 11px 18px;
	text-align: left;
}

#centroAyuda .temas ul {
	height: 228px;
	text-align: left;
	color: #369;
	/*overflow-y: scroll;*/
}

#centroAyuda .temas li:before {
	content: "- ";
}

#centroAyuda h3.masAyuda {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

#centroAyuda .preguntas > p,
#centroAyuda .temas > p {
	margin-top: 15px;
	color: #369;
}

#centroAyuda h3.masAyuda + p {
	display: inline;
	padding-right: 30px;
	background: url("/img/centro-ayuda/sobre.png") no-repeat center right;
}
