@charset "utf-8";
/* CSS Document */

div.titulo{
	width:250px;
	text-align:center;
	background-color:#FFCC00;
	position:relative;
	bottom:0px;
	top:7px;
	left:5px;
	bottom:10px;
	border: 1px;
	border-color: #FF0000;
	border-style: dotted;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	color: #006699;
	z-index:1;
	margin-top:10px;
	margin-left:30px;
}
div.caja{
	margin-left:30px;
	margin-bottom:10px;
	padding:6px;
	position:relative;
	width:500px;
	background-color:#FFDC51;
	border: 1px;
	border-color: #000000;
	border-style: dashed;
	z-index:0;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #0033CC;

}
table.des_tuto{
 width:100%;
 border:0px;
 margin-bottom:4px;
 margin-top:5px;
}
td.descripcion{
	width: 350px;
	font-size:10px;
	text-align:justify;
	padding:6px;
	padding-right:10px;
}
td.foto{
	border-right:2px;
	border-right-color:#000000;
	border-right-style:solid;
	text-align:center;

}
a.enVacio{
text-decoration:none;
}
a.enVacio:visited{
text-decoration:none;
}
a.enVacio:active{
text-decoration:none;
}
a.enVacio:hover{
text-decoration:none;
}
div.copyright{
margin-top:10px;
color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	text-align:center;

}
.img{
width:100px;
height:75px;
border:#000000 1px dashed;
margin-top:5px;
}
table.cuadrito{
margin-top:10px;
width:250px;
margin-left:140px;
border:0px;
	color:#009999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
td.cuad_izq{
background-image:url(../imagenes/rec_cuad_izq.png);
width:4px;
height:21px;
}
td.cuad_der{
background-image:url(../imagenes/rec_cuad_der.png);
width:4px;
height:21px;
}
td.cuad_cnt{
background-image:url(../imagenes/rec_cuad_cnt.png);
line-height:21px;
width:242px;
text-align:center;
}
input.frmTXT{
	width:20px;
	height:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	text-align:left;
	font-size: small;
	background-image:url(../imagenes/formularios/frmCaracteristicasFondo.gif);
	border-color:#FF6600;
	border-width: 1px;
	border-style: dashed;
	text-align:center;
}
a.enVacio_2{
text-decoration:none;

	color:#009999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;

}
a.enVacio_2:visited{
text-decoration:none;
}
a.enVacio_2:active{
text-decoration:none;
}
a.enVacio_2:hover{
text-decoration:underline;
}
div.copyright{
margin-top:10px;
margin-bottom:20px;
color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	text-align:center;

}