/* FORMULARIOS ****************************************************/
#Detalle{
	margin:10px 10px 0px 10px;
	line-height:20px;
	text-align:left;
}
#Detalle .CajaInterior{
	padding:10px;
}
#Detalle .CajaInterior table{
	font-size:0.8em;
	width:100%;
}
#Detalle .CajaInterior table a{
	color:#fc0;
	border-bottom:1px dashed #fc0;
}
#Detalle .CajaInterior table a:hover{
	border-bottom:0px dashed #fc0;
}
#Detalle .CajaInterior table caption{
	color:#fc0;
	font-weight:bold;
	height:30px;
}
#Detalle .CajaInterior table tr{
	vertical-align:top;
}
#Detalle .CajaInterior table tr td.campo{
	color:#5e563b;
	padding-right:10px;
	width:100px;
}
#Detalle .CajaInterior table tr td.valor{
	color:#fff;
	padding-right:10px;
}
#Detalle .CajaInterior table tr td.imagen{
	text-align:right;
}
#Detalle .CajaInterior ol{
	color:#fc0;
	font-weight:bold;
	list-style:decimal;
	padding:0px 0px 0px 35px;
}
#Detalle .CajaInterior ol li{
}
#Detalle .CajaInterior ol li a{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
}
#Detalle .CajaInterior ol li a:hover{
	border-bottom:1px dashed #fff;
}



#CajaLogin{
	margin:10px 10px 10px 10px;
	line-height:20px;
	width:900px;
}

#CajaLogin .CajaInterior{
	padding:10px;
	height:300px;
}
#CajaLogin .CajaInterior table{
	font-size:1.2em;
	width:50%;
	float:left;	
}
#CajaLogin .CajaInterior table a{
	color:#fc0;
	border-bottom:1px dashed #fc0;
}
#CajaLogin .CajaInterior table a:hover{
	border-bottom:0px dashed #fc0;
}
#CajaLogin .CajaInterior table caption{
	color:#fc0;
	font-weight:bold;
	height:30px;
}
#CajaLogin .CajaInterior table tr{
	vertical-align:top;
}
#CajaLogin .CajaInterior table tr td.campo{
	color:#5e563b;	
	width:100px;
	padding: 0 10px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#CajaLogin .CajaInterior table tr td.valor{
	color:#fff;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;	
}
#CajaLogin .CajaInterior table tr td.imagen{
	text-align:right;
}

#CajaLogin .CajaTexto
{
	float:right;
	width: 250px;
} 
#CajaLogin .CajaInterior ol{
	color:#fc0;
	font-weight:bold;
	list-style:decimal;
	padding:0px 0px 0px 35px;
}
#CajaLogin .CajaInterior ol li{
}
#CajaLogin .CajaInterior ol li a{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
}
#CajaLogin .CajaInterior ol li a:hover{
	border-bottom:1px dashed #fff;
}


input, select, textarea{ background:#000000; border:1px solid #5e563b; color:#666; font-family:Arial, Helvetica, sans-serif; padding:2px; }
input:focus, select:focus, textarea:focus{ background:#fff; border:1px solid #5e563b; color:#000; }
input.checkbox, input.radio{ background:none; border:none; }
