img {border: none;}
h1 {
	color: #0c863d;
	text-align: center;
	text-indent: -99999px;
	margin: 100px 0 10px;
	font-family: 'trebuchet MS', sans-serif;
	font-size: 14px;
}
.container {
	font-size: 10px;
	font-family: 'trebuchet MS', sans-serif;
	color: #0c863d;
	overflow: hidden;
	width: 970px;
	margin-top: 50;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	
}


/*--Main Image Preview--*/
.main_image {
	width: 598px;
	height: 1200px;
	float: right;
	background: #f0f0f0;
	position: relative;
	overflow: hidden;
	color: #000;
	
}
.main_image h2 {
	font-family: 'trebuchet MS', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 20px;
	color: #0c863d;

	
}
.subtitulo {
	font-size:12px;
	font-family: Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #336633;
	
}

.main_image p {
	line-height:17px;
	font-size:12px;
	color:#666;
	font-family: Helvetica, Tahoma, sans-serif;
	padding: 20px;
	margin: 0;

}


.main_image .instrucciones {
	margin-left:20px;
	width:500px;
	border:2px solid #0c863d;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display:block;
	background:#fff;
	padding:15px;
	line-height:15px;
	font-size:12px;
	color:#666;
	font-family: Helvetica, Tahoma, sans-serif;
	/*display: none;*/	
}
.main_image .pasos img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.main_image .pasos {
	width:230px;
	padding:5px;
	float: left;
	line-height:15px;
	font-size:11px;
	color:#666;
	font-family: Helvetica, Tahoma, sans-serif;
	
}
.main_image .pasos_cont{
	margin-left:30px;	
}

.main_image .textos_adv {
	margin-left:20px;
	width:498px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 11px;
	color: #000;
	font-family: Helvetica, Tahoma, sans-serif;
	text-align: center;
	line-height:15px;
	background-image:url(../images/ADVERTENCIA.png);
	background-color:#FFCC33;
	border:2px solid #333;
	background-repeat: no-repeat;
	background-position: 190px 10px;
}
.main_image p .textos_adv img {
	border:none;
}
.main_image .block{
	width: 100%;
	background: #f0f0f0;
	padding-top:20px;
}

.main_image a.show {
	background-position: left bottom;
	} 


.image_thumb {
	float: left;
	width: 299px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display:block;
	
	
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #f0f0f0 url(images/nav_a.gif) repeat-x;
	width: 279px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb > ul li.active{
	background: #D9EDD8;
}
.image_thumb ul li:hover{
	background: #ffffff;
}

html .image_thumb ul li h2 {
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 70px;	
}

.image_thumb ul li p{display: none;}
