@charset "utf-8";
/* CSS Document */
/****/
/* CSS Look&Feel: tipos, colores, titles, etc. */
/****/
a {
	text-decoration:none;
	color:#333;
}
/****/
p {
	/*font-size:15px;*/
}
/****/
ul {
	list-style-type: disc;
	_list-style-image:url(../images/bullet-disc.gif); /*hack ie6*/
}
ul, ol {
	list-style-position: inside;
}
.ol_alpha {
	list-style-type: lower-alpha;
}
/****/
.black {
	color:black;
}
.grey_dark {
	color:#333;
}
.red {
	color:#BF2025;
}
.green {
	color:#32930b;
}
.white {
	color:#FFF;
}
/****/
.capital {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
/****/
.20 {
	font-size: 20px;
}
.18 {
	font-size: 18px;
}
.16 {
	font-size: 16px;
}
.15 {
	font-size: 15px;
}
.14 {
	font-size: 14px;
}
.13 {
	font-size: 13px;
}
.12 {
	font-size: 12px;
}
.11 {
	font-size: 11px;
}
.10 {
	font-size: 10px;
}
.9 {
	font-size: 9px;
}
.f14 {
	font-size: 14px;
}
.f12 {
	font-size: 12px;
}
/****/
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
/****/
.float-left {
	float:left;
}
.float-right {
	float:right;
}
/****/
.full-width {
	width:100%;
}
/****/
.margen-top10 {
	margin-top: 10px;
}
.margen-top20 {
	margin-top: 20px;
}
.margen-top30 {
	margin-top: 30px;
}
.margen-top40 {
	margin-top: 40px;
}
.margen-top50 {
	margin-top: 50px;
}
.margen-top60 {
	margin-top: 60px;
}
.margen-top120 {
	margin-top: 120px;
}
/****/
.padding-left240 {
	padding-left: 240px;
}
/****/
.margen-left10 {
	margin-left: 10px;
}
.margen-left45 {
	margin-left: 45px;
}
.margen-left60 {
	margin-left: 60px;
}
/****/
.margen-bottom10 {
	margin-bottom: 10px;
}
.margen-bottom20 {
	margin-bottom: 20px;
}
.margen-bottom30 {
	margin-bottom: 30px;
}
.margen-bottom40 {
	margin-bottom: 40px;
}
.margen-bottom50 {
	margin-bottom: 50px;
}
.margen-bottom60 {
	margin-bottom: 60px;
}
.margen-bottom70 {
	margin-bottom: 70px;
}
.margen-bottom80 {
	margin-bottom: 80px;
}
.margen-bottom90 {
	margin-bottom: 90px;
}
.margen-bottom100 {
	margin-bottom: 100px;
}
.margen-bottom110 {
	margin-bottom: 110px;
}
.margen-bottom120 {
	margin-bottom: 110px;
}
.margen-bottom150 {
	margin-bottom: 150px;
}
.margen-bottom200 {
	margin-bottom: 200px;
}
.margen-bottom250 {
	margin-bottom: 250px;
}
/****/
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
/****/
.hidden {
	visibility: hidden;
	}
.visible {
	visibility: visible;
	}
/****/
.dot-red {
	background-image: url(../images/dot-red.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 15px;
}
/****/
.ico-material {
	height:55px;
	text-indent: 70px;
	padding-top: 10px;
	margin-bottom:10px;
	display:block;
}
.ico-material {
	background-image: url(../images/ico_material.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
