
/* Core Styles */
body,td																			{ color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular }
caption																			{ color: black; font-style: normal; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, SunSans-Regular }
th 																				{ color: black; background-color:#333333; color:white; font-style: normal; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, SunSans-Regular }
a 																					 { color: #005b99; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
a:link 																				 { color: #005b99; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
a:visited  																			 { color: #005b99 }
a:hover  																			 { color: #004778; text-decoration: underline }
a:active 																			 { color: #005b99 }

/* Menu Styles */
a:link.menu, a:visited.menu, a:hover.menu, a:active.menu							 { color: white; font-size: 10px; font-family: Arial, Helvetica, SunSans-Regular; font-weight: bold; text-decoration: none; cursor: default; padding-right: 1px; padding-left: 1px }

/* Formularios Styles */
input[type="text"], input[type="password"]   										 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; border: solid 1px #D1EAE0; height: 15px }
.textfield  																		 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; border: solid 1px #D1EAE0; height: 15px }
textarea    																		 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; margin: 0px; border: solid 1px #D1EAE0 }
textarea[name="content"]   															 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; border: solid 1px #D1EAE0; width: 100% }
select, button,input[type="button"],input[type="file"],input[type="submit"],input[type="reset"] 		{ color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; vertical-align: middle }
select[size] 																		 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; border: solid 1px #D1EAE0 }
.roundtextfield 																	 { color: black; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; background-color: white; text-align: left; vertical-align: text-bottom; padding-top: 1px; border-style: solid none solid none; border-width: 1px 0px 1px 0px; border-color: #D1EAE0; width: 180px; height: 17px }
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #D1EAE0; 
	}

.precioproducto {
	font-family: Arial, Helvetica, SunSans-Regular;
	font-size: 11px;
	color: #43A214;
	font-weight:bold;
	}
h3{color:#666666;}
.titulo{color:#cccccc; font:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold;}