/***********************************************/
/* stylesheet.css                            */
/* for Aeolus          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {margin:0; padding:0;}
#Wrapper {
background-color:#FFFFFF;
	margin: 5px auto;
	position: relative;
	width: 800px;
	height: 150%; 
	border: 1px solid #080c65; 
}

body{
	background-color:#F1F1F1;
	font-family: "Arial", Sans serif;
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Century Gothic", Sans serif;
	font-size:14px;
	font-weight:normal;
	color: #450505;
	margin: 0px;
	padding: 0px;
}



a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:#ccf;    
	}
/*link internos en el texto */

a.int:link , a.int:visited{
	color: #300;
}

a.int:hover {
	color: #300;
	text-decoration:underline;
	
}	

/*link aecost */

a.aecost:link , a.aecost:visited{
	color: #333;
}

a.aecost:hover {
	color: #333;
	text-decoration:underline;
	
}


	
hr {
border: 0;
color: #080c65;
background-color: #080c65;
height: 1px;
width: 100%;
text-align:center;
}	


/*h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}*/


ul{
	list-style-type:circle;
	margin-left: 260px;

}

/***********************************************/

#masthead{
	font-family: "Trebuchet MS",sans-serif;
	font-size:15px;
	background-image:url(../images/background_header.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-bottom:9px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF; /* color | barritas separadoras*/
}

#login {
	margin: 8px 78% 0 8px;
	padding: 0;
	width: 155px;
	height: 150px;

}

#login p {
	display: block;
width: 155px;
height: 150px;
margin: 0;
padding: 0;
}

#login p a {
	display: block;
width: 155px;
height: 150px;
margin: 0;
padding: 0;
	background: url(../images/aesharebanner.jpg) top left no-repeat;
	text-decoration: none;
	text-indent: -999em;
	overflow: hidden;
}

.aeshare {
margin-left:15px;
    font-size:12px;
	color:#333333;
}

.corte {
	clear:both;
}

#content{
  	float:right;
	width:620px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align:justify;
/*	border: 1px dotted #00c; */
}

#feature{
	width:100%;
	padding: 0px;
	font-size: 100%;
}

#feature table{
	width: 380px;
	float: right;
	padding: 0px;
	margin: 0 px;
	text-align:center;
	
}

#departments{
	width:99%;
	height: 64px;
	background-image:url(../images/click.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	text-align:right;
/*	border-top: 1px dotted #00c; */
}

#departments a img{
	border:none;
	padding: 15px 30px 10px 10px;
	text-align:center;
}

#footer{
	width:100%;
	}
/*******************  Páginas de los departamentos ****************************/
#masthead_vs {
	font-family: "Trebuchet MS",sans-serif;
	font-size:15px;
	background-image:url(../images/backgr_vs_header.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-bottom:9px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF; /* color | barritas separadoras, el resto lo defino en links*/
}
#masthead_aa {
	font-family: "Trebuchet MS",sans-serif;
	font-size:15px;
	background-image:url(../images/backgr_aa_header.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-bottom:9px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF; /* color | barritas separadoras, el resto lo defino en links*/
}
#masthead_ap {
	font-family: "Trebuchet MS",sans-serif;
	font-size:15px;
	background-image:url(../images/backgr_ap_header.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-bottom:9px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF; /* color | barritas separadoras, el resto lo defino en links*/
}

#masthead_ts {
	font-family: "Trebuchet MS",sans-serif;
	font-size:15px;
	background-image:url(../images/backgr_ts_header.jpg);
	background-repeat:no-repeat;
	padding-top:140px;
	padding-bottom:9px;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF; /* color | barritas separadoras, el resto lo defino en links*/
}


#dep_content img{
	float:right;
}

.red {color:#CC3333}

#dep_content{
  	width:550px;
	margin: 0;
	padding: 10px 5px 5px 15px;
	text-align:justify;
/*	border: 1px dotted #00c; */
}

#dep_content img{
	float:left;
	padding-right: 10px;
	}
	
#dep_picture{
  	float:right;
	width:210px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align:center;
/*	border: 1px dotted #00c; */
}

#dep_content_contact{/*	Atención: también está el contenido de Careers.html*/
  	float:right;
	width:500px;
	margin: 0;
	padding: 10px 5px 5px 15px;
	text-align:justify;
/*	border: 1px dotted #00c; */
}

#dep_content_ae img{
	float:left;
	padding-right: 10px;
	}
	
#aecost {
float:right;
background-color:#CCCCCC;
border:1px solid #999999; 
padding:20 px;
}
	
	
#sitemap {
	background-color:#FFFFFF;
	margin:20px;
	padding:20 px;
	width:250px;	
	border: 1px dotted #00c;
}

.level2 {
	margin:20px
	}

.level3 {
	margin:40px
	}

.level4 {
	margin:70px
	}








