/***********************************************/
/* ADWEbCMS                                    */
/* CSS style sheet                             */
/* jldorta@gmail.com                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
	background-color: #B3DA66;
	color: #415E6D;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS", Helvetica;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div, table, td, tr {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

p {
	text-align: justify;
	margin: 0px 0px 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #F18E00;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
}

a:hover {
	color: #D16E00;
	text-decoration: underline;
	font-weight: normal;
}

	a img {
		border: none;
	}
	

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0px 5px;
  padding: 0px;
  font-family: "Trebuchet MS", sans-serif, Arial, Helvetica;
}

h1 {
  font-size: 36px;
  text-transform: none;
  font-weight: bold;
  color: #F18E00;
}

h2 {
  font-size: 25px;
  text-transform: none;
  font-weight: bold;
  color: #F18E00;
}

h3 {
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  color: #F18E00;
}

h4, h5, h6 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: circle;
}
	
	ul li {
		margin: 0px 0px 0px;
		padding: 0px;
	}

pre {
	letter-spacing: 0.03em;
	word-spacing: 0px;
}


		
/***********************************************/
/* CUSTOM tag styles                           */
/***********************************************/
#body {
	background-color: #FFFFFF;
	background-image: url(../images/page_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
 

#topcontainer {
	background-image: url(../images/page_top_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#pagecontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px; 
	width: 960px;
	padding: 0px;
	background-image: url(../images/content_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
}

#header, #content, #footer {
	margin: 0px;
	text-align: left;
}		

#over_all {
	z-index: 999999;
	position: absolute;
	padding: 10px 0px 0px 40px;
}

#slideshow {
	height: 320px;
}

#mainmenu {
	height: 115px;
}
	#mainmenu ul {
		list-style: none;
	}
	
		#mainmenu ul li {
			display: inline;
			margin: 0px 10px 0px 9px;
		}

#othercontent {
	float: left;
	width: 250px;
	padding: 20px 0px;
	overflow: hidden;
}
	#others_links {
		margin-top: 20px;
		height: 280px;
		width: 180px;
		padding: 50px 45px 20px 30px;
		background-image: url(../images/other_links_bg.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	#news {
		margin-top: 20px;
		height: 280px;
		width: 200px;
		padding: 90px 35px 20px 20px;
		background-position: top;
		background-repeat: no-repeat;
	}
	
		.news_es {
			background-image: url(../images/noticias_es_bg.gif);
		}
		
		.news_en {
			background-image: url(../images/noticias_en_bg.gif);
		}
		
	#links {
		margin-top: 20px;
		height: 158px;
		width: 237px;
		padding: 50px 0px 0px 25px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
		.links_es {
			background-image: url(../images/links_es.jpg);
		}
		
		.links_en {
			background-image: url(../images/links_en.jpg);
		}

		#news p{
			width: 200px;
			text-align: left;
		}

		#othercontent #others_links .separator, #othercontent #news .separator {
			border-bottom: 1px solid #C2E634;
			background: none;
			margin: 20px 0px;
		}
#homecontent {
	float: right;
	width: 710px;
	padding: 20px 0px;
	overflow: hidden;
}	

#productcontent {
	width: 100%;
	padding: 0px;
	margin: 0px;
}	
	#productcontent strong {
		color: #F18E00
	}
	
	#productcontent p, #productcontent td{
		font-size: 16px;
	}
	
	#product_information {
		padding: 60px 0px 20px 0px;
		width: 500px;
		background-image: url(../images/product_information_bg.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		height: auto !important;
		min-height: 380px;
		height: 380px;
	}
	
	#product_information h2 {
		background-image: url(../images/encabezados/h1_bg.gif);
		background-repeat: no-repeat;
		background-position: top right;
		line-height: 30px;
		font-weight: normal;
		padding: 50px 40px 0px 0px;
	}
	
	#product_text {
		padding-right: 50px;
	}
	
	#product_image {
		float: right;
		text-align: center;
		width: 450px;
		margin-top: 30px;
	}
	
