@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
		font-family:verdana, arial, helvetica, sans-serif;
		font-size:100.01%;
	}
	html {
		height:100%;
		width:100%;
	}
	body {
	color:#fff;
	background-color:#000;
	font-size:0.8em;
	line-height:1.4em;
	padding:1em 0;
	margin:0;
	}
	a {
		color:#fff;
	}
	h1 {
	font-size:2.2em;
	text-align:left;
	margin:0.4em 0 1.3em 0;
	}
}
	.left, .left_col {
		float:left;
	}
	.right, .right_col {
		float:right;
	}
	.clear {
		clear:both;
	}
	
	.right_col, .left_col{
	width:60%;
	text-align:justify;
	position: absolute;
	top: 0px;
	}
	pre{
		margin:2em 0;
		padding:0.5em;
		background-color:#f9f9f9;
		border:1px dashed #ccc;
	}
	pre span {
		position:relative;
		float:right;
		top:-5px;
		right:-2px;
		color:#d4d4d4;
	}
	pre em {
		color:red;
		font-style: normal;
	}
.rojo {
	width: 100%;
	height: 2px;
	background-color: #930;
}
.producto
 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px dotted #900;
	margin: 15px;
	background-color: #CCC;
	color: #003;
	text-align: justify;
	height: 100%;
}
.producto
 .img {
	float: right;
	display: block;
	padding: 3;
}
.pie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}
