@charset "ISO-8859-1";
/* CSS Document */
.tutorial {
	padding: 0px 10px;
	text-align: center;
}
.tutorial img {
	max-width: 235px;
	width: auto !important;
	width: 235px;
}
.tutorial table {
	height: 232px;
	border: solid 1px #e0e4e5;
	margin: 0px auto 4px auto;
	width: 100%;
}
.tutorial table table {
	margin: auto;
	width: 86%;
	height: 100%;
 	border: none;
}
.tutorial table table table {
	width: auto;
}
.tutorial td {
	vertical-align: middle;
	background-color: #f0f4f6;
	background-image: url(../../images/tutorialFondo.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.tutorial td td {
	width: 50%;
	text-align: center;
	background-color: transparent;
	background-image: none;
}
.tutorial td td td {
	width: auto;
	text-align: left;
}
.tutorial .tutNumero {
	font-size: 40px;
	color: #f1001c;
	font-weight: bold;
}
.tutorial .tutTexto {
	font-size: 15px;
	color: #535454;
	padding: 5px;
}
