/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color:#000;
	background: url(../images/ninos/bg_main.jpg) repeat-x #3d890a;
	background-repeat:repeat-x;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}
.Title {
	background-image: url(../images/defaults/bg_title.jpg);
	background-repeat: repeat-x;
	height: 39px;
}
.inTitle {
	background-image:url(../images/defaults/title_efect.jpg);
	background-repeat: no-repeat;
	padding: 7px 0 0 60px;
	height: 32px;
}
p,
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #61BCF6;
}

h1,
h2,
h3,
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* GENERAL DEFINITIONS ENDS */
/* TOP STARTS */
#Top {
	background: url(../images/defaults/bg_top.jpg) no-repeat top;
	width: 880px;
	margin: 0 auto;
	padding: 0 60px 0 0; 
}
#Top object {
	float: right;
}
#menuFlash {
	outline: none;
}
/* TOP ENDS */
/* MAIN PAGE STARTS */
#MainPage {
	margin: 0 auto;
	width: 880px;
}
/* MAIN PAGE ENDS */
/* MENU STARTS */
#Menu {
}
#Menu p {
	line-height: 52px;
	float:left;
}

#Menu p.lil {
	font-size: 10px;
	line-height: 12px;
	float: left;
	padding: 11px 0 0 10px;
}
#Menu p.big {
	font-size: 30px;
	padding: 0 0 0 80px;
}
#Menu a {
	padding: 0 0 0 30px;
	font-weight: bold;
}
/* MENU ENDS */

/* BANNER MENU STARTS */
#BannerMenu ul {
	padding: 30px 0 0 40px;
}
#BannerMenu li {
	line-height: 20px;
	list-style:none;
	background-image:url(../images/defaults/bg_li.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	font-weight: bold;
	background-position:left;
}
/*BANNER MENU ENDS */



/* BOTTOM STARTS */
#Bottom {
	background-image:url(../images/ninos/bg_bottom.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	background-color: #459C0A;
}
#BottomIn {
	width: 800px;
	margin: 0 auto;
}
#InfoBot {
	float:right;
}
#LinksBot {
	float:left;
}
#BottomIn h2 {
	padding: 0 0 10px 20px;
}
#BottomIn a,
#BottomIn h2,
#BottomIn li {
	font-size: 11px;
}
#BottomIn ul {
	float: left;
	padding: 0 0 0 30px;
}
#BottomIn p {
	text-align:right;
}
/* BOTTOM ENDS */

/* FORM STARTS */
fieldset {
    border: none;
}

select,option {
    color: #000;
}
.inputCenter {
    text-align: center;
}
/* FORM ENDS */
