body {
	color: #222;
	font: 0.8em Arial, Helvetica, sans-serif;
}

h1 {
	font: 2em normal Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

#container {
	margin: 0 auto;
	width: 95%;
}

.cabecera_pedido {
	background-image: url(../img/cabecera_pedido.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 100px;
}

table#carro {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
	
	table#carro th {
		background: #006b68;
		color: #fff;
		text-align: left;
		white-space: nowrap;
	}
	
	table#carro th,
	table#carro td {
		padding: 5px 10px;
	}
		table#carro td {
		text-align: right;
	}
	table#carro .item_name {
	text-align: left;
		width: 350px;
	}
	
	table#carro .quantity input {
		text-align: center;
	}
	
	table#carro tr td {
		background: #fff;
	}
	
	table#carro tr.odd td {
		background: #eee;
	}
	
	.center {
		text-align: center;
	}
	
	 a{
	color: #00008b;
	text-decoration: none;
}

a:hover{
	color: #00B394;
	text-decoration: none;
}
.uno{
	width: 113px;
}
.dos{
	width: 180px;
}
.tres{
	width: 230px;
}

table#registro {
	border-collapse: collapse;
	margin-bottom: .5em;
	width: 98%;
}
	
table#registro th {
		background: #006b68;
		color: #fff;
		text-align: left;
		white-space: nowrap;
	}
	
table#registro th,
table#registro td {
		padding: 2px 3px;
	}
		table#registro td {
		text-align: left;
	}
	table#registro tr td {
		background: #fff;
	}
	table#registro tr.odd td {
		background: #eee;
	}

.mensaje_margen{
	    background: #fff6bf url(error.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
	color:#000000;
}
.mensaje_nomargen{
	    background: #eef4d3 url(icon-green.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #90ac13;
    border-bottom: 2px solid #90ac13;
	color:#000000;
}
.messagebox{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #c93;
	background:#ffc;
	padding:1px;
	display: block;
}
.messagebox2{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #c93;
	background:#ffc;
	padding:1px;	display: block;
}
.messageboxok{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:1px;
	font-weight:bold;
	color:#008000;	display: block;
	
}
.messageboxok2{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:1px;
	font-weight:bold;
	color:#008000;	display: block;
	
}
.messageboxerror{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:1px;
	font-weight:bold;
	color:#CC0000;	display: block;
}
.messageboxerror2{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:1px;
	font-weight:bold;
	color:#CC0000;	display: block;
}
.messageboxerror3{
	/*position:absolute;*/
	width:auto;
	margin-left:3px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:1px;
	font-weight:bold;
	color:#CC0000;	display: block;
}
	.icon-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.icon-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC url(icon-yellow.png) 8px 6px no-repeat;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.icon-ok{
		border:solid 1px #90ac13; 
		background:#eef4d3 url(icon-green.png) 8px 6px no-repeat;
		color:#6b800d;
		font-weight:bold;
		padding:4px;
		text-align:center;
		width: 50%;
		margin: 0 auto;
	}
	.icon-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA url(icon-red.png) 8px 6px no-repeat;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
.info{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #00529B;
background-color: #BDE5F8;
background-image: url(info.png);
}


/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap; 
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}
.errFld {
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;	
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;		
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;	
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	display: block;
	color: #CC3300;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}


