@charset "iso-8859-1";
/* CSS Document */
body {
	font-family:Tahoma;
	font-size:2px;
	color:#cde4ca;
}
h1, h2 {
	font-family:Arial;
	color: #FFF;
	text-decoration: none;
	background-color: #23411d;
	background-image:url(h1.png);
	background-repeat: no-repeat;
	background-repeat:repeat-y;
	background-position: left;
	padding: 3px 0px 3px 30px;
}
h3, h4, h5, h6 {
	font-family:Arial;
}
#todo {
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-family:Tahoma;
	color:#000;
}
#todo a {
	text-decoration:none;
}
#banner {
	padding: 40px 0px 0px 50px;
	height: 142px;
	border-bottom:#7bb56b solid 2px;
}
#anima {
	height:85px;
	background-color:#000;
	border-top:#000 solid 2px;
	border-bottom:#000 solid 2px;
	margin-bottom:2px;
}
#menu {
	height:34px;
	background-color: #23411d;
	color:#FFF;
	font-family:"Century Gothic";
	font-weight:bold;
	margin:0 auto;
	text-align:center;
/*	padding-top:6px;
*/}
#contenido {
	padding:20px;
}
#menu2 {
	position: relative;
	height:45px;
	#height:30px;
	border:0px;
	border-top:3px double #666;
	border-bottom:1px solid #666;
	padding-top:0px;
	#padding-top:15px;
}
#minimenu {
	text-align: center;
	font:80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#minimenu li {
	display: inline;
	margin: 3 10px;
}

#minimenu a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px;
    color: #003876;
}

#minimenu a:hover {
	background: #003876;
	color:#FFF;
}
#direccion {
	text-align:center;
	padding:10px;
	font-family:'Century Gothic';
	font-size:13px;
	color:#003876;
}
#dirección:hover {
	color:#FFF;
}
#copy ,#copy a, #copy a:active, #copy a:visited {
	font-family: 'Century Gothic';
	font-size:11px;
	text-align:right;
	margin-top:20px;
	padding:10px 30px 10px 0px;
	color:#4d4d4d;
	text-decoration:none;
}
#copy a:hover {
	color:#000;
	text-decoration:none;
}
#nav {
	margin:0 auto;
	text-align:center;
}

