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

body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
}
body {
	background-color: #E7E8E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
}
#fondo {
	width:100%;
	background-image:url(../i/bg_body.png);
		background-repeat:repeat-y;
		background-position:center;	
	margin:0;
	padding:0;
}
#content {
	width:980px;
	margin:auto;
	position:relative;
}

#content #barra {
	background-image:url(../i/top_header.png);
	height:63px;
}

#contenedor {
line-height:20px;}
#contenedor .president{
float:left;
margin-right:20px;
}
#contenedor h1{
	color:#0050A4;
	font-size:18px;
}
#contenedor p {
	text-align:justify;
}
#footer {
	
	background-image:url(../i/footer.png);
	background-position:center;
	background-repeat:no-repeat;
	height:110px;
	text-align:center;
	width:100%;	
	margin:auto;
	padding-top:16px;
}
#footer .copy {
	font-size:11px;
	clear:both;

	}
#footer .menu_footer {
	list-style:none;
	padding:0;	
	margin:auto;
	text-align:center;
	width:750px;
	padding-left:100px;
}

#footer .menu_footer li{
	float:left;
	display:block; 
	padding-right:20px;
	
}

#footer .menu_footer li A{
	color:#666;
	text-decoration:none;
}

#footer .menu_footer li A:hover{
	color:#0050A4;
}

#head_meet{background-image:url(../i/head_meet.png); height:235px; width:980px; background-repeat:no-repeat;}
#head_vission{background-image:url(../i/head_vission.png); height:235px; width:980px; background-repeat:no-repeat;}
#head_services{background-image:url(../i/head_services.png); height:235px; width:980px; background-repeat:no-repeat;}
#head_contact{background-image:url(../i/head_contact.png); height:235px; width:980px; background-repeat:no-repeat;}
#head_refer{background-image:url(../i/head_refer-2.png); height:235px; width:980px; background-repeat:no-repeat;}
#head_home{background-image:url(../i/head_home.png); height:300px; width:980px; background-repeat:no-repeat;}

/* menu mica */
#menu {
margin:auto;
width:957px;
	}

#menu .menuHolder {
list-style:none;
padding:0px;
height:30px;
margin:0px;

}
#menu .menuHolder li{
margin:0px;
padding:0px;
float:left;}

#menu .menuHolder a {color:#666;
background:url(../i/menu.png); display:block; height:80px; line-height:36px; text-align:center; background-repeat:no-repeat;}
#menu .menuHolder a:hover {color:#00AEEF;
}
/*ESTADO NORMAL*/
#menu .menu_home a {width:106px; background-position:0px 0px; padding-left:70px;}
#menu .menu_meet a {width:194px; background-position:-176px 0px;}
#menu .menu_vision a {width:138px; background-position:-370px 0px;}
#menu .menu_services a {width:122px; background-position:-508px 0px;}
#menu .menu_contact a {width:138px; background-position:-630px 0px;}
#menu .menu_refer a {width:164px; background-position:-768px 0px; text-align:left;padding-left:25px; }


/*ESTADO ROLLOVER*/
#menu .menu_home a:hover { background-position:0px -80px;}
#menu .menu_meet a:hover { background-position:-176px -80px;}
#menu .menu_vision a:hover { background-position:-370px -80px;}
#menu .menu_services a:hover {background-position:-508px -80px;}
#menu .menu_contact a:hover {background-position:-630px -80px;}
#menu .menu_refer a:hover {background-position:-768px -80px;}


/*ESTADO ACTIVO*/
#menu .menu_home a.active { background-position:0px -80px; color:#00AEEF}
#menu .menu_meet a.active { background-position:-176px -80px; color:#00AEEF}
#menu .menu_vision a.active { background-position:-370px -80px; color:#00AEEF}
#menu .menu_services a.active {background-position:-508px -80px; color:#00AEEF}
#menu .menu_contact a.active {background-position:-630px -80px; color:#00AEEF}
#menu .menu_refer a.active {background-position:-768px -80px; color:#00AEEF}

.clear {
	clear:both;
}

/*MENU SERVICIOS */

#submenu h1{
	color:#0050A4;
	font-size:16px;	
	padding-left:20px;
	margin-top:0;
}
#submenu {
float:right;
width:285px;
padding-right:23px;
padding-top:20px;
z-index:80;
background-position:top;
background-repeat:no-repeat;
background-color:#F5F7F9;
	}

#submenu .submenuHolder {
list-style:none;
padding:0px;
margin:0px;
padding-bottom:28px;
padding-left:20px

}
#submenu .submenuHolder li{
margin:3px 0;
padding:0px;
background:url(../i/bg_bt_submenu.png);
whidth:274px; height:53px;
background-repeat:no-repeat;
}

#submenu .submenuHolder a {
	width:220px;
 display:block;
 color:#00AEEF;
 text-decoration:none;
 padding: 10px 0 0 10px;

  }
  #submenu .submenuHolder a:hover {
	  color:#333;
  }
.verde {
	color:#7DC242;
	font-weight:bold;
}
.negro {
	color:#000;
}
#refer {
	width:500px;
	margin:auto;
}

#refer input {
	width:240px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	height:25px;
	margin-bottom:10px;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	 border-radius: 8px;
}
#refer textarea {
	width:240px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	height:70px;
	margin-bottom:10px;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	 border-radius: 8px;
}
#refer label {
	display:block;
	width:155px;
	float:left;
	padding-right:3px;
	height:25px;
	margin-bottom:10px;
	text-align:left;
}

#refer label span{
	font-size:10px;
	line-height:11px;

	
}
#refer .boton {
	background-color:#0050A4;;
	color:#FFF;
	width:100px;
	line-height:25px;
	margin-left:250px;
}
A {
	color:#00AEEF;
	text-decoration:none;
}
A:hover {
	color:#333;
}

.animacion_img {
	float:left;
	width:980px;
	height:300px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	position:relative;
}

.animacion_img img {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}
#recuadro {
	width:850px;
	padding:10px;
	margin:auto;
	clear:both;
	text-align:center;
	font-size:12px;
	border:1px dotted #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
}

.mensaje_ok {
	background-color:#09F;
	color:#FFF;
	padding:15px;
	text-align:center;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 border-radius: 5px;
	}
.blanco {
	color:#FFF;
}