#maincontent {
	width: 690px;
	padding: 20px 40px 40px 0px;
	margin: 0px auto;
	background-image: url(../images/maincontent_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: auto !important;
	min-height: 600px;
	height: 600px;
}	

	#maincontent h1 {
		background-image: url(../images/encabezados/h1_bg.gif);
		background-repeat: no-repeat;
		background-position: top right;
		line-height: 40px;
		font-weight: normal;
		padding-top: 40px;
	}
	
	#maincontent > p {
		margin-right: 40px;
	}
	
	#maincontent p, #maincontent td{
		font-size: 15px;
	}	

#footer {
	margin-top: 80px;
}

.end {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.error {
	color: #FF0000;
}

	
#content .separator {
	clear: both;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	background-image: url(../images/content_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	color: #333333;
	margin: 5px;
}

.right_image {
	float: right;
}

.left_image {
	float: left;
	margin-right: 5px;
}


/* Home */
#writers, #ilustrators, #collections {
	float: left;
	width: 215px;
	padding: 0px 10px;
}

#collections h3 {
	text-align: center;
}

#authors p {
	line-height: 20px;
}

#authors a, #authors a:link, #authors a:visited {
	color: #415E6D;
}
#authors a:hover {
	color: #415E6D;
}

.collection_thumbanil {
	float: left;
	text-align: center;
	width: 107px;
}

/* Productos  y Colecciones*/
.product {
	background-image: url(../images/product_bg.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	margin-right: 20px;
	float: left;
	text-align: center;
	padding: 12px 8px 0px 0px;
	width: 110px;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}

	.product_image {
		height: 140px;
		line-height: 140px;
		text-align: center;
		border: 1px solid #FF0000;
	}
		
		.product_image a{
			line-height: 200px;
			height: 140px;
			border: 1px solid #FFFFFF;
		}
		
		.product_image img{
			vertical-align: bottom;
		}
		
	.product_description a{
		margin-top: 10px;
		font-size: 12px;
	}
	
	
	.product_description{
		margin-top: 20px;
	}
	
.product_collection {
	background-image: url(../images/product_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-right: 20px;
	float: left;
	text-align: center;
	padding: 12px 10px 20px 0px;
	width: 230px;
	height: 135px;
}

#collection_image {
	float: left;
	background-image: url(../images/collection_image_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 160px;
	height: 110px;
	padding: 60px 35px 40px 80px;
	margin-top: 25px;
}

#collection_text {
	float: right;
	background-image: url(../images/collection_text_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 40px 35px 20px 10px;
	height: 180px;
	width: 360px;
}

#others_collections {
	width: 700px;
	margin: 0 auto;
}

	#others_collections .collection_thumbanil {
		width: 140px;
	}
	
/* Authors */
#authorscontent	{
	width: 710px;
	padding: 20px 0px 40px 0px;
	margin: 0px auto;
	overflow: hidden;
}

#author_image {
	float: left;
	width: 190px;
	height: 250px;
	padding: 50px 35px 40px 70px;
	margin-top: 50px;
	position: relative;
}

#author_tree {
	float: left;
	background-image: url(../images/autor_image_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 240px;
	padding: 60px 35px 40px 40px;
	position: absolute;
	left: 0;
	top: 0px;
}

#author_content {
	float: right;
	background-image: url(../images/autor_text_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 20px;
	height: auto !important;
	height: 380px;
	min-height: 380px;
	width: 405px;
}

#author_text {
	margin-bottom: 20px;
	padding: 0px 45px 10px 10px;
	width: 350px;
}

	#author_content h2 {
		background-image: url(../images/encabezados/h2_bg.gif);
		background-repeat: no-repeat;
		background-position: top right;
		line-height: 50px;
		font-weight: normal;
		padding-top: 40px;
	}
	
#terms_cond
{
	border: 1px solid #7f9db9;
	height:300px;
	overflow-y:auto;
	width:500px;
}
