body {
    background: #FFFFFF center center no-repeat;
    color: white;
}

#main {
    margin-top: 20px;
    height: 644px;
    position: relative;
    background: url('../img/mb.jpg');
}

#head > h1 {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
}

#head > h1.index {
    width: 324px;
    height: 222px;
    background: url('../img/pemo.png');
    top: -20px;
    left: 580px;
}

#head > h1.normal {
    width: 194px;
    height: 133px;
    background: url('../img/pemosmall.png');
    top: -12px;
    left: 760px;
}

#navig {
    list-style: none;
    margin: 30px 0px;
}

#navig li {
    float: left;
    margin: 0px;
    height: 40px;
}

#navig li a {
    display: block;
    height: 24px;
    padding: 8px 10px;
    background: url('../img/Trans.png');
    background-position-y: 0px;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

#navig li a.lang {
    color: #00CCFF;
}

#navig li.navsp {
    width: 20px;
    background: url('../img/bgtrans.png');
}

#navig li.navsp.first {
    background-position: top left;
}

#navig li.navsp.last {
    background-position: top right;
}

.green {
    background: url('../img/azul60.png');
}

.white {
    background: url('../img/bco60.png');
    color: #333333;
}

.gris {
    background: url('../img/gris60.png');
}

#accordion h3.atStart {
    border: 1px solid #CCCC33;
    color: #FFFFFF;
    cursor: pointer;
}

p {
    text-indent: 20px;
}

#footer {
    background: url('../img/head.png') center bottom;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-shadow: #33CCFF 1px 1px 1px;
}

ul#roller {
    list-style: none;
    height: 310px;
    overflow: hidden;
    position: relative;
    margin-left: -40px;
    top: 108px;
}

ul#roller li {
    position: absolute;
    width: 450px;
    height: 300px;
    border: 5px solid #CCCC33;
}
ul#roller li#domicilio {
    background: url('../img/domicilio.png');
}
ul#roller li#rorro {
    background: url('../img/roller/rorro.jpg');
}
ul#roller li#macho_polvo {
    background: url('../img/roller/macho_polvo.jpg');
}
ul#roller li#macho_liquido {
    background: url('../img/roller/macho_liquido.jpg');
}
ul#roller li#orodeley {
    background: url('../img/roller/orodeley.jpg');
}
ul#roller li#tukari {
    background: url('../img/roller/tukari.jpg');
}
ul#roller li#tukari_menta {
    background: url('../img/roller/tukari_menta.jpg');
}
ul#roller li#tepalcate {
    background: url('../img/roller/tepalcate.jpg');
}


ul#roller div.bottom-message {
	border-top:2px solid #000000;
	margin-top:220px;
	height:100px;
	width:100%;
	font-size:0.9em;
	background:url('../img/gris60.png');
}

ul.naviggy {
    list-style: none;
    margin-left: -20px;
}

ul.naviggy li {
    height: 100px;
    width: 100px;
    border: 1px solid #FFFFFF;
	background-position:center center;
	background-repeat:no-repeat;
}

ul.naviggy li a {
	display:block;
	height: 100px;
    width: 100px;
}

ul.tabs {
    height: 20px;
    border-bottom: 3px solid #000000;
    list-style: none;
}

ul.tabs li {
    font-size: 1.2em;
    float: left;
    font-weight: bold;
}

ul.tabs li.selected {
    color: #00CCFF;
}

div#tabselect {
    height: 450px;
    overflow: hidden;
    position: relative;
}

div#tabselect div.tab {
    padding: 10px;
    height: 450px;
    position: absolute;
}

ul.product-list {
	list-style:none;
}

ul.product-list li a {
	color:#00CCFF;
	font-size:1.2em;
	text-decoration:none;
}

ul.product-list li a:hover {
	color:#FFFFFF;
	
}

#pro-img {
	background-repeat:no-repeat;
	background-position:center center;
}

.tip {
	background: url('../img/gris60.png');
}

.tip-title {
	font-weight:bold;
	font-size:1.2em;
}

table {
	border-collapse:collapse;
}

th, td {
	border:1px solid #FFF;
	padding:4px;
}
th {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
	color:#000000;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

div.button {
	height:22px;
	cursor:pointer;
}

div.button#subir:hover {
	background-position:center 0px;
}
div.button#bajar:hover {
	background-position:center 4px;
}

div.button#subir {
	background:url('../img/subir.png') center 4px no-repeat;
}
div.button#bajar {
	background:url('../img/bajar.png') center 0px no-repeat;
	margin-top:415px;
}

#menu-si {
	position:absolute;
	height:410px;
	overflow:hidden;
}

.naviggy {
	position:relative;
}

div.roller2-container {
	width:400px;
	height:400px;
	position:absolute;
	overflow:hidden;
}
ul#roller2 {
	list-style:none;
	width:400px;
	height:400px;
	position:relative;
	top:0px;
}
ul#roller2 li{
	width:400px;
	height:400px;
	background-position:center center;
	background-repeat:no-repeat;
}
#roller-sw {
	font-size:1.2em;
	position:absolute;
	width:400px;
}

#roller-sw span {
	cursor:pointer;
	padding:4px;
}
#roller-sw span.selected {
	color:#CCCC33;
}

#roller-sw span:hover {
	color:#00CCFF;
}
