@charset "utf-8";
/* CSS Document */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 25px;
	color: #0099FF;
}

h2 {
	font-size: 20px;
	color: #0099FF;
}

.URL {
WORD-BREAK:BREAK-ALL;
}
.textoReporte {
font-size:12px;
}
.Errores {
	font-size: 14px;
	color: #FF0000;
}

.msjOk {
	color: #FF6600;
	font-size:20px;
}

.msjOk2 {
	color: #FF6600;
	font-size:14px;
}


a:link {
color: #0099FF;
text-decoration:none;
} 
a:visited {
color: #0099FF;
text-decoration:none;
}
a:hover {
color: #0099FF;
text-decoration:none;
font-weight:bold;
}
a:active {
color: #0099FF;
text-decoration:none;
}

.text1 {
	font-size:14px;
}

.text2 {
	font-size:14px;
}

.text_smll {
	font-size:10px;
}

.loading {
    position:fixed; 
	top: 0px;
	left: 45%;
	background-color:#FF9900;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:3px;
	padding-top:3px;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	display:none;
}


