@font-face {
    font-family: 'open_sansregular';
    src: url('../fuentes/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../fuentes/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fuentes/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fuentes/open-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background: #f4ecce;
	font-family: open_sansregular, sans-serif;
	font-size: 16px;
}

form{
	background: #f3f3f3;
	border-radius:0.3em; 
	border:solid 1px #dedede;
	margin: auto auto 5em auto;	
	padding: 1em;
	width: 800px;
}

form #botones{
	margin-top: 1em;
	text-align: center;
}

form #cabecera{	
}

form #cont-folio{
	position: absolute;
	right: 3em;
	top: 2em;
}

form #contrarecibo{	
	position: absolute;
	right: 3em;
	top:0;
}

form #contrarecibo p{	
	font-size: 1.5em;
	margin: 0;
	text-align: center;
}

form #datos-proveedor{
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

form #documentos{
	border-bottom: 1px solid #dedede;
	padding-top: 0;
}

form #documentos p{
	font-weight: bold;	
	text-align: center;
}

form #logo img{
	width: 280px;
}

form .secciones{
	padding: 0.5em;
	position: relative;
}

h1{
	text-align: center;
	margin: 0.5em 0;
}

input{
	border-radius:5px;
	border:solid 1px #DEDEDE;
	font-size: 1em;
	padding:8px;
	text-align: center;
}

input[type=submit]{
	background:  #7D3005;
	color: #fff;
	/*font-weight: bold;*/
}

input[type=submit]:hover{
	background: #A9611F;
	border: 1px solid #7D3005;
}

input[type=button]{
	background: #7D3005;
	color: #fff;
	/*font-weight: bold;*/
}

input[type=button]:hover{
	background: #A9611F;
	border: 1px solid #7D3005;
}

label{
	font-weight: bold;
}

table{
	text-align: center;
	width: 100%;
}

tbody td:nth-child(1){
	border-right: 1px solid #dedede;
}

tbody td:nth-child(2){
	border-right: 1px solid #dedede;
}

tbody tr:nth-child(even) {
   background-color: #bbcf89;
}

tbody tr:nth-child(odd) {
   background-color: #f3f7ea;
}

th, tr, td{
	padding: 0.3em 0;
}

thead th {
    background: #7D3005;
    color: #fff;
    font-weight: normal;
}

tfoot td:nth-child(2){
	background: #7D3005;
	color: #fff;
	font-weight: normal;
}

tfoot td:nth-child(3){
	background: #7D3005;
	color: #fff;
	font-weight: normal;
}

#add-del{
	height: 34px;
	position: absolute;
	right: 3em;
	top: -0.5em;
	margin: 0;
	padding: 0;
}

#add-del #add{
	font-size: 1.5em;
	margin: 0;
	padding: 0;	
	width: 34px;
	height: 34px;
}

#add-del #del{
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
}

#correo_proveedor{
	margin: 3px 0 3px 27px;
	text-align: left;
	width: 650px;
}

#cont-fecha{
	position: absolute;
	right: 0.5em;
	top:4.6em;	
}

#facturas p{
	display: inline-block;
	margin: 0;
	font-size: 1.2em;
	vertical-align: middle;
}

#fecha_captura{	
	background: #FAFFBD;
	margin: 3px 40px 3px 0;
	width: 100px;
}

#folio{
	background: #FAFFBD;
	width: 100px;
}

#nombre_proveedor{
	margin: 3px 0;
	text-align: left;
	text-transform: uppercase;
	width: 650px;
}

#fecha_pago{	
	margin: 3px 0 3px 41px;	
}