@charset "utf-8";
.html, body {
	margin: 0px 0px;
}
/* Botones */


#head_bots {
	float:left;
	width:720px;
	height:107px;
	border: 0 0 0 0;
    padding: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
	margin: 0px 0px;
	background-image:url(../images/bg-min-botonera.png);
	background-repeat:no-repeat;
}


/*
BOTONES PRINCIAPLES
*/


.head_bots a{
	float:left;
	width:142px;
	height:29px;
	display:inline;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
	font-size: 12px;
	margin: 0px 2px 0px 0px;
    padding-top: 23px;
}

.head_bots a:hover{
	background-image:url(../images/bg-btn-over2.png);
}

.head_bots a:active{
	color:#FFF;
}

.head_bots_activo{
	background-image:url(../images/bg-btn-over2.png);
}



/*
SUB-BOTONES DE PRODUCTOS
*/


.sub-menu{
	text-align:center;
	float:left;
	width:720px;
	height:35px;
	background-image:url(../images/btn-prod-arrow2.png);
	background-repeat:no-repeat;
	background-position:205px 1px;
}


.head_bots2 a{
	float: left;
	width: 90px;/**/
	height: 19px;
	display: inline;
	color: #A6EDD7;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.head_bots2 a:hover{
	color:#FFF;
}

.head_bots2 a:active{
	color:#FFF;
}

.head_bots2_activo{
	background-color:#0FC;
}







.head_bots3 a{
	float:left;
	width:87px;
	height:19px;
	display:inline;
    color: #99CCCC;
    text-decoration: none;
    font-weight: bold;
	font-size: 11px;
	margin: 1px 1px 0px 2px;
}

.head_bots3 a:hover{
	color:#FFF;
}

.head_bots3 a:active{
	color:#FFF;
}

.head_bots3_activo{
	background-color:#0FC;
}
