@charset "utf-8";
/* CSS Document */

body { 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	background-color:#FFF;
}

a { font-size:12px; color:#999; text-decoration:none;}
a:hover{ text-decoration:underline; color:#1fb25a;}
img { border:0px;}

#line_header {width:955px; height:126px; margin:auto;}
#logo{ width:330px; margin:auto; height:126px; padding-left:0px; padding-top:0px; float:left; }
#navigation { width:625px; margin:auto; height:126px; float:left;}
#navigation ul { margin-left:0px; padding-top:10px:}
#navigation li { list-style:none; padding-top:2px;}
#body_container{ height:424px; background-image:url(../images/layout/degrade_fondo.jpg); background-repeat:repeat-x; clear:both;}
#body_container_i{ height:435px; background-image:url(../images/layout/degrade_fondo_i.jpg); background-repeat:repeat-x; clear:both;}
#paginas { text-align:right;} 
#footer{ width:100%; height:100px; padding-top:10px; background-image:url(../images/layout/fondo_cierre.jpg); background-repeat:repeat-x; }
#footer_menu{ width:955px; text-align:right; margin:auto; font-size:12px; color:#666; padding-top:8px;  text-transform: lowercase;}
a.num{ font-size:}


div.photos_home{ width:955px; }
div.home{ background-color:#FFF; width:955px; margin:auto; height:424px;}

div.left_home{width:179px; height:344px; float:left;  text-align:center; background-image:url(../images/layout/degrade_izq_inico.jpg); background-repeat:no-repeat; padding-top:80px;}

div.internal_box{ width:387px; float:right; height:435px; background-image:url(../images/general/fnd_acerca_de.jpg); background-repeat:no-repeat; background-position:center; }
div.internal {background-color:#FFF; width:955px; margin:auto; height:435px;}
div.internal_left{width:568px; height:435px; float:left;  background-image:url(../images/layout/degrade_izq_inico_i.jpg); background-repeat:repeat-x;}
img.titulo{ padding-top:12px; padding-left:15px;}

div.photo{ width:319px; float:right; }
div.copy{ text-align:center; font-size:12px; color:#999; width:955px; margin:auto; clear:both; padding-top:25px;}
div.texto { padding-right:10px; padding-left:120px; padding-top:12px; padding-right:50px; text-align:justify; height:350px; overflow:hidden; color:#FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px;  }
div.numeros { float:right;}
div.transparency { width:195px; height:150px; background-image:url(../images/internal/fondo_menu_prod.png); z-index:2; margin-left:108px; margin-top:269px; color:#FFF; text-align:left; padding-left:15px; padding-top:16px; font-size:18px  }

div.transparency a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:12px;
	font-size:13px;
	color:#fdfdfd;
	line-height:22px;
	font-weight:bold;
	color:#FFF; 
}
div.transparency a:hover{ color:#E6E6E6;}

.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	
		
	  div.contentWrap {
    height:580px;
    overflow-y:auto;
  }
		
	#overlay {
		background-color:#ffffff;
		height:580px;
		width:890px;
		overflow:hidden;
		
	}	



/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/* These styles create the dropdown menus. */
#navbar {width:625px; margin:auto; height:126px; float:left; position:relative;
  }

#navbar .horizontal{}

#navbar li {
   list-style: none;}
#navbar li a {

  text-transform: uppercase;
   text-decoration: none; 
   color: #999;
   font-weight: bold; }
#navbar li a:hover {
   color: #000;  }
#navbar li ul {
   display: none; height:21px;  }
#navbar li:hover ul, #navbar li.hover ul {
   position:inherit;
   display: inline;
   left: 0px;
   width: 80%;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: right; width:auto;  }
#navbar li:hover li a, #navbar li.hover li a {
   color: #000; }
#navbar li li a:hover {
   color: #357; }
