
/* ------------------------------------- */
a:link , a:visited {
	color:#ef0000;
	font-weight:bold;
	line-height: 20px;
	text-align:left;
	text-decoration:none;
}
a:hover {
	color: #aaaaaa;
}
/* ------------------------------------- */
	
	
/* ------------------------------------- */
#maincontainer{
	width: 706px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 0px solid blue;
}

#topsection{
	margin-top:60px;
	
	padding-left:30px;
	padding-right:45px;
	height:58px;
	
	background-image:url('img_bord_top2.jpg');
	background-repeat: no-repeat-x;
	
	border: 0px solid blue;
}
#moco_container{
	color: silver;
	width: 650px;
	margin: 0 auto; 
	border-bottom: 1px solid silver;
}
		
/*- Menu Tabs 6--------------------------- */

	    #tabs6 {


	      background:#000;
	      font-size:93%;
	      line-height:normal;

		  	background-image:url('img_bord_back.jpg');
			border: 0px solid blue;
	      }
	    #tabs6 ul {
			float:right;
			background:#000;
			background:#000;
		  margin:0;
		  padding:29px 0px 0px 0px;
		  list-style:none;
		  border: 0px solid red;
	      }
	    #tabs6 li {
	      display:inline;
	      margin:0;
	      padding:0;
	      }
	    #tabs6 a {
	      float:left;
	      background:url("tableft6.gif") no-repeat left top;
	      margin:0;
	      padding:0 0 0 4px;
	      text-decoration:none;
		  	font-weight:normal;
			color:#333;
	      }
	    #tabs6 a span {

	      display:block;
	      background:url("tabright6.gif") no-repeat right top;
	      padding:5px 15px 4px 6px;
	      color:#efefef;
	      }
	    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	    #tabs6 a span {float:none;}
	    /* End IE5-Mac hack */
	    #tabs6 a:hover span {
	      color:#fff;
	      }
	    #tabs6 a:hover {
	      background-position:0% -42px;
	      }
	    #tabs6 a:hover span {
	      background-position:100% -42px;
	      }
		

/* ------------------------------------- */

#centro_top{
	clear:right;
	border: 0px solid blue;
	height:14px;
	background-image:url('img_bord_centro_top.jpg');
	background-repeat: no-repeat-x;
}
#centro{
	height:330px;
	background-image:url('img_bord_back2.jpg');
	background-repeat: repeat-y no-repeat-x;
	border: 0px solid red;
}
	#frame{
		width:646px;
		height:100%;
		margin-left: 30px; /*Set left margin to LeftColumnWidth*/
		margin-right: 30px; /*Set left margin to LeftColumnWidth*/	
		background-color:#fff;
		border: 0px solid blue;
	}
#centro_bottom{
	border: 0px solid blue;
	height:14px;
	background-image:url('img_bord_centro_bot.jpg');
	background-repeat: no-repeat-x;
}
#footer{
	padding-left:30px;
	padding-right:30px;
	

	height:51px;
	clear: left;
	
	font-size:9px;
	color: #222;
	text-align: center;
	
	background-image:url('img_bord_bottom.jpg');
}	
/* ------------------------------------- */


/* ------------------------------------- */
body {
	margin: 10px 0px 10px 0px;
	background: #aaaaaa;
	background: #ffffff;
	
	font-family: verdana;
	font-size:12px;
	color:black;
}

h1 {
	font-family: verdana;
	font-size:22px;
	color:#222;
}
h2 {
	font-family: verdana;
	font-size:18px;
	color:#555;
}
h3 {
	font-family: verdana;
	font-size:15px;
	color:#888;
}
/* ------------------------------------- */


/* ------------------------------------- */
.bocata{
	border: 0px solid red;
	text-align: center;
	font-size:10px;
	color: black;
	padding: 5px;
	width:90px;
	height:65px;
	background-image:url('bocata.jpg');
	background-repeat: no-repeat;
}

.contenido{
	margin: 10px;
	font-family: verdana;
	font-size:12px;
	color:black;	
}
/* ------------------------------------- */

