/*
----------------------------------------------------------------------
  Estudio46 | Diseño Gráfio y Comunicación 
  www.estudio46.com.ar | info@estudio46.com.ar 
----------------------------------------------------------------------
  ESTILOS CSS - 00 HOME
----------------------------------------------------------------------
*/
/*---------------------------------------------------- > Contenidos */
.txt {
    text-align: left;
	color: #ffffff;
	font-size: 16px;
	line-height: 16pt;
	padding: 20px 15px 15px 15px;
	background-image: url(../img/00_intro_box_fdo.jpg);
	background-position:center bottom;
	background-repeat: repeat-x;
	background-color: #a9ca50
}
.txt_slogan {
	font-size: 20px;
	line-height: 16pt;
	text-transform: uppercase;
}
.txt_slogan2{
	padding: 15px 15px 10px 15px;
	font-size: 16px;
	color: #acce51;
	line-height: 14pt;
	text-transform: uppercase;
	font-weight: bold;
}
.txt_sistema {
	padding: 30px 15px 15px 15px;
	font-size: 14px;
	color: #ffffff;
}
.txt_sistema_numeros {
	font-size: 20px;
	color: #acce51;
	line-height: 12pt;
	color: #acce51;
	font-weight: normal;
}
/*---------------------------------------------------- > Banners */
.banner_titulo {
	padding: 5px 0px 5px 10px;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}
.banner_txt{
	padding: 10px 0px 5px 10px;
}
/*---------------------------------------------------- > menu + links*/
.bt-asesor{
	color: #ffffff;
	TEXT-DECORATION: none;
	text-transform: uppercase;
}
.bt-asesor:hover{
	color: #ffffff;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.bt-cocina{
	color: #b5e344;
	TEXT-DECORATION: none;
	font-weight: normal;
}
.bt-cocina:hover{
	color: #b5e344;
	TEXT-DECORATION: underline;