.formTitulo{background: #59AAE6 !important;text-align: center;display: table-cell; }
.borde{width: 80% !important; border: 2px solid #59AAE6;display: table;height:30px;vertical-align: middle !important;}
.contenedor{border: 2px solid #59AAE6;display: table-row !important;}
#contenedor{display: table-row !important;border: 2px solid #59AAE6}
.columna{display: table-cell;}
	/*section{
				position: relative;
				margin: auto;
				width:1000px;
			}

		h1{
				position: relative;
				margin: auto;
				padding:10px;
				text-align: center;
			}

		form{
				position:relative;
				margin:auto;
				width:300px;
			}

		form input{
				display:inline-block;
				padding:10px;
				width:95%;
				margin:5px;
			}

		form input[type="submit"]{
				position:relative;
				margin:20px auto;
				left:4.5%;

			}*/
			.todo{
			        width: 100%;
			        height: auto;
			        margin-top: 50px !important;
			    }

		
			.mayuscula{	text-transform: uppercase;  }

			
			#estilo5{color:	#FFFF00;background:#0000FF;height:50px	}	
			#estilo1{color:#FF0000;background:#000;height:100px	}	
			#estilo2{color:#000;background:#FAD6A5;height:100px	}
			#estilo3{color:#000;background:#ccc;height:40px	}
			#estilo4{color:#000;background:#eee;height:40px	}

			#foto{
			   /* border: 3px solid #000;
			    position: absolute;
			    width: 100px;
			    height: 100px;*/
			    z-index: 2;
				}
			#enla{
			   /* position: relative;
			    background-color: #336699;
			    color: #fff;
			    width: 100px;
			    height: 100px;
			    padding: 3px;
			    text-align: center;*/
			    z-index: 1;
				}
}
}
}
}
/*


			table
			{
				vertical-align: 
				position:relative;
				margin:auto;
				width:100%;
				left:10%;
			}

			table thead tr th{
				padding:10px;
			}

			table tbody tr td{
				padding:10px;
			}

			.center-block {
			  display: block;
			  margin-left: auto;
			  margin-right: auto;
				}

			.table-container
				{
				    width: 100%;
				    overflow-y: auto;
				    _overflow: auto;
				    margin: 0 0 1em;
				








#tabla_facturas{
width:550px;
text-align: center;
overflow:hidden;
}
#tabla_facturas tr{
border-bottom: 1px solid #C0C0C0;
}
#tabla_facturas button{
background-color: #fff;
color:#7AC143;
border:1px solid #7AC143;
}
.tabla_facturas_archivo{
width:40%;
padding-top:10px;
padding-bottom:10px;
text-align: left;
padding-left: 5px;
}
.tabla_facturas_ver{
width:20%;
}
.tabla_facturas_descargar{
width:20%;
}
.tabla_facturas_imprimir{
width:20%;
}
</style>

<table id="tabla_facturas">
<tr><th style="text-align:left;padding-left:10px;padding-bottom:20px;">Nombre del Archivo</th><th><img src="ImagenesSitio/eye.png" width="15" height="15" /></th><th><img src="ImagenesSitio/download.png" width="15" height="15" /></th><th><img src="ImagenesSitio/print.png" width="15" height="15" /></th></tr>
<?php for($i=0;$i<5;$i++){ ?>
<tr>
<td class="tabla_facturas_archivo"><img src="ImagenesSitio/pdf-icon.png" width="15" height="15" />&nbsp;<span>5845268985.pdf</td><td class="tabla_facturas_ver"><form action="procesar-factura.php" method="post" target="_blank"><input type="hidden" name="id" value="5845268985" /><input type="hidden" name="accion" value="ver" /><button type="submit">Ver</button></form></td><td class="tabla_facturas_descargar"><form action="procesar-factura.php" method="post"><input type="hidden" name="id" value="5845268985" /><input type="hidden" name="accion" value="descargar" /><button type="submit">Descargar</button></form></td><td class="tabla_facturas_imprimir"><form action="procesar-factura.php" method="post" target="_blank"><input type="hidden" name="id" value="5845268985" /><input type="hidden" name="accion" value="imprimir" /><button type="submit">Imprimir</button></form></td>
</tr>
<?php } ?>
</table>


}*/