body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#CCCCOO;
	//background-image:  url("../images/bg_grad.jpg");
	background-attachment: fixed;
	font-size:11px;
	
}

a.link_order{
	color:#FFFFFF;

}

strong.etiqueta_form{
	color:#000000;
	font-family: 12px arial  #0000ff;
	font-weight:bold;
	//font-size:12px;
	
}

#tabla_ingreso_usuario{
	background-color:#FFFFFF;
	border:0px;
        //background-image:url(../images/bg_grad.jpg);
	font-size:11px;
	margin-left:10px;
	margin-right:5px;
	

}
#celda_encabezado{
	background-color:#DCDCDC;
	//background-image:url(../images/nav_bg.png);
	font-size:11px;
	
}

input.boton_servicio{
	width:170px;
	background-color:#000066;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	height:50px;
	border:solid 1px #990000;


}
.Estilo2 {color: #FFFFFF}
.Estilo4 {font-family: Arial,sans-serif; color: #000000; font-weight: bold; font-size:12px;}

tr.fila_encabezado{
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	align:center;
	border:1px;
	

}



td.cabecera{
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
	font-size:11px;
	font-weight:bold;

}

td.columna{

	background-color:#CCCCff;

}

tr.fila_resultados{
background-color:#ffffff;
font-weight:bold;
font-size:11px;



}

td.etiqueta{
	color:#FFFFFF;
	font-size:11px;

}
a{
	color: #FF3300;
	text-decoration: none;
	font-size:11px;
	
}

input[type="text"]{
	height:20px;
	font-size:12px;
        //para mayusculas
	//text-transform:uppercase;
	border-radius: 15px;
	border: 1px solid #39C;
	background-color:#FFFFFF;
	

}

input[type="password"]{
	height:20px;
	font-size:12px;
        //para mayusculas
	//text-transform:uppercase;
	border-radius: 15px;
	border: 1px solid #39C;
	background-color:#FFFFFF;
	

}

input[type="number"]{
	height:20px;
	font-size:12px;
        //para mayusculas
	//text-transform:uppercase;
	border-radius: 15px;
	border: 1px solid #39C;
	background-color:#FFFFFF;
	

}

input[type="checkbox"]{

	width: 24px; 
	height: 24px;
	background-color:#39c;
	//opacity: 50%;
	//cursor: pointer;
	color:#00ff00;


}
input[type="radio"]{

	width: 24px; 
	height: 24px;
	background-color:#39c;
	

}

button.crud{
	height:30px;
	width:130px;
	font-size:20px;

}

button{
	height:25px;
	//width:42;
	font-size:12px;

}

img.icono{
	width:11px;
	height:11px;

}
select{
	height:25px;
	font-size:11px;

}