/* TABLA DE FACTURACION */

#facturacion {
	padding: 15px;
	float:right;
	margin: 0;
	width:720px;
}

#tabla {
	margin: 0 auto;
	background-color:#FFF;
}

#tabla_generica {
	margin: 0 auto;
}

#tabla h1 {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 16px;
	font-weight:bold;
	color: #2a517f;
	text-align:center;
	margin-bottom:20px;
}

#tabla h2 {
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 16px;
	color: #2a517f;
	text-align:center;
	margin-bottom:10px; padding-bottom:0;
}

#tabla img {
	height:50px;
	width:50px;
}

#tabla table {
	margin: 0 auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
   	font-size: 12px;
	font-weight:normal;
	color: #2a517f;
	text-align:left;
	margin-bottom:20px;
}

#tabla table td {
	vertical-align:middle;
	border-bottom:1px #b9e3ff solid;
    padding:5px;
}

#tabla table th {
	vertical-align:middle;
	padding:5px;
	border-bottom:1px #b9e3ff solid;
}

#tabla table tr:nth-child(2n) {
	vertical-align:middle;
    background: #FFF;
}
 
#tabla table tr:nth-child(2n+1){
	vertical-align:middle;
    background: #dcf1ff;
}


/* CAMPOS DE FORMULARIO DE FACTURACION */

#tabla form, #tabla fieldset, #tabla input, #tabla button, #tabla textarea {
	padding: 0; border: 0; outline: none;
}

#tabla form {
	margin: 0 auto;
}

#tabla fieldset {
	margin: 0 auto;
	width:0;
}

#tabla input {
	margin: 0 auto;
	width:0;
}

#tabla label {
	margin-right:5px;
}

#tabla input[type=button], #tabla input[type=button]:visited {
	width:100%;
	margin: 0 auto;
	clear: both;
	padding: 5px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_form_button.png);
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
}


#tabla textarea {
	float: left; 
	padding: 5px;
	background: #FFF;
	border: 1px solid #94cef5;
	font-family: sans-serif; 
	font-size:12px;
	color: #369;
	behavior: url(ie-css3.htc);
}
	#tabla textarea::-webkit-input-placeholder {
		width: auto;
    	color: #6699cc;
		behavior: url(ie-css3.htc);
	}
	#tabla textarea:-moz-placeholder {
		width: auto;
	    color: #6699cc;
		behavior: url(ie-css3.htc);
	}

#tabla input[type=checkbox] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	cursor: pointer;
	behavior: url(ie-css3.htc);
}

#tabla input[type=radio] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	cursor: pointer;
	behavior: url(ie-css3.htc);
}

#tabla input[type=file] {
	padding:0;
	border:0;
	outline:0;
	width: auto;
	float:left;
	behavior: url(ie-css3.htc);
	margin: 7px 0 0 0;
}


/* CAPAS PARA BOTONES */

#boton {
	text-align:center;
	margin: 0 auto;
}

#boton input {
	margin: 0 auto;
}

#boton input[type=button], #boton input[type=button]:visited {
	margin: 0 auto;
	text-align:center;
	margin: 2px;
	padding: 2px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_form_button.png);
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
}


/* IDENTIFICACION */

#identificacion {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#b9e3ff;
	float: left;
	width:180px;
	margin: 20px 15px 20px 15px;
}

#identificacion h1 {
   	font-size: 16px;
	font-weight:bold;
	color: #2a517f;
	margin:10px;
	text-align:left;
}

#identificacion h2 {
   	font-size: 13px;
	color: #FFF;
	margin:0 10px 0 10px;
	text-align:left;
}

#identificacion h2 a {
	color: #000;
	text-decoration:underline;
}


#identificacion form {
}

#identificacion form, #identificacion fieldset, #identificacion input, #identificacion textarea, #identificacion button, #identificacion submit {
	margin: 0; padding: 0; border: 0; outline: none;
}

#identificacion label {
	margin:10px 10px 5px 10px;
	font-family: sans-serif; 
	font-size:12px;
	color: #000;
	behavior: url(ie-css3.htc);
}

#identificacion input {
	width:140px;
	margin:0 10px 5px 10px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #94cef5;
	font-family: sans-serif; 
	font-size:12px;
	color: #000;
	behavior: url(ie-css3.htc);
}
	#identificacion input::-webkit-input-placeholder  {
    	color: #999;
		behavior: url(ie-css3.htc);
	}
	#identificacion input:-moz-placeholder {
	    color: #999;
		behavior: url(ie-css3.htc);
	}

#identificacion input:focus, textarea:focus {
	background: #FFF;
	-moz-box-shadow: 1px 1px 1px 1px #94cef5; -webkit-box-shadow: 1px 1px 1px 1px #94cef5; box-shadow: 1px 1px 1px 1px #94cef5;
	color: #369;
	behavior: url(ie-css3.htc);
}

#identificacion input[type=button] {
	width:150px;
	margin:10px;
	text-align:center;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_form_button.png);
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
}

#identificacion input[type=submit] {
	width:150px;
	margin:10px;
	text-align:center;
	background-position: left center;
	background-repeat: no-repeat;
	background-image:url(../images/bg_form_button.png);
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
}

#identificacion input[type=ayuda] {
	background-position: left top;
	background-repeat: repeat-x;
	background-image:url(../images/bg_ayuda.png);
	float:right;
	background-color:#999;
	width:15px;
	color:#FFF;
	font-size: 11px;
	text-transform: uppercase;
	font-family: sans-serif;
	behavior: url(ie-css3.htc);
	cursor: pointer;
	-moz-box-shadow: none; -webkit-box-shadow: none;; box-shadow: none;
	border:none;
}