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

.Select{border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border:0px solid #8BB8DF; padding:1px; margin:1px 0; background:#FFFFFF 50% bottom repeat-x; color:#222222;}
.Input{border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border:0px solid #8BB8DF; padding:2px; margin:1px 0; background:#FFFFFF 50% bottom repeat-x; color:#222222;}
.Boton{border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; padding:0px 5px 0px 5px;}

.ExtiloBordeTabla{border-top-left-radius:6px; border-top-right-radius:6px; border-bottom-left-radius:6px; border-bottom-right-radius:6px; border:0px solid #8BB8DF; padding:1px; background:#8BB8DF 50% bottom repeat-x; color:#FFFFFF; border-collapse:collapse;}

.Borde{font-size:3px;}

.Estilo{font-size:6px;}
.Estilo1{font-weight:normal;}
.Estilo2{font-weight:bold;}
.Estilo3{font-weight:bold;font-style:italic;}
.EstiloGrande{font-size:18px;}

.Gradiente{
	background: -webkit-gradient(linear,center top,center bottom,from(#8BB8DF),to(#DDD));
	background: -moz-linear-gradient(#8BB8DF,#DDD);
	background: linear-gradient(#8BB8DF,#DDD);
}
body{
	/*font-family:"Comic Sans MS", cursive;*/
	font-family:"Times New Roman", Times, serif;
	background-color:#DDD;
	font-size:16px;
	font-weight:600;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #DDD;
}

