body {
	margin: 0;
	background:  url(body.jpg);
	font: 0.75em Ubuntu;
	color: #ffffff;
	text-align: center;
     }
div.parent {
  display: flex;

}
div.main {
	width: 1200px;
	background: #9CBF1B;
	margin:0 auto;
	border-right: 1px solid #650;
	border-left: 1px solid #650;
	border-bottom: 1px solid #650;
     }



div.text {
	background: #9CBF1B; /*#9CBF1B; /* #80FF00;*/
	margin:0 auto;
	padding: 5px;
 	text-align: justify;
	height:600px;
	width: 1120px;
	white-space:nowrap;
	overflow:auto;
	display: block;
	
	
}

div.banner {
	width: 1200px;
	height: 192px;
	background: url(logo2.jpg);
	margin: 0;
	text-align: left;
     }

div.menu{
	width: 80px;
	height: 610px;
	background: #5F8C1D;/* #319411;/*#BCFF66;*/
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #650;
	border-right: 1px solid #650;
	overflow: hidden;
}


#nav_list {
	
	text-align:center;
	background: #66FFB2;
	padding:0;
	border-bottom: 1px solid #650;
	margin:0;
}

#nav_list li {
	height:25px;
	text-align:left;
	padding-top:5px;
	margin:0;
	display:block;
	float:left; 
	
}

#nav_list a {
}

.li_nav_body a  {
	font-size: 12px;
	font-family: 'Ubuntu';
	display: block;
	color:#ffffff;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:1;
	width:114px;
	text-align:left;
}


.li_nav_body a:hover {
	
	color: #515151;
	text-decoration: none;
	padding:0;
	margin:1;
	width:114px;
	text-align:left;
}

#sub_nav_list {
	
	text-align:center;
	background: #66FFB2;
	padding:0;
	margin:0;
}

#sub_nav_list li {
	height:25px;
	text-align:left;
	padding-top:5px;
	margin:0;
	display:block;
	float:left; 
	
}

#sub_nav_list a {
}

.li_sub_nav_body a  {
	font-size: 12px;
	font-family: 'Ubuntu';
	display: block;
	color:#ffffff;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:1;
	text-align:left;
}


.li_sub_nav_body a:hover {
	
	color: #515151;
	text-decoration: none;
	padding:0;
	margin:1;
	text-align:left;
}



table.tabla{
	margin: 0;
	
	background-color: #9CBF1B;
	font-family: 'Ubuntu';
	
	color: #515151;
	margin-left:auto; 
   	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:left;
	
}
/*
table.tabla td{
	font-size: 12px;
	font-family: 'Ubuntu';
	height: 30px;
	text-align:left;
}*/
/*
table.tabla td:hover{
	background: #bfebff ;
	color: #eeeeee;
}*/
table.tabla tr{
vertical-align:top;
}
a {
	font-size: 11px;
	font-family: 'Ubuntu';
	color:#515151;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:0;
}

a:hover {
	font-size: 11px;
	font-family: 'Ubuntu';
	color:#515151;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:0;
}

a.link {
	font-size: 12px;
	font-family: 'Ubuntu';
	color:#515151;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:0;
	background: #9CBF1B;
	text-align:left;
}

a.link:hover {
	font-size: 12px;
	font-family: 'Ubuntu';
	color:#ffffff;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:0;
	background: #9CBF1B;
}

a.big {
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#515151;
	text-decoration:none;
	text-indent:0px; 
	font-weight:normal;
	padding:0;
	margin:0;
	background: #9CBF1B;
	text-align:left;
}

a.big:hover {
	font-size: 15px;
	font-family: 'Ubuntu';
	color:#ffffff;
	text-decoration:none;
	text-indent:0px; 
	font-weight:normal;
	padding:0;
	margin:0;
	background: #9CBF1B;
}


#v_list {
	display:block;
	text-align:center;
	background: #fff;
	padding:0;

	margin:0;
}

.center {
margin-left: auto;
margin-right: auto;
}

#v_list li {
	width:45px;
	text-align:center;
	padding:0;
	margin:0;
	display:block;
	float:left; 
}

#v_list a {
}

.li_v_body a  {
	font-size: 12px;
	font-family: 'Ubuntu';
	color:#515151;
	text-decoration:none;
	text-indent:0px; 
	font-weight:bold;
	padding:0;
	margin:0;
	width:45px;
	text-align:left;
}


.li_v_body a:hover {
	
	color: #ffffff;
	text-decoration: none;
	padding:0;
	margin:0;
	width:45px;
	text-align:left;
}

p {
	margin: 0;
	background: #9CBF1B;
	font-size: 15px;
	font-family: 'Ubuntu';
	color: #515151;
	text-align: left;
     }

p.normal {
	margin: 0;
	background: #9CBF1B;
	font-size: 15px;
	font-family: 'Ubuntu';
	color: #515151;
	font-weight:normal;
     }

