.descripcion table {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 16px;
	font-weight: bolder;
}
.banner {
	height: auto;
	width: 800px;
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
body {
	margin: 0px;
	text-align: center;
	background-position: center;
	background-image: url(fondo.png);
	background-repeat: repeat-y;
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
}
.contenido {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 14px;
	color: #336600;
	text-align: justify;
	padding: 15px;
	width: 800px;
	margin:0 auto;
}
.columna {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 14px;
	color: #336600;
	text-align: justify;
	margin: 7px;
	height: auto;
	width: auto;
}

.contenidoh2 {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 20px;
	color: #336600;
}
#header {
	width:800px; 
	margin:0 auto;
}
.logo {
	text-align: center;
}
.menu {
	background-image: url(barrita.png);
	background-repeat:  repeat-x;
	background-position: top center;
	text-align: center;
}
.menu ul li {
	display:inline-block;
	padding:8px 24px;
}
.menu ul li a{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background-color: #37a7ac; 
	padding: 2px 24px; 
	border: 1px solid #fff;
}
.menu ul li a:hover {
	background-color:#2c7e82;
	text-decoration: none;
}
.foto {
	padding: 10px;
	float: left;
	height: auto;
	width: 300px;
}
.fotodos {
	padding: 10px;
	height: auto;
	width: auto;
	text-align: left;
}
.descripcion {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 14px;
	color: #336600;
	text-align: justify;
	padding: 10px;
	height: auto;
	width: auto;
}


.footer {
	font-family: Calibri, "Myriad Pro", "Franklin Gothic Book", "Tw Cen MT";
	font-size: 12px;
	color: #336600;
	text-align: center;
	height: auto;
	width: 100%;
	position: absolute;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.fotito {
	margin: 12px;
	float: right;
	height: auto;
	width: auto;
}
