@charset "utf-8";
/* CSS Document */


#portlet{ 

background:#FFFFFF;
border:none;
display:block;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
}



normal{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCCCCC;
	line-height: 20px;
	}

.txtportlet{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCCCCC;
	line-height: 20px;
	}
	
.tituloportlet{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	font-weight:bold;
	line-height: 20px;
	}
	
a.hover,a.visited {
    padding: 2px;
    color: #009acb;
    text-decoration: none;
	font-size: 11px;
}
a{
    padding: 2px;
    color: #CCCCC;
    text-decoration: none;
	font-size: 11px;
}
/* ------------------------------------------texto deatalle de producto*/
.autor{
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #009acb;
	vertical-align: middle;
}
.tituloprod{
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #0066b7;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
}
.normalcar{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	font-weight:bold;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 20px;
}
.totalcar{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999999;
	font-weight:bold;
	line-height: 20px;
}
.bordecarro{
	border: 1px solid #0096CB;
}
.bordehordashed{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}