* {
	margin: 0 auto 0 auto;
	padding: 0;
}

body {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	color:#333;
	width: 100%;
	height: 100%;
}

a {
	color: #144200;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	line-height: 20px;
}

ul {
	margin-left: 15px;
	color: #719f61;
	line-height: 20px;
}

ul li {
	margin-bottom: 5px;
}
h1 {
	color: #76b85e;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 33px;
}
h3 {
	padding-bottom: 15px;
	font-family: arial;
	font-size: 18px;
}
#contenedor {
	width: 100%;
	background-color: #144200;
	/*margin: 0 auto;*/
}

#cabecera {
	width: 100%;
	height: 250px;
	margin:0 auto 0 auto;
	background-color: #fff;
}

#cuerpo {
	background-color: #fff;
}

#centro {
	width: 962px;
	margin:0 auto 0 auto;
}
#titulo {
	width: 400px;
	float:left;
}
#copete {
	width: 562px;
	float:left;
}
#banner {
	clear: both;
}
#banner-img {
	float: left;
	width: 598px;
	height: 171px;
}
#banner-flash {
	float: right;
	width: 353px;
	height: 171px;
	margin-left: 11px;
}
#contenido {
	width: 962px; 
	clear: both;
}
.columna {
	float: left;
	width: 353px;
	margin-left: 11px;
	margin-top: 20px;
}
.columna1 {
	float: left;
	width: 353px;
	margin-left: 245px;
	margin-top: 20px;
}
#pie {
	clear: both;
	background-color: #ccc;
	text-align: center;
	height: 110px;
}

.left {
	float: left;
}
.right {
	float: right;
}
