/* empiezan estilos para la cabecera */
.oculto{
	position:absolute;
	width:0px;
	height: 0px;
	overflow: hidden;
}
#cabecera{
   width:auto;
   margin: 0;
   padding: 0;	   
}
#logoBanner{
	position: absolute;
	width: 156px;
	top:37px;
}
*html body #cabecera,*html body #logoBanner,*html body #navCabecera{
	height: 121px;
}
#cabecera, #logoBanner, #navCabecera{
	min-height: 121px;
}
#navCabecera{
	margin: 0;
	text-align: right;
	background:#FFF url(../imagenes/Branding-2-pasillos-ICADE_02.jpg) no-repeat left bottom;	
}
#rightCabecera
{	
	background: url(../imagenes/banner_Admisiones.jpg) no-repeat right bottom;
	/*background-image: url(../imagenes/img_cab_03.jpg);*/
	height:100px;
	width:264px;	
	float:right;
	margin-right: 0px;
}
#rightCabeceraiberia
{	
	background: url(../imagenes/banner-home-IBERIA-200x94.jpg) no-repeat right bottom;
	/*background-image: url(../imagenes/img_cab_03.jpg);*/
	height:100px;
	width:264px;	
	float:right;
	margin-right: 0px;
}
#rightCabeceraicai
{	
	background: url(../imagenes/Banner_ICAI.jpg) no-repeat right bottom;
	/*background-image: url(../imagenes/img_cab_03.jpg);*/
	height:100px;
	width:264px;	
	float:right;
	margin-right: 0px;
}
a.rightCabeceraPsicologia
{	
	background: url(../imagenes/banner-home-Psicologia-200x94.jpg) no-repeat right bottom;
	/*background-image: url(../imagenes/img_cab_03.jpg);*/
	height:100px;
	width:264px;	
	float:right;
	margin-right: 0px;
}
a.arightCabecera
{
	background: url(../imagenes/banner_Admisiones.jpg) no-repeat right bottom;
	height:100px;
	width:264px;	
	float:right;
	margin-right: 0px;
}
#navCabecera ul{
	margin:0 0px 0 140px;
	padding:0;
	font-size: 1em;
}


#navCabecera ul li{
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 10px;
   list-style: none;
}


#navCabecera ul li a{
   font-size: 0.7em;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	text-decoration: none;
	color:#727B84;
}
#navCabecera ul li a:hover{
	text-decoration: underline;
}
a.iniSesion{
	background: url(../imagenes/icn_llave.gif) no-repeat left center;
}
a.contacto{
	background: url(../imagenes/icn_telefono.gif) no-repeat left center;
}
a.english{
	background: url(../imagenes/bandera_ing.gif) no-repeat left center;	
}
a.spanish{
	background: url(../imagenes/bandera_es.gif) no-repeat left center;
}
a.mapa{
	background: url(../imagenes/icn_mapa.gif) no-repeat left center;
}
#navCabecera input{
	font-size: 0.7em;
	margin:0 -12px 0 10px;
	border: 1px solid #737C8D;
}
#bordeBotCab{
	width: 100%;
      	height: 3px;
	background: url(../imagenes/fnd_barra_nav.gif) repeat-x;
	overflow: hidden;
}
/* terminan estilos para la cabecera */
/* estilos para las pestaņas */

#pestanas{
  font-size: 0.7em;
}
#pestanas td{
  padding:6px 0;
}
#pestanas td a{
  font-size: 1em;
  text-decoration: none;
  padding:5px;
  border-right: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  color:#339;
}
#pestanas td a:hover{
   background-color: #339;
   color: #fff;
   text-decoration: underline;
}
#pestanas td.activa{
  background:#FFF;
  color:#D1114E;
  padding:5px;
} 

#conectadoIzq{
	background: #ffffff;
	font-size: 0.7em;
	color: #cc0000;
	padding: 2px 0 2px 0;
	position:absolute;
	width:50%;
	top:114px;
	z-index:1000;
}
#conectadoDer{
	background: #ffffff;
	font-size: 0.7em;	
	padding: 2px 0 2px 0;
	position:absolute;
	width:100%;
	top:114px;
	z-index:999;
	text-align: right;
	color: blue;
	}






