/*  
CSS: productos
Description: hoja de estilos de la parte dinamica de productos
Version: 1.0
Author: Yaxsys
*/

.imagenprincipal {
	height: 440px;
	width: 353px;
}
.infoprincipal {
	height: 440px;
	width: 218px;
}
.introsublinea {
	height: 440px;
	width: 548px;
}
.titulosubl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
}
.sublineas {
	height: 380px;
	background-color: #f5f5f6;	
}

.sec1 {
	height: 20px;
}

.sec2 {
	font-family: Verdana;
	font-size: 13px;
	color: #92909a;
	height: 90px;
	padding-right:8px;
	text-align:left;
}

.sec3 {
	font-family: Verdana;
	font-size: 11px;
	color: #bab8c0;
	height: 308px;
	padding-right:8px;	
	text-align:left;	
    overflow:auto;	
}

.sec4 {
	font-family: Verdana;
	font-size: 11px;
	color: #bab8c0;
	height: 30px;
	text-align:left;	
}

.cve {
	font-family: Verdana;
	font-size: 9px;
	color: #bab8c0;
	text-align:left;	
}



/* ######### Menu Vertical Productos ######### */

.slineasmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.slineasmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
}

.slineasmenu ul li a{
	font-family: Verdana;
	font-size: 10px;
	float:inherit;
	color: #92909a;
	text-decoration: none;
	border-right: 1px solid #f5f5f6; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-indent: 0px;
	display:list-item;
}

.slineasmenu ul li a:visited{
color: #bca7d0;
}

.slineasmenu ul li a:hover, .indentmenu ul li a.selected{
	color: #a688be; /*text color of selected and active item*/
	padding-top: 5px; /*shift text down 1px for selected and active item*/
	padding-bottom: 3px;
}

.extras a{
	font-family: Verdana;
	font-size: 10px;
	float:inherit;
	color: #0066FF;
	text-decoration: none;
	border-right: 1px solid #f5f5f6; /*dark purple divider between menu items*/
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-indent: 0px;
	font-weight: bold;
}