/* CSS Document */
/* Custom elussich design */
* {
  outline: none;
}
body {
	background: #FFFFFF url(../img/bg.jpg) no-repeat scroll right top;
	margin: 0;
	height: 100%;
}
#bg_false {
   width: 50%;
   height: 100%; /* height of bg! */
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(../img/bg_false.jpg) repeat-x;
   z-index: 0;
}
#hd {
	background-color: #FFFFFF;
}

#hd_img {
	margin: 0;
	padding: 0;
	height: 75px;
}

#bd {
	border-left: 1px solid #BEE4EC;
	border-right: 1px solid #BEE4EC;
	height: 100%;
}

#menu {
	margin: 20px 0 0 20px;
	padding: 15px 0 0 0;
	border-top: 1px solid #0E76A7;
	height: 300px;
	background-image: url(../img/menu_bg.gif);
	background-position: 0px 253px;
	background-repeat: repeat-x;
}
#menu ul {
	/* to fix IE6 */
	/*margin: 0 0 195px 0;*/
}
#menu ul li a {
	width: 140px;
	height: 24px;
	display: block;
	color: #87C5CA;
	text-decoration: none;
	margin: 0;
}
#menu ul li a#item1 {
	background: url(../img/menu_item1.gif) 0px 0px no-repeat ;
}
#menu ul li a#item1:hover, #menu ul li a#item1.selected {
	background: url(../img/menu_item1.gif) 0px -25px no-repeat ;
}
#menu ul li a#item2 {
	background: url(../img/menu_item2.gif) 0px 0px no-repeat ;
}
#menu ul li a#item2:hover, #menu ul li a#item2.selected {
	background: url(../img/menu_item2.gif) 0px -25px no-repeat ;
}
#menu ul li a#item3 {
	background: url(../img/menu_item3.gif) 0px 0px no-repeat ;
}
#menu ul li a#item3:hover, #menu ul li a#item3.selected {
	background: url(../img/menu_item3.gif) 0px -25px no-repeat ;
}
#menu ul li a#item4 {
	background: url(../img/menu_item4.gif) 0px 0px no-repeat ;
}
#menu ul li a#item4:hover, #menu ul li a#item4.selected {
	background: url(../img/menu_item4.gif) 0px -25px no-repeat ;
}
#menu ul li a#item5 {
	background: url(../img/menu_item5.gif) 0px 0px no-repeat ;
}
#menu ul li a#item5:hover, #menu ul li a#item5.selected {
	background: url(../img/menu_item5.gif) 0px -25px no-repeat ;
}
#menu ul li a#item6 {
	margin: 10px 0 0 0;
	background: url(../img/menu_item6.gif) 0px 0px no-repeat ;
}
#menu ul li a#item6:hover, #menu ul li a#item6.selected {
	background: url(../img/menu_item6.gif) 0px -25px no-repeat ;
}
#menu ul.submenu {
	margin: 0;
	padding: 0 0 5px 0;
	height: auto;
	font-family: "Arial Narrow", Arial, Tahoma, Helvetica;
	font-size: 14px;
	line-height: 15px;
	text-align: right;
	background: none;
	border: none;
}
#menu ul.submenu a {
	height: 16px;
	color: #88E0F1;
	font-weight: bold;
}
#menu ul.submenu a:hover, #menu ul.submenu a#selected {
	color: #5482A4;
}
#menu_sec {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 10px;
	text-align: right;
	margin: 0 0 0 20px;
	top: 411px;
}
#menu_sec input {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #083570;
	text-align: right;
	width: 134px;
	margin: 3px 0 13px 0;
	padding: 2px;
}
#menu_sec input#enviar {
	border-bottom: 1px solid #F6C578;
	border-right: 1px solid #F6C578;
	border-left: 1px solid #BB500A;
	border-top: 1px solid #BB500A;
}
#menu_sec input#suscribir {
	border-bottom: 1px solid #BAC481;
	border-right: 1px solid #BAC481;
	border-left: 1px solid #6C710F;
	border-top: 1px solid #6C710F;
}
a#envia {
	width: 140px;
	height: 35px;
	display: block;
	text-decoration: none;
	background: url(../img/envia.gif) 0px 0px no-repeat ;
}
a#envia:hover {
	background: url(../img/envia.gif) 0px -36px no-repeat ;
}
a#suscribete {
	width: 140px;
	height: 32px;
	display: block;
	text-decoration: none;
	background: url(../img/suscribete.gif) 0px 0px no-repeat ;
	margin: 5px 0 0 0;
}
a#suscribete:hover {
	background: url(../img/suscribete.gif) 0px -33px no-repeat ;
}

