table#tableQuotation {
	width:700px;
}

table#tableQuotationth.articulo,
table#tableQuotation td.articulo {
	width:600px;
} 

table#tableQuotation th
{
	color: white;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	/*background-color: #419625;*/
	background: url(../img/fichas-top-bg.png) repeat-x #006700;
}

table#tableQuotation td.cantidad input{
	
	width:30px;
	text-align:right;
	margin-bottom: 0 0 12px 0;
	padding: 5px;
	border: 2px solid #DADADA;
	border-radius: 5px;
	font-size: 15px;
}




table#tableQuotation td.cantidad,
table#tableQuotation td.accion
{
	text-align:center;
}


table#tableQuotation th.precio
{
	width:100px;
}

table#tableQuotation td.precio
{
	width:100px;
	text-align:right;
	
}

table#tableQuotation td.preciosIVA
{
	
	text-align:center;
	font-size:9pt;
	
}

/** Informacion de la cotizacion **/

div#infoQuotation {
	background: url(../img/quotation-bg.png) no-repeat;
	position:relative;
	padding-top: 5px;
	font-size:7pt;
	font-weight:bold;
	width: 180px;
	height: 70px;
	margin-left: 20px;
	
}
div#infoQuotation a{
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 49px;
	color:#ffffff;
	font-size:8pt;	

}
div#infoQuotation a:hover{
	text-decoration: underline;	
	}

#showpreciodetail {
	background: url(../img/show-precio-bg.png) no-repeat;
	width: 176px;
	height: 40px;
	position: relative;
	padding-top: 20px;
	color:white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	float:left;
	margin: 0 0 0 415px;
}

.quotMessage {
	background-color: #FFFFD7;
    border: 1px solid #F9C700;
	padding:5px;
	font-size:9pt;
	width:80%;
	margin:10px auto;
	text-align:center;
	
}

div#infoQuotation span#numArt {
	background:#ffffff;
	padding:2px;
	font-size:7pt;
	font-weight:normal;
	margin-left:4px;
}

/** Datos del Cliente **/

#personalDataForms {
	margin:0 auto;
	width:710px;
}

#personalDataForms .lastInput{
	margin-bottom:5px;
}
.formItem label {
	display:block;
	float:left;
	padding-right:2px;
	text-align:right;
	width:150px;
}

.fieldset  {
	background:#F3F5F7;
	border:2px solid #FF0000;
	margin:15px auto;
	padding:15px 5px;
	position:relative;
	width:80%;
}

#personalDataForms div#clientGenerals {
	float:left;
}
#personalDataForms div#clientAdress {
	float:right;
}

div#clientComments {
	clear:both;
	width:700px;
	margin:0px auto;
	border:medium none;
	padding:0;
}


div#clientComments label {
	padding:3px 0 3px 3px;
	width:80px;
	
}

div#clientComments textarea {

	width:680px;
	height:100px;
	display:block;
	
	margin-bottom: 0 0 12px 0;
	padding: 5px;
	border: 2px solid #DADADA;
	border-radius: 5px;
	font-size: 15px;
}

div#clientComments .legend {
	background: url(../img/fichas-top-bg.png) repeat-x;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
	height:30px;
}

div#clientComments .formItem {
	padding:3px 5px;
}



/*****/

div#clientGenerals {
	border:medium none;
	padding:0;
	width:333px;
}
div#clientGenerals label {
	padding:3px 0 3px 3px;
	width:80px;
	
}
span.sInput {
	display:block;
	float:left;
	padding:3px 0 3px 3px;
	width:80px;
}
div#clientGenerals input {
	margin-bottom: 0 0 12px 0;
	padding: 5px;
	border: 2px solid #DADADA;
	border-radius: 5px;
	font-size: 15px;
	width:225px;
}

div#clientGenerals .legend {
	background: url(../img/fichas-top-bg.png) repeat-x;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
	height:30px;
}

div#clientGenerals .formItem {
	padding:3px 5px;
}

div#clientAdress {
	border:medium none;
	padding:0;
	width:370px;
}
div#clientAdress label {
	padding:3px 0 3px 3px;
	width:125px;
	
}
div#clientAdress input {
	margin-bottom: 0 0 12px 0;
	padding: 5px;
	border: 2px solid #DADADA;
	border-radius: 5px;
	font-size: 15px;
	
	
	width:215px;
}
div#clientAdress select {
	padding:3px;	
}
div#clientAdress select.ccType {
	width:auto;
}
div#clientAdress select.ccYear {
	width:60px;
}
div#clientAdress select.ccMonth {
	width:40px;
}
div#clientAdress .legend {
	background: url(../img/fichas-top-bg.png) repeat-x;
	height: 30px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px 10px;
}
div#clientAdress .formItem {
	padding:3px 5px;
}

.quotLabel{ font-weight:bold;}

.printButton{
 width:150px;
 margin:10px auto 10px auto;	
}

.titleQuotation {
	color:white;
	font-size: 14px;
	text-align: center;
}

div#itemsEnCarrito { 

    position: absolute;
    right: 39px;
    text-align: right;
    top: 28px;
}
div#itemsEnCarrito span{ color:#ffffff; font-size:17pt; }

