/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	 color:#666666; 
}
body {
	background: url(../images/defaults/background.jpg) repeat-x top; 
}

img {
	vertical-align:bottom;
	border: none;
}
.left{ float:left;}
.right{ float:right;}

.clear {
	clear: both;
}

h1{ 
	font-size:18px; 
	color:#000000;
	padding:10px 0 15px;
}

h4{
	font-size: 12px;
	padding:2px 0;
	font-weight:bold;
	
}

p{ color:#666666; padding:5px 0; font-size:11px;}

a{ color:#666666; text-decoration:underline }
a:hover{color:#006699; text-decoration: underline}

a.naranja{ color:#F05D11; }

a.celeste{ color:#009CDF; }

a.morado{ color:#5258A1; }

a.rojo{ color:#B50013; }

a.verde{ color:#92BE27; }

a.azul{ color:#0863B0; }

a.amarillo{ color:#FFB329;}

a.naranja:hover, a.celeste:hover, a.morado:hover, a.rojo:hover, a.verde:hover, a.azul:hover, a.amarillo:hover{ color:#666666}







/* GENERAL DEFINITIONS ENDS */



#MainContainer-secundary{
	background:url(../images/defaults/normal_page_background.jpg) no-repeat center top;
	width:1044px;
	padding-left:10px;
	margin:0 auto;
} 
/* TOP STARTS */
#Top {
	margin: 0 auto;	
	height:130px;
	padding:15px 0 0 58px; 
	 

}

ul#MenuTop{ 
 float: left;
	 position: relative;
	 top: 80px;
	list-style:none;
	width:500px;
	padding:15px 0 0 20px;
}
ul#MenuTop li{ 
	display:block; 
	font-size:12px;
	float:left;
	font-weight:bold;
}
ul#MenuTop li a{
	 background:url(../images/defaults/arrow.gif) no-repeat 0 3px; 
	 text-decoration:none; 
	 color:#999999; 
 	padding:0 15px; 
} 
ul#MenuTop li a:hover{ 
	background: url(../images/defaults/arrow_dark.gif) no-repeat 0 3px; 
	color:#666666; 
	text-decoration:underline
} 
/* TOP ENDS */

/* MAIN PAGE STARTS */

.contentText{
	 width: 800px;
	 height: auto;
	  display: block;
	  margin: 0 auto;
}

#CenterContent{
	margin:0 auto;
	width:975px;
	padding:10px 35px 0 33px;
	clear:both;

}

/* MAIN PAGE ENDS */

#bottom{
margin: 0 auto;
	width: 953px;
	height: 120px;
	text-align:center;
	font-size:11px;
	color:#999999;
	padding-top:50px;
	 background-image: url(../images/defaults/bg-footer.jpg);
	 background-position: top;
	 background-repeat: no-repeat;
}





/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 975px;
	text-align:center;
	font-size:11px;
	color:#999999;
	padding:25px 0;
}
#Footer ul{ 
	list-style:none;
	text-align:center;  
	margin:0 auto;
}
#Footer ul li{ display:inline}
#Footer ul li a{color:#999999; text-decoration:none;}
#Footer ul li a:hover{color:#006699; text-decoration: underline}
p.copyright{
	font-size:11px;
	color:#999999;
}
/* FOOTER ENDS*/


/*LOGO BOX*/
#LogoBox{ 
	width:150px;  height: 74px;
  position: relative;
  left: -40px;
  top: 0px;
  float: left;
  display: block;


}
.firstlogo{
	position: absolute;
	top: 0;
	left: 0;
}
.nextlogo{
	display: none;
	position:  absolute;
	top: 0;
	left: 0;
}
