/***********************************************/
/* 		    		LOFT                      */
/***********************************************/

/***********************************************/
/* HTML ESTILOS                                */
/***********************************************/

/************ ELEMENTOS DE BLOQUE **************/

body {
	background-color: #F27F00;
	margin-top: 0px;
}

H1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
	line-height: 18px;
}
H2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
	line-height: 22px;
}
H3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 18px;
}
H4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#4B4A48;
	text-decoration: none;
	line-height: 22px;
}
H5{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
	line-height: 22px;
}
H6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#252525;
	text-decoration: none;
	line-height: 22px;
}
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #585858;
	text-decoration: none;
	line-height: 18px;
}
a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: #FC0;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	color: #CCC;
}

