@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;
	
}

.sub_menu_container{
    margin-bottom: 5px; 
    border: solid 1px #ccc;
    border-radius: 5px;
}
.sub_menu_title{
    background-color: #8682BD;
   
    padding: 3px;
    padding-left: 0px;
   }
   .sub_menu_div{
       border-top: solid 1px #ccc;
       height: 30px;
   }
   .purple{
       color: #584d86;
   }
   .hrfirst{ background:#e2e2e2; height:3px;}
.sub_menu_title_content{
    width: 100%;
    background-color: #8682BD;
    padding-left: 20px;
    text-transform: capitalize;
   height: 30px;
   padding-top: 3px;

}
.sub_menu_title_text{
    float: left;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
   
     
}

.sub_menu_text{
    margin-left: 20px;
    margin-top: 6px;
}


/* header */
#header {
	height: 63px;
	padding: 0px;
	margin: 0px;
}
.white_color{
    color: #ffffff;
}

.content{
    background-image: url("../images/productadbg.jpg");
    padding-top: 80px;   padding-bottom: 50px;
    background-repeat: repeat-x;
    margin-bottom: 50px;
    
}

 .prod-title {
    color: #483C7A;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 10px;
 }



#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  {
	text-align: right;
        background-image: url("../images/pic01.png");
	background-repeat: no-repeat;
}
.topic{
    margin-bottom: 20px;
}
.type_p_desciption{
    background: url("../images/productadbg.jpg");
    background-repeat: repeat-x;
    border: solid 1px #ccc;
    border-bottom: none;
    
}
.type_p_desciption_text{
    border: solid 1px #ccc;
    padding: 25px; 
    height: 200px;
    line-height: 22px;
    text-align: justify;
   
}


/* 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: 190px;
}

.textcontent .news {
	width: 338px;
}

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

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

.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 {
    border-bottom: #e5e5e5 1px solid;
	border-top: #e5e5e5 1px solid;
	line-height: 30px;
	height: 30px;
	padding:0px 14px;
        position: relative;
        margin-top: 15px;
    
}

#foot-menu {
	
}

#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
}
.borde{
    border-radius: 5px;
    
}
