* {
	margin:0px;
	padding:0px;
}

html { height: 100%; margin-bottom: 1px; }

body {
	/*background:#FFF;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#1B1B1B;
	font-size:12px;
	background:url(../img/background_site.gif);
}

a {
	color:#1B1B1B;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
	color:#1B1B1B;
}

p {
	margin-bottom:10px;
}

ul {
	list-style:none;
}

img {
	border:0px;
}

.sep {
	margin-bottom:10px;
}

.clear {
	clear:both;
}
.clear-min {
	clear:both;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6 {
}

h1 { 

}

h2 {

}


h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height: 18px; /*22px;*/
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	letter-spacing:-3px;
	line-height: 40px;
	font-weight:bold;
	color:#a31416;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	letter-spacing:-3px;
	line-height: 40px;
	font-weight:bold;
	color:#ffb900;
}

h6 {
	font-size:24px;
	letter-spacing:-2px;
}


#main {
	width:1075px;
	margin:0 auto;
}

#header {
	position:relative;
	background:url(../img/header_ca.png) no-repeat;
	height:30px;
	padding-right:67px;
	padding-left:67px;
	padding-top:260px;
}
#logo {
	position:absolute;
	top:9px;
	left:52px;
}

#second-menu li,
#main-menu li {
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#ffb900;
	float:left;
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:2px solid #fff;
}
#second-menu {
	float:right;
}
#second-menu li.first,
#main-menu li.first {
	border-left:2px solid #fff;
	padding-left:5px;
}
#main-menu li.cravat-ca {
	padding-left:55px;
}

#main-menu li a {
	color:#ffb900;
	text-decoration:none;
}

#main-menu li a:hover {
	color:#FFF;
	text-decoration:none;
}

#second-menu li a {
	color:#999;
	text-decoration:none;
}

#second-menu li a:hover {
	color:#FFF;
	text-decoration:none;
}

#main-menu li a.selected, #second-menu li a.selected {
	color:#FFF;
}

a.link {
	color:#FFB900;
	background:#1B1B1B;
	padding:2px;
	text-decoration:none;
	font-weight:bold;		
	padding: 2px 4px;
	margin-bottom:5px;
}

.roundbox {
	outline: none;
  border: none;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */ 
}

#bg-content {
	background:url(../img/background_repeat.png) repeat-y;
	background-position: 44px;
}
#content {
	background:url(../img/background_content.png) no-repeat;
	min-height:899px;
	_height:899px;
	padding-right:63px;
	padding-left:63px;
}

#col-1 {
	width:627px;
	float:left;
	display:inline;
	margin-right:5px;
}
.center-white {
	position:relative;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
}
.corner-top-white {
	background-image: url(../img/top_bg_white.png);
	background-repeat: no-repeat;
	height:19px;
}
.corner-bottom-white {
	background-image: url(../img/bottom_bg_white.png);
	background-repeat: no-repeat;
	height:19px;
	margin-bottom:50px;
}

.corner-bottom-white-c {
	background-image: url(../img/bottom_bg_white.png);
	background-repeat: no-repeat;
	height:19px;
	margin-bottom:6px;
}

.center-yellow-big {
	position:relative;
	background-color: #FFDD00;
	padding-left: 15px;
	padding-right: 15px;
}

.corner-top-yellow-big {
	background-image: url(../img/top_bg_yellow_big.png);
	background-repeat: no-repeat;
	height:19px;
}
.corner-bottom-yellow-big {
	background-image: url(../img/bottom_bg_yellow_big.png);
	background-repeat: no-repeat;
	height:19px;
	margin-bottom:6px;
}

#col-2 {
	width:317px;
	float:left;
	display:inline;
	margin-bottom:10px;
}

.top-yellow {
	background-color: #FFDD00;
	background-image: url(../img/top_bg_yellow.jpg);
	background-repeat: no-repeat;
}

.center-yellow {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:15px;
	padding-top:19px;
	min-height:226px;
	_height:226px;
}

.corner-bottom-yellow {
	background-image: url(../img/bottom_bg_yellow.jpg);
	background-repeat: no-repeat;
	height:17px;
	margin-bottom:6px;
}

