@charset "utf-8";
/* CSS Document */

.txt_generales {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	color: #006600;
}
.txt_generales:hover {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: capitalize;
	color: #009900;
}

.opciones_generales {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1D7DB8;
	text-decoration: none;
}
.opciones_generales:hover {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1D7DB8;
	text-decoration: none;
}

.propiedades {
	height: auto;
	width: auto;
	float: none;
}
.linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD9E1;
}
.txt_propiedades {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #335B84;
	text-decoration: none;
	text-transform: lowercase;
}
.botones {
	height: 20px;
	width: auto;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.botones_inf {
	height: 20px;
	width: auto;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}.imgen {
	height: 87px;
	width: 94px;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 7px;
	margin-left: 6px;
}
h1{
	font-size:180%;
	font-weight:normal;
	color:#555;
}
h2{
	clear:both;
	font-size:160%;
	font-weight:normal;
	color:#555;
	margin:0;
	padding:.5em 0;
}
a{
	text-decoration:none;
	color:#f30;	
}
p{
	clear:both;
	margin:0;
	padding:.5em 0;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;
	overflow:auto;
	height: 800;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}

img{border:none;}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
	float:right;
	display:inline;
	margin-right:10px;
}


#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
.txt_general {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
.txt_general:hover {
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}.imagenes {
	background-image: url(images/basura_12.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.imagenes_img {
	border: 1px solid #FFFFFF;
}
.margenes {
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Futura Lt BT", Futura, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.imgeness {
	height: 75px;
	width: 75px;
	border: thin none #C75107;
	float: left;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 11px;
}