/* CSS Document */

body {
	font-size:62.5%;
	font-family:Arial;
	margin:0;
	padding:0;
	}
p, h1, h2, h3, h4, li, ul { margin:0; padding:0;}
.clear { clear:both; height:0;}
img { border:none;}

/*--------------------------*/

a {
	color:#6695ff;
	text-decoration:none;
	border-bottom:1px dotted #6695ff;
	}
a:hover {
	border-bottom:1px solid #fff;
	}

h1 {
	font-size:2em;}
h2 {
	font-size:1.5em;
	color:#6695FF;
	text-transform:lowercase;
	background:url(../images/faqs/flecha_ayuda.gif) no-repeat 0 6px;
	padding:0 0 5px 13px;
	}
h2.selected {
	background:url(../images/faqs/flecha_ayudab.gif) no-repeat 0 6px;
	}
h3 {
	font-size:1.2em;
	margin-left:20px;
	padding:0 0 10px 13px;
	background:url(../images/faqs/flecha_ayuda_nivel.gif) no-repeat 0 5px;
	}
h3.selected {
	background:url(../images/faqs/flecha_ayuda_nivelb.gif) no-repeat 0 5px;
	}
#cuerpoAyuda {
	width:100%;
	z-index: 0;
	text-align:left;
	}
div#cabeceraAyuda  {
	position: fixed;
	z-index: 2;
	height:50px;
	background:#fff;
	border-bottom:1px solid #666;
	width:538px;
	top:0;
	margin-left:10px;
	}

.content {
	width:506px;
	padding:60px 12px 0 12px;}

#cabeceraAyuda h1 {
	font-size:2em;
	color:#666;
	background:url(../images/faqs/ayuda.gif) no-repeat 0 0;
	float:left;
	width:150px;
	padding:8px 0 0px 40px;
	margin:10px 0 0 10px;
	}
#cabeceraAyuda .cerrartodos {
	float:right;
	width:200px;
	text-align:right;
	margin:10px 10px 0 0;
	font-size:1.2em;
	}

.respuesta {
	margin-left:33px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
	
	}
.cierra{
	display:none;
}
.respuesta a.cerrar {
	text-align:left;
	display:block;
	background:url(../images/faqs/ico_cerrar_ayuda.gif) no-repeat right 4px;
	border:none;
	text-align:right;
	padding-right:13px;
	margin-bottom:5px;
	font-size:1.1em;
	}
.respuesta p {
	padding-bottom:5px;
	font-size:1.1em;
	color:#333;
	text-align:left;
	line-height:1.5em;
	}
.respuesta ul li {
	font-size:1.1em;
	margin-bottom:3px;
	list-style:none;
	padding-left:10px;
	background:url(../images/bullet_gris.gif) no-repeat 0 5px;
	text-align:left;
	}
