/*

	Glef Nutrición Deportiva
	
	. website | css | text.css
	
	..
	2012 © Kazuu
	www.kazuu.com.ar

*/
#html-text {
	position:relative;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
}
#html-text > h3 {
	font-size: 16px;
	font-weight:bold;
	color:#3d3d3d;
	margin-bottom: 5px;
}
#html-text > h3 small {
	font-size: 14px;
	color: #656565;
}
#html-text > p {
	font-size:13px;
	color:#656565;
	line-height:15px;
	margin-bottom:20px;
}
#html-text > p:last-child {
	margin-bottom:0px;
}
#html-text > img {
	display: block;
	margin-bottom:15px;
}
#html-text > p em {
	color:#3d3d3d;
}
#html-text > p strong {
	color:#3d3d3d;
	font-weight:bold;
}
#html-text > p small {
	font-family: Tahoma;
	font-size:11px;
	color:#7b7b7b;
}
#html-text > p a {
	color: #2599cf;
	text-decoration: underline;
}
#html-text > p a:hover {
	background-color: #e3e3e3;
}

@media only screen and (max-width: 960px)
{
	#html-text {
		height:auto;
		overflow:hidden;
		overflow-x:hidden;
	}
	#html-text * {
		text-align: left !important;
		line-height: 1.4em !important;
	}

	#html-text p {
		font-size:16px;
		text-align: left !important;
	}

	#html-text > h3 {
		font-size: 23px;
		margin-top: 35px;
		margin-bottom: 10px;
		text-align: left !important;
	}
	#html-text > h3 small {
		font-size: 16px;
	}

}
