/* CSS Document */
.firma { font-family: "MistralRegular"; Verdana; }
@font-face {
   font-family: 'MistralRegular';
    src: url('http://scitecnologia.com/fonts/mistral/mistral-webfont.eot');
    src: url('http://scitecnologia.com/fonts/mistral/mistral-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://scitecnologia.com/fonts/mistral/mistral-webfont.woff') format('woff'),
         url('http://scitecnologia.com/fonts/mistral/mistral-webfont.ttf') format('truetype'),
         url('http://scitecnologia.com/fonts/mistral/mistral-webfont.svg#MistralRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { background-color:#509CD6; background-attachment:fixed; background-image:url(fondo-body.jpg); background-repeat:no-repeat; background-position:top; 
}
body, td, th,p{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}
ul{list-style-type:none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000; background-color: #00CC66;
}
a:active {
	text-decoration: none;
	color: #000000;}
.Estilo2 {	font-size: 12px;font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Estilo3 {font-family:Verdana, Arial, Helvetica, sans-serif;}
.Estilo5 {
	font-family: "Lucida Calligraphy";
	font-weight: bold;
	color: #0000CC;
}
.Estilo8 {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold; }
.Estilo12 {	color: #3300FF;	font-size: 15px;
}
.Estilo17 {font-size: 13px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000; }
.Estilo19 {font-size: 12px; font-weight: bold; }
.Estilo23 {	font-size: 13;	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
.Estilo27 {color: #000099}
.Estilo30 {font-size: 10px}
.Estilo31 {	font-size: 10px;font-weight: bold;
}
.Estilo32 {	font-size: 14px; font:"Lucida Calligraphy";	color: #009933; font-weight:bold;
}
.table{ background-image:url(fondo.JPG); background-repeat:repeat;}

/*----MAIN PANEL----*/
#mainPan{width:550px; position:relative; margin:0 auto; padding:0px;}

/*----Menu Panel----*/
#menuPan{width:550px; height:33px;  position: relative; margin:0 auto;}
#menuPan ul{width:550px; height:28px; position:absolute; top:2px; left:8px; }
#menuPan ul li{width:100px; height:28px; float:left;}
#menuPan ul li a{width:100px; height:28px; display:block; background:#1375C0; color: #fff; border-right:1px dashed #969260; font:12px/24px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
#menuPan ul li a:hover{width:100px; height:28px; background:#86CF42; color:#1375C0; border:none; text-decoration:none;}

#menuPan ul li.home{width:100px; height:28px; background:#86CF42; color:#fff; font:12px/24px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; border:none; text-decoration:none;}

#menuPan ul li.contact a{width:100px; height:28px; display:block; background:#1375C0; color:#fff; border:none; font:12px/24px Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
#menuPan ul li.contact a:hover{width:100px; height:28px; background:#86CF42; color:#1375C0; border:none; text-decoration:none;}