.red-box {	
	position:relative;
	padding:15px;
	background-image: url(../img/center_bg_red.gif);
	background-repeat: repeat-y;
	background-position:0 -110px;
}

.red-box-top {
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	background: url(../img/top_bg_red_transparent.png) no-repeat;
	height:15px;
	width:317px;
}

.red-box-bottom {
	position:absolute;
	z-index:10;
	left:0px;
	bottom:0px;
	background: url(../img/bottom_bg_red_transparent.png) no-repeat;
	height:15px;
	width:317px;
}

#footer {
	clear:both;
	padding-top:54px;
	padding-right:62px;
	padding-left:44px;
	background-image: url(../img/background_footer-2.png);
	background-repeat: no-repeat;
	background-position: 44px 0px;
	font-weight:normal;
	color:#FFF;
}

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

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

li.clr {
	 display:inline;
   margin: 0;
   padding: 0;
   width: 1px;
 }

br.clr {
   clear: left;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
}

/* home */

#book-img-home {
	position:absolute;
	top:0px;
	left:10px;
}

#box-txt-home {
	padding-left:240px;
	min-height:250px;
	_height:250px;
	font-size:14px;
	line-height: 18px;
}

#main-image {
	margin-bottom:6px;
}

#names-list {
	font-weight:bold;
	background:url(../img/bg_llibre.png) repeat-y;
	padding:20px;
}

#home-comments {
	margin-top:20px;
}

#home-comments .comment {
	margin-top:10px;
	margin-bottom:4px;
}

#home-comments span {
	background:#FFF;
	padding:2px;
}

#home-comments .name {
	color:#BFBFBF;
	background:#1B1B1B;
	padding:2px;
}

/* preview del admin */

/*h1 {
	margin-bottom:20px;
	border-bottom:1px solid #333;
}

h2 {
	margin-bottom:20px;
}

#images ul {
	width:1000px;
}
#images li {
	float:left;
	margin-left:10px;
}

#images img {
	padding:5px;
	margin:5px;
	border:1px solid #CCCCCC;	
}

#summary {
	font-weight:bold;
	padding-bottom:10px;
}

#body {
	padding-bottom:10px;
}

#info {
	padding-bottom:10px;
}

#attachment {
	margin-top:10px;
	margin-bottom:10px;
}

#gallery ul {
	width:600px;
}
#gallery li {
	float:left;
	margin-left:10px;
}
#gallery img {
	padding:5px;
	margin:5px;
	border:1px solid #CCCCCC;	
}*/


/* Estils del FCK Editor */
.tit-1 {
	color:#1B1B1B;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:-1px;
}
.tit-2 {
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:-1px;
}
.tit-3 {
	color:#00AEE8;
}
.tit-4 {
	color:#BFBFBF;
}

.tit-5 {
	color:#ffb900;
	font-size:22px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:-1px;
}

.tit-6 {
	color:#ffb900;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	letter-spacing:-1px;
}

/* form comentaris a la part publica */


#coments {
	width:625px;
	margin-right:20px;
	float:left;
	margin-bottom:70px;
	display: none;
}

#one-coment .tit,
#coments .tit {
	font-size:18px;
	margin-bottom:0px;
}
#one-coment .cuerpo,
#coments .cuerpo {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#one-coment .fecha,
#coments .autor {
	font-family:Arial, Helvetica, sans-serif;
}

.center-white .fecha {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}


.red-box form {
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
}

.red-box input {
	border:none;
	width:180px;
	margin-bottom:5px;
	padding:2px;
}

.red-box textarea {
	border:none;
	width:220px;
	margin-bottom:5px;
	padding:2px;
}

.red-box textarea {
	width:255px;
	height:200px;
}

.red-box input.enviar {
	width:50px;
	background:#1B1B1B;
	color:#FFDD00;
	font-weight:bold;
}

.red-box .msg {
	font-size:14px;
	color:#FFDD00;
}

/*********************************************/

