@charset "iso-8859-1";
/* CSS Document */
/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {
	color: black;
	background: white;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:0 263px;
	margin:0;
	border:0;
	z-index:10;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
====================================================================
*/
strong{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#124080;
	/*color:#990000;*/
	font-weight:bold;
}
h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2569B5;
	/*color:#990000;*/
	font-size:17px;
	letter-spacing:-1px;
}
#error{
	border:#990000 1px dashed;
	background-color:#E3F1FB;
	position:fixed;
	padding:10px;
	width:200px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-50px;
	z-index:100;
	cursor:pointer;
	text-align:center;
}
#mas{
	position:absolute;
	bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000881;
}
#mas a{
	color:#000881;
	text-decoration:none;
}
#mas a:hover{
	color:#006699;
	/*color:#990000;*/
	text-decoration:underline;
}
.menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;	
	/*display:inline-block;*/
	display:block;
	margin:0px;
	padding:0px;
	float:left;
	padding-left:6px;
	padding-right:6px;
}
.menu a{
	text-decoration:none;
	color:#FFFFFF;
}
.menu a:hover{
	text-decoration:underline;
	color:#d1e8ff;
}
/*ul.menu_lista{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
ul.menu_lista li{
	display:block;
	float:left;	
}*/

.current{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
	display:inline-block;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.current a{
	text-decoration:underline;
	color:#FFFFFF;
}
.current a:hover{
	color:#000000;
}

.normal1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	font-size:12px;
}
.normal1 a{
	color:#17569D;
	text-decoration:none;
}
.normal1 a:hover{
	color:#17569D;
	text-decoration:underline;
}
.normal4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	font-size:18px;
	letter-spacing:-0.5px;
}
#aviso{
	position:absolute;
	background-color:#FFFFFF;
	border:#0000FF 1px dotted;
	color:#000000;
	padding:4px; 
	top:0; 
	width:100%; 
	text-align:center;
	opacity: 0.6;  
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
