div.article_detail {
	/*background-image: url('imgs/secciones/article_detail_back.png');*/
	background-repeat: no-repeat;
	background-position: right top;
}

div.info_articulo {
	color: black;
	line-height: 1.5em;
	text-align: right;
}

span.article_detail_title {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

p.article_detail { /*font-weight : bold;*/
	text-align: justify;
}

a.article_detail_option,a.article_detail_option:hover,a.article_detail_option:visited,a.article_detail_option:active {
	color: black;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.4em;
	vertical-align: bottom;
}

input.article_detail {
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	width: 5em;
}

span.art_detail_col {
	color: red;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom;
}

span.nom_autor {
	color: gray;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}

div.info_col {
	float: right;
	clear: left;
}

div.info_col img {
	width: 10em;
	border: 0em;
	margin-bottom: 0em;
}


