/* default elements */
body {
background-color:#FFFFFF; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;

}

/*capa de preload*/
#loading {
    background: white;
    display: none; /* hidden */
    position: absolute;    
    /*left: 50%; top: 25%; padding: 20px; border: 2px solid green;*/
	left: 0;
	top: 0;
	z-index:10;   
    width: 100%;
    height: 100%;
	opacity:.50;
	filter: alpha(opacity=50);
    font-weight: bold;
    font-size: large;
    }

#loading img{
	position: absolute; 
	left: 50%;
	top: 35%;
}

#table_01 {
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;   			 /*altura de la capa de contenido*/
    margin-top: -300px;    		 /*le restamos la mitad de la altura*/
    width: 920px;				 /*anchura de la capa de contenido*/
    margin-left: -460px;    	 /*le restamos la mitad de la anchura*/
}


#splash-01-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:920px;
	height:460px;
	/*opacity:0;
	filter: alpha(opacity=0);*/

}

#splash-01-02 {
	position:absolute;
	left:0px;
	top:460px;
	width:62px;
	height:121px;
}
#splash-01-03 {
	position:absolute;
	left:62px;
	top:460px;
	width:589px;
	height:121px;
}

#splash-txt {
	position:absolute;
	left:651px;
	top:460px;
	width:190px;
	height:121px;
}

#splash-txt .azul {
	color: #202035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
}
#splash-txt .link-azul {
	color: #202035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: underline;
	font-weight:bold;
}
#splash-txt a:hover.link-azul {
	color: #4d7900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: underline;
	font-weight:bold;
}
#splash-txt .verde {
	color: #4d7900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
}
#splash-txt a:hover.link-mail {
	color: #202035;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: underline;
}
#splash-txt .link-mail {
	color: #4d7900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: underline;
}


#splash-01-05 {
	position:absolute;
	left:841px;
	top:460px;
	width:79px;
	height:121px;
}

#splash-01-06 {
	position:absolute;
	left:0px;
	top:581px;
	width:45px;
	height:19px;
}

#splash-01-07 {
	position:absolute;
	left:45px;
	top:581px;
	width:17px;
	height:19px;
}

#splash-01-08 {
	position:absolute;
	left:62px;
	top:581px;
	width:804px;
	height:19px;
	background-color: #858F2C;
}

#splash-01-09 {
	position:absolute;
	left:866px;
	top:581px;
	width:17px;
	height:19px;
}

#splash-01-10 {
	position:absolute;
	left:883px;
	top:581px;
	width:37px;
	height:19px;
}


