@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background:#000000;
}

#wrapper {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

#headerTop {
	width: 1023px;
	height: 130px;
	background: url(imagenes/hipico/header.png);
}

#menu {
	width: 1023px;
	height: 44px;
	background:  url(imagenes/comunes/bgMenu.png)repeat-x;
	color: #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height: 36px;
	
}

#menu li {
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(imagenes/divMenu.png) top right no-repeat;
	list-style: none;
	float: right;
	padding-top: 10px;
	height: 26px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#submenu {
	display: table;
	width: 733px;
	background-color:#822D0E;
}

#submenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#submenu a:hover {
	color: #FFFFFF;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#submenu li {
	padding: 5px 10px 5px 10px;
	float: left;
	list-style: none; 
}

#submenu li:hover {
	background-color: #8F602E;
	color: #FFFFFF;
}

#submenu .current_page_item {
	background-color: #994109;
}

#menuBot {
	width: 1023px;
	height: 8px;
	background:url(imagenes/menuBot.png);
}

#wrapperContenido {
	display: table;
	width: 1023px;
	background:#FFDC08;
}

#sidebar {
	display: table;
	width: 206px;
	height: 889px;
	padding-top: 20px;
	background: url(imagenes/hipico/sidebar.png);
	float: left;
}

#sidebar h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}

#sidebar ul {
	display: block;
	width: 190px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

#sidebar li {
	list-style: none;
	background: url(imagenes/hipico/vinetaSidebar.png) no-repeat;
	background-position: 5px 8px;
	padding: 5px 0px 8px 20px;
	margin: 0px;
	color: #FFFFFF;
}

#sidebar li a {
	color: #FFF;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar .areas {
	display: block;
	height: 228px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#sidebar .login {
	display: block;
	height: 156px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#sidebar form {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#sidebar .txtBox {
	border: 0px;
	background:url(imagenes/comunes/bgLogin.png) no-repeat;
	width: 134px;
	height: 16px;
	margin: 5px 5px 0px 32px;
	padding: 3px 10px 3px 10px;
	font-size: 10px;
	color:#999999;
}

#sidebar .botonLogin {
	cursor: pointer;
	border: 0px;
	background: none;
	width: 87px;
	height: 23px;
	text-align: center;
	background: url(imagenes/comunes/btnLogin.png) no-repeat;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 0px 70px;
}

#contenido {
	margin: 0px;
	padding: 25px 34px 25px 50px;
	
	display: table;
	width: 733px;
	height: 859px;
	float: right;
	background:url(imagenes/hipico/contenido.png) no-repeat;
}

#contenido h1 {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	background:url(imagenes/comunes/contH1.png) no-repeat;
	color: #F4BC11;
	width: 713px;
	height: 23px;
	font-size: 16px;
	font-weight: bold;
}


#contenido .interno {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background: #D0511E;
	height: 779px;
	overflow: auto;
	color: #FFF;
}

#contenido .interno a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#preFooter {
	width: 1023px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background:url(imagenes/hipico/pre_footer.png) no-repeat;
}

#footerAuspiciantes {
	width: 1023px;
	height: 82px;
	margin: 0px;
	padding: 0px;
	background: url(imagenes/hipico/bgAuspiciantes.png) repeat-x;
}

#footer {
	width: 1023px;
	height: 39px;
	padding-top: 17px;
	margin: 0px;
	background: url(imagenes/comunes/bgFooter.png) repeat-x;
	color: #FBD300;
	font-size: 10px;
	text-align: center;

}


h2 {
	color: #FFCC33;
}

h3 {
	color: #FFCC33;
}

