* {
	margin: 0;
	padding: 0;
}

body {
background: #bbccea url(../ims/fondo.gif) repeat-x;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

img.double-border { border:1px solid #ccc; padding:2px; background:#eee; }

a {
text-decoration: none;
color: #F58220;
}
a:hover {
text-decoration: underline;
color: #111;
}

A.menu:link {text-decoration:none; color: white;font-size:14px;font-family: Geneva, Arial, Helvetica, san-serif}  
A.menu:visited {text-decoration:none; color: white; font-size:14px;font-family: Geneva, Arial, Helvetica, san-serif}
A.menu:Hover {text-decoration:none;  color: red; font-size:14px;font-family: Geneva, Arial, Helvetica, san-serif}

A.noticiaTitol:link {text-decoration:none; color: black;font-size:12px;font-family: verdana}  
A.noticiaTitol:visited {text-decoration:none; color: black; font-size:12px;font-family: verdana}
A.noticiaTitol:Hover {text-decoration:none;  color: #ce1c3a; font-size:12px;font-family: verdana}

A.link1:link {text-decoration:none; color:#383817;font-size:15px;font-weight:bold;}  
A.link1:visited {text-decoration:none; color:#383817; font-size:15px;font-weight:bold;}
A.link1:Hover {text-decoration:none;  color:#006699; font-size:15px;font-weight:bold;}

A.link2:link {text-decoration:none; color:white;font-size:12px;font-family: Arial, Helvetica, sans-serif;font-weight:bolder;font-style: normal;}  
A.link2:visited {text-decoration:none; color:white; font-size:12px;font-family: Arial, Helvetica, sans-serif;font-weight:bolder;font-style: normal;}
A.link2:Hover {text-decoration:underline;  color:red; font-size:12px;font-family: Arial, Helvetica, sans-serif;font-weight:bolder;font-style: normal;}

A.footer:link {text-decoration:none; color:#385789;font-weight:bolder;font-size:11px;cursor:pointer;}  
A.footer:visited {text-decoration:none; color:#385789;font-weight:bolder; font-size:11px;cursor:pointer;}
A.footer:Hover {text-decoration:none;  color:red;font-weight:bolder;font-size:11px;cursor:pointer;}

A.borderit:link {text-decoration:none; color:#990000;font-size:12px;font-weight:bold;font-family: Arial, Helvetica, sans-serif;}  
A.borderit:visited {text-decoration:none; color:#990000; font-size:12px;font-weight:bold;font-family: Arial, Helvetica, sans-serif;}
A.borderit:Hover {text-decoration:underline;  color:#990000; font-size:12px;font-weight:bold;font-family: Arial, Helvetica, sans-serif;}

A.submenu:link {text-decoration:none; color:black;font-size:10px;font-weight:bold;font-family:Verdana}  
A.submenu:visited {text-decoration:none; color:black; font-size:10px;font-weight:bold;font-family: Verdana;}
A.submenu:Hover {text-decoration:none;  color:gray; font-size:10px;font-weight:bold;font-family: Verdana;}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
height: 110px;
background:url(../ims/header.jpg) no-repeat;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F58220;
}
#header h1 a { 
color: #F58220;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 20px;
}

.left {
float: left;
width: 520px;
text-align: justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
color: #4174B4;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 200px;
margin-top: 10px;
background: #657983;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #3A454C;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: square;
}
.right ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.right ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

.carrito{
	padding-top:2px;
	height:23px;
	width:135px;
	position:absolute;
	top:40px;
	right:0px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	text-align:right;
	background-color:#92b3e9;
}
.carrito:hover{
	background-color:#67ab5e;
	cursor:pointer;
}

#anadir{
	background:url(../ims/anadir.gif) no-repeat;
	background-position: 5px -3px;
	height:30px;
	width:70px;
	border:0px;
	cursor:pointer;
}	

#cantidad{
	background:url(../ims/input.gif) no-repeat;
	background-position: 6px -1px;
	height:20px;
	width:44px;
	padding-top:1px;
	text-align:right;
	border:0px solid red;
}	
