
@media print {
    .donotprint {
        display: none;
    }
}

.factura {
	font-size:70%;
}

body {
    margin: 0px;
    padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
input {
	font-size:12px;
}

select {
	font-size:12px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #cf0d28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cf0d28;
}
a:hover {
	text-decoration: underline;
	color: #cf0d28;
}
a:active {
	text-decoration: none;
	color: #cf0d28;
}
.style2 {font-size: 11px; text-align: justify;}
.style3 {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #000058; }
.style4 {font-style: italic; font-family: "Times New Roman", Times, serif; font-size: 14px; color: #000058; text-align: justify;}
.style5 {font-family: "Times New Roman", Times, serif; font-size: 20px; color: #cf0d28; }
.style6 {
	font-size: 10px;
	color: #666666; 
}
.style7 {font-style: italic; font-family: "Times New Roman", Times, serif; font-size: 14px; color: #800000; text-align: justify;}
h1.account_top{
font-size: 10px
    
}

span.header{
font-size: 12px;
background-color: #808080;
color: #FFFFC0
}

a.top{
font-size: 14px;
font-weight: 400;
color: #FFFFFF
}

#top {
    background-image:url(images/background.jpg);
}

table.contenido{
    font-size:14;
}

p.small{
    font-size:10;
}
p.smallest2{
    font-size:8;
}

p.critical{
    font-size:16;
    color:red;
    
}

.number{
    text-align: right;
}
.centrado{
    text-align: center;
}
.colorcell{
    background-color: gray;
    color: white;
    text-align: center;
}
.busqueda {
    background-color : gray; 
    color: white; 
    font-weight: 300;                
}
.bordercolor{
    border-color: blue;
}        
