body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url('/PadronProveedores/img/fondo.png');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fuente_chica {
	font-family:Arial;
	color: #000000;
	font-size:11px;
}
.fuente_med {
	font-family:Arial;
	color: #000000;
	font-size:12px;
}
.fuente_gde {
	font-family:Arial;
	color: #000000;
	font-size:14px;
}
.fuente_textbox {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-color: #000000;
	border-style:inset;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
.fuente_boton {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-color: #000000;
	border-style:groove;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	cursor:pointer;
}
a {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border:0
}
a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #B61D22;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:link {
    font-size: 11px;
	text-decoration: none;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalPopup p 
{
    padding: 5px;
}
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}
.collapsePanelHeader
{
	width:100%;
	height:30px;
	background-image: url(img/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
.unwatermarked 
{
	height:18px;
	width:148px;
}
.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.textoblanco 
{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
