@charset "iso-8859-1";
/* CSS Document */

.div_relative{ 	position:relative}
.left{ float:left;}
.right{ float:right;}
.m_right_10{ margin-right:10px;}
.m_right_22px{ margin-right:22px;}
.m_top_5{ margin-top:5px;}
.m_10px{ margin:10px}

#numero_habit{
	padding-right:10px;
	border-right:1px dotted #660000;
	}

#foto{
	position:relative;
	width:auto;
	}

#div_icon_inline{
	width:auto;
	display:inline;
	float:right;
	padding:5px 10px 5px 5px;
	}

#div_icon{
display:block;
text-align:right;

}

#wrapper_content_habit{
	padding:45px;
	width:771px;
	
}

#left_habit{
	float:left;
	text-align:left;
	display:inline;
	width:226px;
}

#right_habit{
	float:right;
	text-align:justify;
	display:inline;
	width:507px;
	position:relative;
}

#thumbs{
	background-image:url(../images/bg_thumbs.png);
	width:73px;
	height:285px;
	position:absolute;
	top:60px;
	right:141px;
	text-align:center;
	}

#single_thumb{
	padding:12px auto 0 auto;
	}

#detalles_tecnicos{
	width:140px;
	height:286px;
	background-image:url(../images/bg_detalle.png);
	background-repeat:repeat-y;
	text-align:justify;
}

#detalles_tecnicos ul{
	margin:10px;
	padding:0px;
	list-style:url(../images/list_style_detalle.png);
	}
	
#detalles_tecnicos ul li{
	margin-left:15px;
	padding:8px 0px 15px 8px;
	background-image:url(../images/div_detalle.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
	
.txt_37_rojo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#660000;
	font-weight:bold;
	letter-spacing:-100;
	}

