@charset "UTF-8";

/*
@import "../css/main0.css";
@import "../css/menu.css";
@import "../css/lanrentuku.css";
*/

/* base */
body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	background-color: #FFFFFF;
	background-image: url("../images/home_bg.png");
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	min-width: 1024px;
	line-height: 160%;
}

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

ul li {
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #E51A45;
}

a img {
	border: none;
}

/* content */
#container {
	padding: 0px;
	margin: 0px auto;
	width: 1004px;
}

.clear {
	clear:both;
}

/* header */
#header {
	height: 63px;
	padding: 0px;
	margin: 0px;
}
#header div {
	float: left;
	position: relative;
}

#header a {
	display: inline-block;
}

#header #header-box {
	float: right;
	width: 799px;
	margin: 25px 1px 10px 0px;
}

#logo, #logo a {
	margin: 15px 0px 20px 0px;
	height: 28px;
	width: 204px;
}

#logo {
	background-image: url("../images/logo_dascom.png");
	background-repeat: no-repeat;
}

#header-box ul {
	text-align: right;
}

#header-box ul li {
	display: inline-block;
	position: relative;
}

#header-box a {
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

#header-box .contact {
	background-image: url("../images/pic01.png");
	background-repeat: no-repeat;
	height: 24px;
}

#header-box .contact a {
	padding-left: 26px;
}

/* content*/
.textcontent {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 123px;
	zoom: 1;
	z-index:999;
}

.textcontent ul li {
	float: left;
	position: relative;
	list-style-type: none;
	z-index:-1;
}

.textcontent .separator {
	background-image: url("../images/home04.gif");
	width: 15px;
	border: none;
	height: 120px;
}

.textcontent .news {
	width: 338px;
}

.textcontent .welcome {
	width: 651px;
	position: relative;
}

.textcontent .divtext {
	padding:0px 16px;
	position: relative;
}

.textcontent .texttitle{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.textcontent .divtext .read {
	display: inline-block;
	float: right;
}

.textcontent .divtext .read a {
	border: 1px solid #ECECEC;
	background: url("../images/arrow.png") no-repeat 8px 48%;
	display:inline-block;
	padding-left:15px;
	width:80px;
}


/* footer */
#foot {
}

#foot-menu {
	border-bottom: #e5e5e5 1px solid;
	border-top: #e5e5e5 1px solid;
	line-height: 30px;
	height: 30px;
	padding:0px 14px;
}

#foot-menu a {
	color: #4C4C4C;
}

#foot-menu a:hover {
	color: #675ECC;
}

#foot-box div {
	float: left;
}

#foot-copy {
	color: #666666;
	font-size: 11px;
	padding: 20px 0px 30px 14px;
	width: 640px;
}

#foot-box #foot-share {
	float: right;
	padding-top: 3px;
	margin-right: 2px;
}

/* DETALLES DE PRODUCTOS (MEJORA DE CSS)*/
#productDetail .titles
{
    text-align: left; 
    color: rgb(102,102,102); 
    font-size: 8pt; 
    font-weight: bold
}

#productDetail .description
{
    text-align: left; 
    font-size: 12px
}