@charset "utf-8";
/* CSS Document */
body, input, textarea, select {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#6C6C6C;
}
h1, h2, h3, h4, h5, h6 {
	font-family: GriffithGothic-Bold, sans-serif;
	color: #7DBEDC;
	margin: 5px 0 10px 0;
	font-style:normal;
	padding: 0;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
a {
color:#2E739C; text-decoration:none;}
a:hover {
color:#6c6c6c; }

/*texto en el contenido*/
.azul_texto_1{color: #2E739C;}
.azul_texto_2{color: #7DBEDC;}
.azul_fondo_1{background-color: #7DBEDC;}
.azul_fondo_2{background-color: #2E739C;}
.azul_fondo_3{background-color: #e3f6fc;}
.blanco_texto_1{ color: #FFF;}
/*linea nutrilite*/
.nutrilite_texto_1{color: #367900;}
.nutrilite_texto_2{color: #bce268;}
.nutrilite_fondo_1{background-color: #367900;}
.nutrilite_fondo_2{background-color: #bce268;}
/*lina artistry*/
.artistry_texto_1{color: #906946;}
.artistry_texto_2{color: #7a6946;}
.artistry_fondo_1{background-color: #dbc9a5;}
.artistry_fondo_2{background-color: #eadec6;}
/*linea glister*/
.glister_texto_1{color: #81dac4;}
.glister_texto_2{color: #cdf1e7;}
.glister_fondo_1{background-color: #81dac4;}
.glister_fondo_2{background-color: #cdf1e7;}
/*linea tolsom*/
.tolsom_texto_1{color: #2d3b55;}
.tolsom_texto_2{color:#ffd557;}
.tolsom_fondo_1{background-color: #2d3b55;}
.tolsom_fondo_2{background-color: #969daa;}
/*linea tecnologia del hogar*/
.techogar_texto_1{color:#ff9100;}
.techogar_texto_2{color:#ffd954;}
.techogar_fondo_1{ background-color:#ff9100;}
.techogar_fondo_2{background-color:#ffd954;}
/*linea cuidado del hogar*/
.cuidado_hogar_texto_1{color:#3a3b95;}
.cuidado_texto_2{color:#8d86cc;}
.cuidado_fondo_1{ background-color:#3a3b95;}
.cuidado_fondo_2{background-color:#8d86cc;}
/*-------------posiciones-------------*/
.envelope{
float: left;
width: 100%;
}
.left{
float: left;
}
.right{
float: right;
}
.center_box{
margin:0 auto;
}
.txt_center{
text-align:center;

}
/*--------------espacios---------------------*/
.space_1{
margin:5px;}
.space_2{
margin:10px;}
.space_3{
margin:15px;}
.space_4{
margin:5px;
padding:5px;}
.space_5{
padding:5px;}
.space_6{
padding:10px;}
.space_7{
padding:15px;}
.space_8{
padding:5px 0;}
/*-------------estilos------------*/
.border{
border: 1px dotted #729bc8;}
.font_1{
font-size:14px}
.font_2{
font-size:16px}
.border02{
border-bottom:1px dotted #2e739c;

}
/*anchos--width--*/
.w_100{
width:100px;}
.w_150{
width:150px;}
.w_200{
width:200px;}
.w_250{
width:250px;}
.w_300{
width:300px;}
.w_350{
width:350px;}
.w_400{
width:400px;}
.w_450{
width:450px;}
.w_500{
width:500px;}
.w_550{
width:550px;}
.w_600{
width:600px;}
.w_650{
width:650px;}
.w_700{
width:700px;}
.w_750{
width:750px;}
.w_800{
width:800px;}
.w_900{
width:900px;}
.W_1000{
width: 1000px;
}
/*----------------quotes----------------*/
.quote_box{
font-family:"Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
font-style:italic;
color:#2E739C;
text-align:center;
}
.quote_top{
background-image:url(quotes1.gif);
background-repeat:no-repeat;
background-position:top left;
}
.quote_bottom{
background-image:url(quotes2.gif);
background-repeat:no-repeat;
background-position:bottom right;
}
/*------------------caja de esquinas redondeadas----------------*/
.box_corners{
width: 100%;
float: left;
}
.box_content{
margin: 0;
padding: 5px;
}
/*-------------cajas de advertencia-----------------*/
.error{
color:#CC0000;
background-image:url(warning_1.gif);
background-repeat:no-repeat;
background-position:5px 5px;
border: 1px dotted #729bc8;}
.info_important{
color:#2E739C;
background-image:url(warning_3.gif);
background-repeat:no-repeat;
background-position:5px 5px;
border: 1px dotted #729bc8;}
.warning{
color:#FF6600;
background-image:url(warning_2.gif);
background-repeat:no-repeat;
background-position:5px 5px;
border: 1px dotted #729bc8;}
/***********Menu*******************/
.links a{
margin:0;
padding:0;
list-style:none;
text-decoration:none;
color:#2e739c;
}
li a {
line-height:20px;
}
.links a:hover{
margin:0;
padding:0;
color:#7DBEDC;
text-decoration:underline;
}

.box_inside {
	margin: 0;
	padding: 5px;
}

/*caja con sombras*/
.cardshw_top {
	background-image: url(crnr_card_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.cardshadow_bot {
	background-image: url(crnr_card_08.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.center_shadow {
	background-image: url(crnr_card_center.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.center_shadow_650 {
	background-image:url(center_shadow_650.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.center_shadow_700 {
	background-image:url(center_shadow_700.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.spacer{
margin:10px 0;}
/* Calendar */

#calendar {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:normal;
}

#calendar caption {
	padding-bottom: 8px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}
#calendar .small {
font-size:12px;
}
/*menulateral*/
/*primer nivel*/
ul.menu_lat {
	display:block;
	zoom:1;
	float: left;
	width:121px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color: #2e739c;
}

ul.menu_lat li a{
	display:block;
	padding:4px;
	margin:3px 0;
	color: #2e739c;
	border-bottom: 1px solid #e4f3ff;
	border-left:5px solid #7DBEDC;
	vertical-align:middle;
	zoom:1;
	background-color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	cursor:default;
}
ul.menu_lat li a:hover {
	position:relative;
	text-decoration:none;
	border-bottom: 1px solid #e4f3ff;
	border-left:5px solid #2e739c;
	text-align:right;
}
/*segundo nivel*/
ul.menu_lat ul {
	display:none;
	position: absolute;
	left:98%;
	top:-1px;
	margin:0px;
	list-style:none;
	background-color:#e3f6fc;
	color:#FFFFFF;
	width:130px;
	padding:0px;
}
ul.menu_lat li:hover ul {
	display:block
}
ul.menu_lat ul li a{
	display:block;
	color: #2e739c;
	background-color:#e3f6fc;
	border:none;
	margin:3px;
}
ul.menu_lat ul li a:hover{
	display:block;
	color:#2e739c ;
	background-color:#FFFFFF;
	margin:3px;
	text-align:left;
	border:none;
	text-decoration:none;
}

ul.menu_lat li:hover {
	position:relative;
}

ul.menu_lat span {
	overflow:hidden;
}
ul.menu_lat ul li {
	float:none;
}
ul.menu_lat ul a {
	text-align:left;
	white-space:nowrap;
}
.scroll_gral{
float:left;
width:100%;
clear:both;
overflow:auto;
}
.max_h385{
max-height:385px;
}