* {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

body{
	height: 100%;
	color: #333;
	background-color: #CCFF00;
}

#header {
	display: block;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}

#contenido{
	min-height: 100%;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
}

#menu {
	font-size: x-small;
	padding-top: 35px;
	
}

#main ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 20px;
	line-height: 18px;
}

#menu ul {
	list-style-type: none;
	list-style-position: inside;
}

#menu li {
	display: block;
	float: right;
	padding: 0px 10px 0 15px;
	border-right: 1px solid #777777;
}

#menu li:first-child {
	padding-right: 0;
	border-right-style: none;
}

#menu a {
	color: #444444;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	text-decoration: none;
}

#menu a:hover {
	color: #8C0000;
}

#main {
	padding-top: 20px;
	background-color: #FFFFFF;
}
#main h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	padding-bottom: 5px;
}

#main h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	
}

#main p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #333;
	line-height: 18px;
	
}

#main a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}

#main a:hover {
	color: #8C0000;
	font-size: 12px;
}

#menup {
	background-color: #FFFFFF;
	
}

#menup  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	color: #666;
}

#push{
	height: 29px;
	padding-top: 25px;
	background-color: #FFF;
}

#footer {
	position: relative;
	margin-top: -5px;
	height: 180px;
	clear: both;
	background-color: #070629;
	font-size: x-small;
	color: #ffffff;
	width: auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	
}

#footer h2 {
	padding-top: 15px;
	padding-bottom: 10px:
	
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
	font-family: arial;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF00;
}

#copyrigth {
	text-align: center;
	font-size: small;
}

#copyrigth  p {
	text-align: center;
	font-size: x-small;
	margin-top: 15px;
}

th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	background-color: #900;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

#programa th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	background-color: #900;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#programa td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-right: 5px;
	padding-left: 7px;
}

#programa ul {
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	
}

#imagen {
	padding-top: 30px;
	text-align: center;
}

a img {
	border:none
}

#manuales td {
	text-align: center;
}

/* GALERIA */
#galeria {
	position: relative;
	height: 220px;
	
}

#galeria img {
	position: absolute;
	top: 2px;
	left: -10px;
	z-index: 8;
}

#galeria img.active {
	z-index: 10;
}

#galeria img.last-active {
	z-index: 9;
}

@media screen{
}

#presentacion {
	margin-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
}
