<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.form-group {
	margin: 0px;
}		
.control-label {
	font-weight: normal;
	color:#666666; 
}
.TablaScreenCatalogo {
	border-right:1px solid #EEEEEE;
	border-left :1px solid #EEEEEE;
	background-color: #f7f7f7;
	padding-left:     14px;
	padding-right:    14px;	
}		
.HeaderScreenCatalogo {
	margin-top:      0px;
	margin-left:     0px;
	margin-right:    0px;
	margin-bottom:  30px;	
	padding:       5px;
	padding-left:       15px;

	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

	
	font-family: "Raleway", Helvetica, sans-serif;
	font-size  : 16px;
	background-color: #a00000;
	color : #ffffff;	
}
.LabelScreenCatalogo {
	border : 1px solid #E5E5E5;
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	margin-bottom:  30px;	
	padding:       5px;
	padding-left:       15px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	font-family: "Raleway", Helvetica, sans-serif;
	font-size  : 13px;
	background-color: #E5E5E5;
	color : #333333;	
}	
.ThumbProductoScreenCatalogo {
	border:1px solid #DCDCDC;
	margin: 1px;
}	
.FooterScreenCatalogo {
	margin-left:     0px;
	margin-right:    0px;
	margin-bottom:   0px;		
	padding:         5px;
	padding-left:    0px;
	
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	font-weight: 100;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size  : 13px;
	background-color: #eeeeee;
	color : #ffffff;	
	text-align: right;
}	
.FootWindow {
	margin-left:     0px;
	margin-right:    0px;
	margin-bottom:   0px;		
	padding:         5px;
	padding-left:    0px;
	border-bottom:1px solid #eeeeee;
}
.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 100;
    width: 200px;
    min-height: 40px;
    margin: 1px;
}
.custom-input-file:hover {
    background-color: #5a5a5a;
    color: #fff;
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
.custom-input-file .archivo {
    background-color: #fff;
    color: #5a5a5a;
    font-size: 7pt;
    overflow: hidden;
}
.custom-input-file:hover .archivo {
    background-color: #5a5a5a;
    color: #fff;   
}

</pre></body></html>