@charset "UTF-8";
/* CSS Document */

body {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


#mainBar {
	background-image: url(../images/mainBar.png);
	height: 41px;
	width: 100%;
	padding-top: 6px;
}

#okbar {
	background: #b9de92;
	height: 20px;
	width: 500px;
	padding: 2px 0;
	margin: 22px auto 0;
	border:1px solid #88C348;
}

#errorbar {
	background: #9d1414;
	height: 20px;
	width: 500px;
	padding: 2px 0;
	margin: 22px auto 0;
	border:1px solid #810808;
	color:#FFFFFF;
}



#menuBar {
	width:100%;
	height:62px;
	background: url(../images/mainMenu.png) repeat-x;
	text-align:center;
}

#presupuesto {
background:transparent url(../images/presupuesto.png) no-repeat scroll 0 0;
float:right;
height:83px;
width:280px;
}

#reinicia {
background:transparent url(../images/b_reinicia.png) no-repeat scroll 0 0;
height:28px;
margin: 8px auto 0;
width:143px;
cursor:pointer;
}

#reinicia:hover {
background:transparent url(../images/b_reinicia_hover.png) no-repeat scroll 0 0;
}

#footer {
	background:url(../images/footer.png);
color:#FFFFFF;
height:32px;
text-align:center;
width:100%;
margin-top:20px;
margin-bottom:20px;
}

#footer a {
color:#fff;
text-decoration:none;
}

#footer p {
font-size:13px;
margin:0;
padding:6px 0;
}

#distribuidor {
margin:6px auto auto;
width:910px;
}

.rusticar {
color:#FFFFFF;
font-family:arial;
font-size:13px;
text-decoration:none;
}

.mainMenu {
float:left;
margin-right:15px;
width:470px;
}

#menuContent {
margin:0 auto;
padding-left:124px;
width:775px;
}

.menu {
color:#FFFFFF;
display:block;
float:left;
font-family:"Arial";
font-size:13px;
height:26px;
padding:10px 8px 0;
text-decoration:none;
}

.menu:hover {
background: url(../images/menuHover.gif);
}

.menua {
background: url(../images/menuHover.png);
color:#FFFFFF;
display:block;
float:left;
font-family:"Arial";
font-size:13px;
height:26px;
padding:10px 8px 0;
text-decoration:none;
}


.separator {
float: left;	
}

#container {
background: url(../images/main.png) no-repeat;
}

#container2 {
background: url(../images/main2.png) no-repeat;
}

#promoContainer {
background: #fdfdfd none repeat scroll 0 0;
border: 1px solid #ddd;
border-radius: 3px 3px 3px 3px;
}


.style4 {	font-size: 12pt;
	color: #555555;
}
.style5 {	color: #555555
}
.style6 {font-size: 12pt; color: #555555; font-weight: bold; }


.style7 {
	font-size: 36px;
}

.style8 {
color:#444444;
font-size:16px;
text-decoration:underline;
}

.style11 {
	font-size: 12pt;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #555555;
}

#contmenu {
background:transparent url(../images/comprarBar.png) repeat-x scroll 0 0;
display:block;
height:30px;
padding-top:8px;
width:600px;
}

#contmenu a {
	color: #333;
	text-decoration: none;
	padding: 0 37px 0;
}

#contmenu a.selected {
background: transparent url(../images/arrow.png) no-repeat scroll center bottom;
padding-bottom: 7px;
}