/******* CONTENT ***********/

#content {
	width: 557px;
	margin: 20px 0 0 0;
	border-top: 1px solid #87E0F1;
	padding: 10px 0 0 0;
	height: 470px;
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #083570;
	line-height: 14px;
}
#content h1 {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #87E0F1;
	margin: 10px 0 7px 0;
	padding: 4px 0;
}
#content h2 {
	font-family: "Arial Narrow", Arial, Tahoma, Helvetica;
	font-size: 14px;
	color: #0099CC;
	border-top: 1px solid #87E0F1;
	margin: 10px 0 7px 0;
	padding: 1px 0;
}
#content h3 {
	font-family: "Arial Narrow", Arial, Tahoma, Helvetica;
	font-size: 13px;
	color: #0099CC;
	margin: 0;
	padding: 0;
}
#content a {
	text-decoration: none;
	color: #639DC9;
}
#content a:hover {
	text-decoration: underline;
}
#content img {
	border: 3px solid #87E0F1;
	margin: 7px 0 4px 0;
}
#content p {
	margin: 0 0 10px 0;	
}

#col_right {
	width: 118px;
	height: 430px;
	border-top: 1px solid #0E76A7;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;
}
#col_right h1 {
	font-family: "Arial Narrow", Arial, Tahoma, Helvetica;
	font-size: 14px;
	color: #083570;
	line-height: 15px;
}
#col_right h2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #639DC9;
	line-height: 13px;
}
#col_right p {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #639DC9;
	line-height: 12px;
	margin: 4px 0 14px 0;
}
#col_right ul {
	margin: 10px 0 0 0;
}
#col_right ul li {
	list-style-type: none;
	background: url(../img/modelos/down.gif) 0px 4px no-repeat;
	font-family: Tahoma, 'Trebuchet ms', Arial;
	font-size: 10px;
	color: #17B1CE;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}
#col_right ul li.showThing {
	background: none;
	margin: 0;
}
#col_right ul li.showThing img {
	margin: 4px 0 0 -18px;
	border: none;
}
#col_right img {
	border: 3px solid #87E0F1;
}

#la_empresa {
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 14px;
}
/******** FOOTER *********/
#ft {
	height: 100%;
	border-left: 1px solid #BEE4EC;
	border-right: 1px solid #BEE4EC;
	padding-bottom: 20px;
}
#ft_box {
	width: 710px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #A4BDC8;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #5482A4;
}
#ft_box a {
	text-decoration: none;
	color: #639DC9;
}
#ft_box a:hover {
	text-decoration: underline;
}

/**** SLIDES ****/

#slides ul {
	width: 420px;
	height: 132px;
	margin: 22px 0 0 0;
}
#slides li {
	width: 75px;
	height: 56px;
	display: inline;
}
#slides li a {
	float: left;
	width: 75px;
	height: 56px;
	display: block;
	margin: 0 5px 5px 0;
	border: 2px solid #87C5CA;
}
#slides li a:hover {
	border: 2px solid #EBA34B;
}
#slides li a img {
	border: 0;
	margin: 0;
}
#slideBig {
	width: 410px;
	/*height: 183px;*/
	text-align: center;
}
#slideBig img {
	width: 409px;
	margin: 6px 0 0 0;
}
#slidesLegend {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 10px;
	color: #083570;
	line-height: 15px;
}
