/*

	Web Design by C238.
	URL:	http;//www.c238.com.ar
	
*/

/* CSS EST */
body{padding:0;margin:0;font:13px Arial,Helvetica,Garuda,sans-serif;font-size:small;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font-size:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}


/* LAYOUT */
html {
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #c3c3c3;
}
#wrapper{
	background: #2b2b2b;
	width: auto;
	margin-bottom: -50px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}
#header-box,
#wood,
#content,
#foot{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header{
height: 148px;
	background: url(images/header.gif) repeat-x;
}
#header-box{
	height: 148px;
}
#wood{
	height:401px;
	padding: 10px;
}
#content{
	padding: 10px;
}
#main{
	background: url(images/wood.gif) repeat-x top center;
}

#push,
#footer{
	height: 50px;
	clear: both;
}
#footer{
	background: url(images/foot.gif) repeat-x;
}
#foot .css,
#foot .html{
	width: 100px;
	margin-top: 12px;
	float: right;
}
#foot .by{
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
	width: 120px;
	float: right;
}
#foot .by a{
	color: #9c0000;
	text-decoration: none;
}
#foot .by a:hover{
	color: #ffffff;
}
#foot .copy{
	margin-top: 20px;
	float: left;
}

/* HEADER */
#header-left,
#header-right{
	height:148px;
	overflow: hidden;
}
#header-left{
	float: left;
	width: 500px;
}
#header-right{
	float: right;
	width: 450px;
}

#logo{
	width: 500px;
	height: 50px;
	background: url(images/logo.gif) no-repeat bottom;
	margin-top: 20px;
}

/* MENU */
#menu{
	height: 38px;
	padding-top:20px;
}
#menu a{
	padding: 20px;
	padding-top:21px;
	padding-bottom: 23px;
	line-height: 58px;
	font-size: 12px;
	text-decoration: none;
	color: #c3c3c3;
	text-transform: uppercase;
}
#menu a:hover,
#menu .active{
	background: url(images/menu_link.gif) repeat-x;
	color: #ffffff;
}

/* WOOD */
.covers-row{
	width: 750px;
	margin-left: auto;
	margin-right: auto;

}
.covers-row .cover{
	float: left;
	width: 142px;
	margin-left: 20px;
	margin-right: 20px;
}
#book{
	width: 750px;
	height: 385px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#cover{
	float: left;
	margin-right: 20px;
}
#info{
	float: left;
	background: url(images/info.png) no-repeat;
	width: 360px;
	height: 300px;
	padding: 40px;
	color: #222222;
	font-size: 14px;
}

#info h1{
	font-size: 22px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #9c0000;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#info li{
	list-style: disc;
	margin-left: 20px;
	font-size: 14px;
}
#info p{
	margin-top: 20px;
	font-style: italic;
}
#info .cita{
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

/* CONTENT */
#content p{
	line-height: 1.2em;
}
#content h2{
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/title.gif) repeat-x bottom center;
	margin-bottom: 10px;
	clear: both;
}
#content a{
	color: #ebb971;
	text-decoration: none;
}
#content a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#content strong{
	font-weight: bold;
}
#content li{
	list-style: disc;
	margin-left: 20px;
}
#content .col{
	float: left;
	width: 285px;
	padding-left: 15px;
}
#content h3{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
#content .firma{
	padding: 50px;
	color: #ffffff;
}


.video,
.desc{
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;

}
.video{
	margin-left: 20px !important;
	margin-left: 10px;
}
.desc{
	width: 380px;
}
.desc li{
	margin-bottom: 4px;
}
.desc dt{
	font-weight: bold;
}
