@charset "utf-8";
/* CSS Document */

div.localizador{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#003366;
	font-weight:bold;
	text-align:right;
	margin-top:7px;
	margin-right:5px;
}
div.video{
	width:502px;
	height:350px;
	background-color:#CCCCCC;
	margin-left:30px;
	margin-top:30px;

}
div.descarga_video{
	width:500px;
	height:100px;
	background-color:#FFFF66;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	border: 1px;
	border-color: #FFCC66;
	border-style: dashed;
	z-index:0;
	text-align: left;
}
div.tit_descarga{
	width:250px;
	text-align:center;
	background-color:#FFCC33;
	position:relative;
	left:5px;
	bottom:10px;
	border: 1px;
	border-color: #FF6633;
	border-style: dashed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	color: #003366;
	z-index:1;
}
table.des_calidad {
	width:490px;
	margin-top: 10px;
	
}
div.des_caracteristicas{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	color:#003366;
	margin-left:5px;
}
td.cel_caracteristicas{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	color:#999999;
	text-align:center;
}
div.caracteristica {
color:#003366;
}
div.en_descarga {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#999999;
	text-align:center;
	margin-top:10px;
}
a.en_descarga{
	text-decoration:none;
}
a.en_descarga:hover {
	text-decoration:underline;
}