/* Noticies */

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height: 18px;
	margin-bottom:5px;
}
.title {
	font-size:24px;
	font-weight:bold;
	letter-spacing:-2px;
}
.summary {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height: 22px;
	margin-bottom:5px;
	margin-bottom:10px;
	font-style:italic;
}
.body {
}

#news-lateral li {
	margin-bottom:15px;
}

#news-lateral .info span {
	color:#BFBFBF;
	background:#1B1B1B;
	padding:2px;
}
#news-lateral .info {
	margin-top:4px;
}

#news-lateral a.selected {
	background:none;
	padding:2px;
	text-decoration:none;
}

#news-lateral a,
#news-lateral a:hover {
	background:#FFF;
	padding:2px;
	text-decoration:none;
}

#news img {
	margin-bottom:10px;
	margin-top:10px;
}

#news #attachment {
	margin-top:10px;
}

#news #attachment li {
	margin-bottom:10px;
} 
#news #attachment a {
	color:#FFB900;
	background:#1B1B1B;
	padding:2px;
	text-decoration:none;
	font-weight:bold;
	padding: 2px 4px;
}

#select-date {
	margin-bottom:15px;
}
#select-date div.submit {
	display:inline;
}

#select-date input,
#select-date select {
	background:#BD1216;
	border:0;
	color:#FFF;
	padding:2px;
	font-size:11px;
	border:0 none;
	padding:1%;
}

/* videos */

#videos-lateral li {
	margin-bottom:10px;
}

#videos-lateral h6 {
	line-height:24px;
	margin-bottom:5px;
}

#videos-lateral h6.selected {
	color:#FFF;
}

#videos-lateral a {
	color:#FFB900;
	background:#1B1B1B;
	padding:2px;
	text-decoration:none;
	font-weight:bold;
}

#videos-lateral a:hover {
	text-decoration:none;
}

#txt-video {
	margin-top:20px;
}

/* productes i carret */


ul.product-list {
	width:600px;
}
ul.product-list li {
	float:left;
	display:inline;
	width:290px;
}

ul.product-list li img {
	float:left;
	display:inline;
}

/* carrito */

#cart table {
	margin-top:10px;
	margin-bottom:20px;
}

#cart table td {
	padding:20px 10px 4px 0px;	
	text-align:left;
	vertical-align:top;
}

#cart table td.center {
	text-align:center;
}
#cart table td.end {
	text-align:center;
	padding:20px 0 0 0;	
}

#cart table td.price {
	text-align:right;	
}

#cart table td span {
	padding:2px;
	background:#FFFFFF;
}

#cart table th {
	background:#1B1B1B;
	color:#BFBFBF;
	text-align:left;
	vertical-align:top;
	padding:2px;
}

#cart table th.center {
	text-align:center;
}

#cart table th.end {
	background:none;
}

/* form compra */

#order-form label	{ 
	width:100px; 
	display:block; 
	clear:left; 
	margin-right:10px; 
	text-align:left;  
	margin-top:10px;
	margin-bottom:3px;
}

#order-form textarea,
#order-form input {
	width:300px;
	background-color:#CCCCCC;
	border:none;
	padding:2px;
}

#order-form input.curt {
	width:150px;
}

#order-form input.mini {
	width:50px;
}

#order-form .submit {
	margin-top:10px;
}

.box-form {
	margin-top:20px;
}

#order-form div.left {
	/*float:left;
	margin-right:5px;
	margin-bottom:10px;
	display:inline;*/
}

#box-register {
	background-image: url(../img/background_newsletter_home.png);
	background-repeat: no-repeat;
	padding:20px;
	height:135px;
	margin-bottom:5px;
	color:#FFFFFF;
}

#box-register label	{ 
	width:60px; 
	float:left;
	display:block; 
	clear:left; 
	margin-right:5px; 
	text-align:left;  
	margin-top:5px;
	margin-bottom:3px;
	color:#FFF;
}

#box-register input {
	width:180px;
	background-color:#CCCCCC;
	border:none;
	padding:2px;
	vertical-align:baseline;
}

#box-register input.mini {
	width:50px;
}

#box-register div.input {
	margin-bottom:5px;
}

#box-register .submit {
	margin-top:10px;
	padding-left:200px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}

