@charset "utf-8";

body {
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 1.166;
	padding: 0px;
	background-color: #666666;
	height: 100%;
 /* background: #cccccc url(bg_grad.jpg) fixed;*/
}

#contenedor {
	width: 760px; 
	left: 50%;
	position: relative;
	margin-left: -390px;
	height: 100%;
	margin-top: 100px;
}
#centro1 {
	background-color: #008442;
	height: 40px;
	margin-top: 10px;
}
#menuini  {
	background-color: #008442;
	height: 40px;
	border: solid #006666 1px;
	margin-top: 5px;
	text-align: center;
	padding-top: 15px;

}


#centro2 {
	text-align: center;
}


#encab h1, h2 {
	display: none;
}
#centro {
	width: 600px;
	position: relative;
	margin-left: -300px;
	left: 50%;
	border: solid #666666 1px;
}


html {
	height: 100%;
	margin: 0px;
}


#contenedor #pie2 {
	background-image: url(../images/banerabajo.png);
	background-color: #FFFFFF;
	height: 10%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menuini  a  {
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	background-color: #009B4E;
}
#menuini   a:link  {
	color: #FFFFFF;
}
#menuini   a:visited  {
	color: #DDDDDD;
	background-color: #009148;
}
#menuini   a:hover  {
	color: #FFFFFF;
	background-color: #00A452;
}

