/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

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, tt, var, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a img, iframe {
	border: none;
}
ol, ul {
	list-style: none;
} 
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}
select {
	margin: inherit;
}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.bottonright{
	background-color: #858E91;
    background-image: -moz-linear-gradient(270deg, #BDC5C7, #858E91);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
    min-height: 24px;
    padding: 0 5px;
}

.bottonright{
	float: right;
}
.bottonleft{
	float: left;
}

.terminos-contactos {
	background-color: #e8e8e8;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 3px 10px;
}
	.terminos-contactos span {
		padding-left: 6px;
	}
.introduccion ol {
	margin-left: 3em;
	list-style: decimal;
}
.introduccion ul {
	margin-left: 3em;
	list-style: disc;
}
div.componentItemOpciones ol.alternativas li,
div.componentItemOpciones ul.alternativas li {
	list-style: upper-alpha;
} 

.componentItem .componentItemExplicacion ol, .componentItem .componentItemExplicacion ul{
	margin: 0;
	padding: 0 0 10px 0;
}
.componentItem .componentItemExplicacion ul li{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: disc outside none;
}
.componentItem .componentItemExplicacion ol li{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: decimal outside none;
}