@charset "utf-8";
/* CSS Document */

/*		HOME			*/

#cuerpo .blq_izquierda {
	float:left;
}

#cuerpo .blq_derecha {
	float:right;
	width: 150px;
}


#img_tag{
	width: 148px;
	height: 148px;
	border: 1px solid #000099;
	background-color: #00ccff;
}
/*		/HOME			*/



#cuerpo h1 {
	font-size: 30px;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 5px;
	color: #999933;
	margin-top: 12px;
	padding-left: 10px;
}

#cuerpo h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px 25px 10px;
	color: #666666;
}

#cuerpo h3 {
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 15px 10px 25px 10px;
	color: #999933;
}

#cuerpo p {
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding: 15px 10px 0 10px;
}

#cuerpo ul {
	padding: 10px;
}

#cuerpo ul li{
	list-style: none;
	line-height: 14px;
	font-size: 12px;
	padding-left: 30px;
	background: url(images/bull_green.gif) no-repeat left top;
}

#cuerpo a:link, #cuerpo a:visited{
	text-decoration: none;
	color: #666600;
}

#cuerpo a:hover, #cuerpo a:active{
	border-bottom: 1px dotted #990000;
	color:#990000;
	background-image:url(images/ir.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding-right: 10px;
}

#cuerpo a[href^="http:"] {
	background: url(images/ir_ext.gif) no-repeat right top;
	padding-right: 10px;
}

/*			CLIENTES			*/
#cuerpo a.cliente {
	display: block;
	width: 150px;
	padding: 10px;
	background: none;
	text-decoration: none;
	border: none;
}

#cuerpo a.cliente:link, #cuerpo a.cliente:visited{
	border: none;
}

#cuerpo a.cliente:hover, #cuerpo a.cliente:active{
	border: 1px solid #cccccc;
	padding: 15px;
}

#cuerpo .cliente img{
	width: 150px;
}
/*			/CLIENTES			*/

/*			PRODUCTOS			*/
#cuerpo a.producto {
	display: block;
	width: 240px;
	padding: 25px;
	background: none;
	text-decoration: none;
	border: none;
}

#cuerpo a.producto:link, #cuerpo a.producto:visited{
	border: none;
}

#cuerpo a.producto:hover, #cuerpo a.producto:active{
	border: 1px solid #cccccc;
	padding: 28px 28px 28px 0 28px;
}

#cuerpo .producto img{
	width: 240px;
}
/*			/PRODUCTOS			*/