@charset "UTF-8";
.definicion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	vertical-align: text-top;
}
.bordes {
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	color: #999;
}
.bordefino {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
.fondo {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #F90;
}
.descipcion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
}
.volver {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	line-height: normal;
}

