@charset "utf-8";
a {
	text-decoration: none;
}

#ayudaTest {
	width: 905px;
	/* [disabled]height: 430px; */
	height: 550px;
	overflow-y: scroll;
	background-color: #807260;
}
#ayudaTest .articulo {
	padding: 0px;
	width: 700px;
	height: auto;
	margin-left: 90px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: justify;
	border: 0px solid #000000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	/* [disabled]border-top-right-radius: 5px; */
	/* [disabled]border-top-left-radius: 5px; */
	background-color: #444444;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#ayudaTest .articulo .tablaArt {
	color: #FFFFFF;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

#ayudaTest .articulo .titulo {
	width: 700px;
	color: #FFFFFF;
	text-align: center;
	background-color: #727272;
	margin: 0;
	height: 30px;
	padding-top: 5px;
}
#ayudaTest #btcerrar {
	font-family: arial;
	color: #FFFFFF !important;
	font-size: 14px;
	text-shadow: 1px 1px 0px #D6774C;
	box-shadow: 1px 1px 1px #C46D46;
	padding: 10px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #734029;
	background: #63B8EE;
	background: linear-gradient(top,  #A0522D,  #B56541);
	background: -ms-linear-gradient(top,  #A0522D,  #B56541);
	background: -webkit-gradient(linear, left top, left bottom, from(#A0522D), to(#B56541));
	background: -moz-linear-gradient(top,  #A0522D,  #B56541);
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
#ayudaTest #btcerrar:hover {
	color: #FFFFFF !important;
	background: #468CCF;
	background: linear-gradient(top,  #B56541,  #A0522D);
	background: -ms-linear-gradient(top,  #B56541,  #A0522D);
	background: -webkit-gradient(linear, left top, left bottom, from(#B56541), to(#A0522D));
	background: -moz-linear-gradient(top,  #B56541,  #A0522D);
}
#ayudaTest #botones {
	height: 60px;
}
