@charset "utf-8";
/* CSS Document */
/****/
/* CSS Look&Feel: tipos, colores, titles, etc. */
/****/
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
}
a.read_more {
	text-decoration: none;
	color:  #E50006;
	border-bottom: 1px dashed grey;
}
a.read_more:hover {
	color: black;
}
/****/
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol {
	margin-bottom: 20px;
	line-height: 24px;
}
/****/
blockquote {
	width:auto;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	color: #033;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	/*display: block;
	float:left;*/
	background-image: url(../graphics/blockquote_abre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-right: 18px;*/
	text-indent: 36px;
	line-height: 24px;
}
/****/
ul {
	list-style-image: url(../graphics/bullet.gif);
}
ul, ol {
	list-style-position: inside;
	_list-style-position: outside; /*hack ie6*/
}
.colum-b ul li {
	_text-indent: 20px;  /*hack ie6*/
}

.ol_alpha {
	list-style-type: lower-alpha;
}
/****/
.black {
	color:black;
}
.grey_dark {
	color:#333;
}
.red {
	color: #E50006;
}
.white {
	color:#FFF;
}
.blue_dark {
	color:  #003;
}
/****/
.capital {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
strong {
	color:  #666;
}
.arial {
	font-family: arial;
}
/****/
.32 {
	font-size: 32px;
}
.30 {
	font-size: 30px;
}
.28 {
	font-size: 28px;
}
.26 {
	font-size: 26px;
}
.24 {
	font-size: 24px;
}
.22 {
	font-size: 22px;
}
.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;
}
/****/
.wid_100px {
	width: 100px;
}
/****/
.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-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;
}
/****/
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
/****/
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/****/
.no_bullet {
	list-style: none;
	list-style-image:none;
}

