/* ======================================================
  Inmofactory, version 29-02-2004
	 © Copyright 2004 by Inmofactory. all rights reserved. 

	 ---------------------------------------------------

====================================================== */


/* ------------------------------------------------------
   Default HTML element definitions
------------------------------------------------------ */

/* 
Resetting default browser styles on all elements 
Not working in IE 4.0 though, but a nice thing to do anyway 
for future references.
*/
*{margin:0px;padding:0px;}

/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form{margin:0px;}

/* default font */
body {
font: 12px  Arial, tahoma, Geneva, Helvetica, sans-serif; 
color: #000;
font-size-adjust: 0.51; 
vertical-align:middle;
height:100%;
background-color:#000066;
text-align:center; /* center all elemnts inside body*/
margin: 2px 2px; /* setting top and bottom margin */
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #0434B1;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #0434B1;
scrollbar-arrow-color: #0434B1;
scrollbar-track-color: #FFFFFF;
	overflow-y: auto;
}

.bar-headhover {
	font-size : 12px;
	padding : 10px 1px 10px 1px;
	margin: 10px 1px 3px 1px;
	text-decoration : none;
	line-height : 25px;
	color : #666666;  
}


.globalcontainer{
text-align:left;
margin: 0px auto;
width:768px;
height : 456px;
border: 2px solid #333399;
background-color : #FFFFFF;
}


/*Div*/
div.bdyly {
	overflow-y: auto;
	position: relative;
	left: 2px;
	top: 3px;
	width:453px;
	height : 285px;
	z-index:1;
	background: transparent;
	visibility: visible;
}
div.bdylyBg {
	overflow-y: auto;
	position: relative;
	left: 2px;
	top: 3px;
	width:648px;
	height : 295px;
	z-index:1;
	background: transparent;
	visibility: visible;
}

.top03 {
	background-image : url(img/03.gif);
	background-repeat : repeat-x;
}
.containerInt {
	background : #FFFFFF;
	width : 680px;
	height: 340px;
	margin: 10px 10px 10px 10px;
}
/*Textos */
.pestBase, .pestActType, .pestDesatType, .legal, .textos  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
/*Pestañas*/
 .pestAct{
	font-size : 10px;
	white-space : nowrap;
	background-image : url(img/05.gif);
	background-repeat : repeat-x;
	background-color: #FFFFFF;
	text-align : center;
}
 .pestDesat {
 	font-size : 10px;
	white-space : nowrap;
	background-image : url(img/05.gif);
	background-repeat : repeat-x;
	background-color: #E1DED9;
	border-bottom: 1px solid #333399;
	text-align : center;
}

.pestActType {
	color:#0434B1;
	text-align : center;
	font-weight : bold;
	text-decoration : none;
}
.pestDesatType {
	color:#0434B1;
	text-align : center;
		text-decoration : none;	
		padding: 0px 1px 0px 1px;
}
.pestDesatType:hover {
	color:#FF9933;
	text-align : center;
}

/* */
.legal {
	color : #999999;
	font-size : 9px;
	text-align : center;
	padding: 1px 3px 5px 1px;
}
/*textos secciones */
.textos {
	color:#333399;
	line-height : 20px;
	text-align : justify;
	font-size : 10px;
	vertical-align : top;
		text-decoration : none;
}
.textos:link {
	text-decoration : none;
	font-weight : bold;
	margin-right: 0px;
	padding-right: 0px;
}
.textos:hover {
	text-decoration : none;
	font-weight : bold;
	color: #666666;
}
/*E-mail */
.eMail {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: #0434B1;
	font-weight : bold;
}
.eMail:hover {
	color: #666666;
}

