@charset "utf-8";
/* CSS Document */

#Main_container{/*Main container ID is used by template 1, template 2 and template 3 with 2 columns */
 	width: 880px;
	height: 450px;
}

.middleColumn{  /*This class is used by template 1, template 2 and template 3 with 2 columns */
	width: 15px;
	float: left;
	height:400px;
	display:block;
}

.Menu_Column{
	width: 130px;
	height:455px;
	left:5px;
	float: left;
	display:block;
}
#tablas {
	position:absolute;
	width:355px;
/*	height:351px;*/
	z-index:1;
	left: 155px;
	top: 100px;
	overflow: auto;
}

.oneColumn_contenidos1{
	width: 725px;
	float: left;
	display:block;
}
.leftColumn_tablas{
	width: 355px;
}
.rightColumn_contenidos1{
	width: 355px;
	float: left;
	display:block;
}
.Menu_spacer{
	width: 5px;
	float: left;
	height:455px;
	display:block;
}

/*Begin Omar's styles*/

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	word-spacing: normal;
}

.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	word-spacing: normal;
	font-weight: bold;
}

.content_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	word-spacing: normal;
	font-style:italic;
}

.menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: left;
	word-spacing: normal;
}

.lineas_de_productos {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fda61c;
	font-size: 13px;
	line-height: 14px;
	text-transform: none;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fda61c;
	line-height: 16px;
	text-align: left;
	word-spacing: normal;
}

.buttons_gray {	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	border-style:Solid;
	border-color:#666666;
	border-width: 0.75px;
	background-color: #666666;
	background-image:  url(../imagenes/back_button.jpg);
}

.titles_white {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}

.subtitles_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #d2d7dd;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
}
.subtitles_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fda61c;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
}
a {
	color: #fda61c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fda61c;
}
a:hover {
	text-decoration: none;
	color: #d2d7dd;
}
a:active {
	text-decoration: none;
	color: #fda61c;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

.text_fields{
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: left;
	word-spacing: normal;
}

#menu_items a {
	color: #FFFFFF;
}

#menu_items a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menu_items a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu_items a:hover {
	text-decoration: none;
	color: #fda61c;
}
#menu_items a:active {
	text-decoration: none;
	color: #FFFFFF;
}