@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@font-face {
 font-family: "Fecha";
 src: url(../fuentes/fecha.otf) format("opentype");
}
@font-face {
 font-family: "Titulo";
 src: url(../fuentes/titulo.otf) format("opentype");
}
body {
	line-height: 1;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color:#BAC2E6;
	font-family: Arial, Helvetica, sans-serif;
}
body#ver{
	background-image:none;
	background-color:#FFF;
	line-height:30px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#barraHeader {
	left:50%;
	margin-left:-470px;
	position:absolute;
	top:124px;
	color:#FFF;
	font-family:"Fecha";
}
#contenido {
	width: 1000px;
	margin: 0 auto;
}
#contenido #contenidos {
	padding:30px;
}
#header {
	margin-bottom: 20px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
}

#header a{
	color:#FFF;
}
.factura {
	background-image:url(../img/factura.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	height:140px;
	margin-bottom:20px;
	width:390px;
	text-align:left;
	padding-left:100px;
}
h2, .numero {
	font-weight: normal;
	font-family:"Titulo";
	font-size:28px;
	padding-top:6px;
	margin-bottom:12px;
}
.factura .contenidos {
	float:left;
}
.factura .iconos {
float:right;
padding-top:36px;
margin-left:31px;
}
#footer {
	background-color:#566398;
	background-image:url(../img/fondo-footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:125px;
	padding-bottom:20px;
	padding-top:60px;
	font-size:12px;
	clear:both;
	
}
#footer .infoCoop {
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:10px 10px 10px 10px;
	padding:5px 40px 5px 30px;
	text-align:right;
}
#footer .infoReweb {
	border-right:1px dotted #CCCCCC;
	float:left;
	margin:10px 0;
	padding-left:27px;
	padding-right:33px;
	padding-top:11px;
}
#footer #contenido {
left:50%;
margin-left:-329px;
position:absolute;
}
#nivelDique {
	float:right;
}
#facturas .tabla{
	min-height:425px;
}

* html #facturas .tabla{
	height:100%;
}

.columna2 .infoSuministro .numero {
	font-size:20px;
}
.columna2 .infoSuministro .direccion {
	font-size:13px;
}
.columna2 .infoSuministro {
	background-image: url(/img/suministro.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	width:156px;
	padding-top:8px;
	padding-left:8px;
}
