html {
	background-color: #006699;
	margin: 0px;
	padding: 0px;
}

img {margin: 0px; padding: 0px; border: none;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	width: 828px;
	margin: auto;
	text-align: left;
}

#top {
	width: 828px;
	height: 150px;
	position: relative;
	top: 0px;
	left: 0px;
}

#main {
	width: 828px;
	height: 453px;
	border: 2px solid #ffffff;
	border-top: 0px;
        padding: 0px;
	position: relative;
	background-color: #ffffff;
	background: url('../img/background_02.gif') no-repeat 0 0;
}

#logo1 {
	width: 174px;
	height: 109px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: url('../img/logo_01.gif') no-repeat 0 0;
}

#logo2 {
	width: 120px;
	height: 115px;
	position: absolute;
	top: 20px;
	right: 0px;
	background: url('../img/logo_02.gif') no-repeat 0 0;
}

#logo3 {
	width: 120px;
	height: 115px;
	position: absolute;
	top: 20px;
	right: 150px;
	background: url('../img/logo_03.gif') no-repeat 0 0;
}

#menu {
	width: 828px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #b3d1e0;
}

#content {
	width: 828px;
	height: 413px;
	position: absolute;
	top: 40px;
	left: 0px;
	font-family: arial;
	font-size: 9pt;
	text-align: justify;
	color: #006699;
}

#content a {
	color: #006699;
}

#wrap {
	margin: 40px 50px 40px 50px;
	width: 728px;
	height: 334px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
}

#wrap p {
	color: #006699;
}

#pictures {
	width: 828px;
	height: 413px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#address {
	width: 170px;
	height: 100px;
	position: absolute;
	top: 280px;
	left: 605px;
	padding: 5px;
	font-size: 8pt;
	text-align: right;
	overflow: hidden;
	background-color: white;
}

#address a {
	color: #00a5d5;
	text-decoration: none;
}

#address a:hover {
	color: #006699;
}

#menu a.button1,
#menu a.button2,
#menu a.button3,
#menu a.button4,
#menu a.button5 {
	width: 64px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 0px;
	margin-left: 30px;
	padding: 0px;
	display: block;
	overflow: hidden;
	background: url('../img/button_01.gif') no-repeat 0 0;
}

#menu a.button1:hover,
#menu a.button2:hover,
#menu a.button3:hover,
#menu a.button4:hover,
#menu a.button5:hover {
	background-position: 0 -18px;
}


#menu a.button2 {
	left: 100px;
	background: url('../img/button_02.gif') no-repeat 0 0;
}

#menu a.button3 {
	left: 200px;
	background: url('../img/button_03.gif') no-repeat 0 0;
}

#menu a.button4 {
	left: 300px;
	background: url('../img/button_04.gif') no-repeat 0 0;
}

#menu a.button5 {
	left: 400px;
	background: url('../img/button_05.gif') no-repeat 0 0;
}

#languages {
	width: 106px;
	height: 27px;
	position: absolute;
	top: 620px;
	left: 860px;
	background: url('../img/lang_01.gif') no-repeat 0 0;
	padding: 0px;
	margin: 0px;
}

#login_username,
#login_password,
#login_submit,
#register_name,
#register_surname,
#register_address,
#register_city,
#register_county,
#register_postcode,
#register_telephone,
#register_email,
#register_company,
#register_position,
#register_nif,
#register_username,
#register_password,
#register_submit { 
	font-size: 7pt;
	height: 12px;
	position: absolute;
	top: 200px;
	left: 476px;
	background: none;
	border: 0px;
}

#login_username {top: 61px;left: 107px;}

#login_password {top: 88px;left: 107px;}

#login_submit {width: 242px; height: 33px; top: 115px; left: 102px; display: block;}

#login_submit:hover {cursor: pointer;}

#register_name {top: 59px;}

#register_surname {top: 86px;}

#register_address {top: 112px;}

#register_city {top: 139px;}

#register_county {top: 165px;}

#register_postcode {top: 191px;}

#register_telephone {top: 217px;}

#register_email {top: 244px;}

#register_company {top: 270px;}

#register_position {top: 297px;}

#register_nif {top: 323px;}

#register_username {top: 350px;}

#register_password {top: 376px;}

#register_submit {width: 147px; height: 40px; left: 633px; top: 350px;}

#register_submit:hover {cursor: pointer;}

p.big {font-size: 14pt;}
#legal {width: 828px;font-family: Verdana, Helvetica;font-size: 9px; text-align:center;margin-top: 10px;}
#left,
#right {
	width: 414px;
	height: 413px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#right {
	left: 414px;
}

.tight {
	font-size: 7777777pt;
	letter-spacing: -0.08em;
}

#arrow_left,
#arrow_right,
#arrow_left2,
#arrow_right2{
	width: 32px;
	height: 32px;
	position: relative;
	left: 0px;
	top: -10px;
	background: url('../img/arrow_left.gif') no-repeat 0 0;
	cursor: pointer;
}

#arrow_left2 {
	background: url('../img/arrow_left2.gif') no-repeat 0 0;
	top: -30px;
	left: -35px;
	
}

#arrow_right2 {
	background: url('../img/arrow_right2.gif') no-repeat 0 0;
	top: -60px;
	left: 835px;
}

#arrow_right {
	background: url('../img/arrow_right.gif') no-repeat 0 0;
	left: 800px;
	top: -40px;
}

#arrow_left:hover,
#arrow_right:hover,
#arrow_left2:hover,
#arrow_right2:hover {
	cursor: pointer;
}

#mask {
	position: relative;
	width: 828px;
	height: 413px;
	overflow: hidden;
}

#intro {
	width: 828px;
	height: 413px;
	overflow: hidden;
	position: absolute;
}

#intro span {
	display: block;
	float: left;
}

#slider_left,
#slider_right {
	width: 100px;
	height: 413px;
	position: relative;
	top: -416px;
	left: 2px;
	background-color: gray;
	opacity: 0.5;
}

#slider_right {
	top: -829px;
	left: 730px;
}

#status {
	width: 100%;
	height: 25px;
	position: absolute;
	top: 410px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

#menu_catalogo {
	width: 111px;
	height: 32px;
	background: url('../img/menu_catalogo.gif') no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 320px;
	z-index: 10;
}
#menu_catalogo_b {
	width: 155px;
	height: 72px;
	/*background: url('../img/menu_catalogo.gif') no-repeat 0 0;*/
        background: #73A7C6;
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 10;
        text-align: left;
        font-weight: bold;
        line-height: 16px;
        text-decoration: none;
        padding: 4px 8px;
}
#menu_catalogo_b a {text-decoration:none;}
#menu_catalogo:hover {
	background-position: 0 -32px;
	cursor: pointer;
}

a.catalogo_b  {
	width: 124px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 120px;
	background: url('../img/menu_catalogo_b.gif') no-repeat 0 0;
	
}

a.catalogo_b:hover {
	background-position: 0 -43px;
	cursor: pointer;
}

h2 {
	font-weight: bold;
	font-size: 15px;
}

div.root {
	position: absolute;
	top: 34px;
	left: 556px;
	height: 338px;
	width: 214px;
	overflow: auto;
	overflow-x: hidden;
	text-align: right;
	padding-right: 15px;
	color: black;
}

.noticia {
	color:#006699;
	font-family:arial;
	font-size:9pt;
	text-align:justify;
	padding-right: 20px;
}
ul.descar {
    width: 160px;
}
.provin b {
    font-size: 13px;
}
.tienda {
    font-size: 13px;
    font-weight: bold;
}
.root p {
    font-size: 10px;
}