/* RESETEADORES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-decoration:none;
}
body{font-size:62.5%; font-family:Arial,Century,sans-serif;}
u{text-decoration:underline !important;}
:focus {outline: 0;}
ol, ul {list-style:none;}
label{cursor:pointer;font-size:1.1em; vertical-align:3px;}
.clearleft{clear:left;}
/* FIN RESETEADORES */

/*Clases para las páginas de ayuda*/
body{border-top:15px solid #eaeaea;margin:0;font-family:Arial,Helvetica;}

.cabecera{overflow:hidden;}

.logo{float:left;}
.logo img{width:100px;}

.ayuda {float:right;}
.titular{
	background: url("../img/quest.gif") no-repeat right 0; 
	padding: 0 40px 0 0;	
	font-size:3em; 
	font-weight:bold;
	color:#e32119;
	height:34px;
	}
	
.subtitular{font-size:1.7em; font-weight:bold;color:#000000;}
	
.contenido{
	clear:both;
	font-size:1.2em;
	margin-top:10px;
	padding:0 10px;
	}	
	
.contenido a{
	color:#e32119;
	font-weight:bold;
	}
	
.contenido p{
	text-indent:30px;
	margin-bottom:10px;
	}

.contenido ul{margin:20px 0 0 10px;}
.contenido ul li{margin-bottom:5px; color:#000000;}
.contenido ul li span{font-weight:bold; color:#747271;}
.contenido ul li a, .contenido p span{color:#747271;}
.contenido ul li a:hover{color:#e32119;}

.contenido .titulo{
	font-weight:bold; 
	color:#747271;
	width:100%;
	border-bottom:1px solid #747271;
	margin-bottom:5px;
	font-size:1.2em;
	}

.contenido .destacado{
	font-weight:bold;
	color:#747271;
	}

/*BOTONES PIE*/
.cont_ayuda{
	border-top:2px solid #e32119;
	font-size:0.75em;
	padding-top:4px;
	}
.cont_ayuda .otros_temas{
	float:left;
	background: url("/csbnet/2095/img/otros_temas.gif") no-repeat left 3px;
	padding:1px 0 0 12px;	
	font-weight:bold;
	margin: 0 0 0 10px;
	}			
.cont_ayuda .otros_temas a, .cont_ayuda .cerrar a{color:#747271;}

.cont_ayuda .cerrar{
	float:right;
	background: url("/csbnet/2095/img/cerrar.gif") no-repeat left 3px;
	padding:3px 0 0 17px;	
	font-weight:bold;
	margin: 0 0 0 10px;	
	}	
	
.cont_tooltip{
	width:250px;
	border:0px solid #000;
	background-color:#fff;
	}

.cont_tooltip .cabecera{
	background-color:#000;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:2px 0 2px 5px;
	}	
.cont_tooltip .texto{
	padding:2px;
	color:#000;
}	