@charset "UTF-8";

/*============================================
	  
	Cliente  : Aerojet 
	Fecha    : Septiembre - 2007 
	 
	Colores  : #666    // texto
			 : #223b62 // azul listas
			 : #336699 // azul titulos
			 : #f19b23 // naranja titulos
	
	Fuentes  : Trebuchet MS // Texto		
			  
=============================================*/


/*********************************************
               LAYOUT
**********************************************/

*,html{margin:0; padding:0;}

body  {
	font: 100% "Trebuchet MS", Arial, sans-serif;
	background: #fff url(../img/bg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666;
}
.aerojetWeb #container { 
	width: 800px; 
	margin: 0 auto;
	text-align: left;
} 
.aerojetWeb #top {
	padding: 0 0 0 10px;  
} 
.aerojetWeb #top #banner {
	margin-top: 15px;  
}

/************ NAVEGACI&oacute;N  ******************/
	#menu{
		text-align: center;
	}

	#nav {
		margin-top:0;
		width:100%;
		height:49px;
		font-size:83%;
		line-height:normal;
		overflow:hidden;
	}
    #nav ul {
		margin:0;
		padding:0;
		list-style:none;
    }
    #nav li {
		display:inline;
		margin:0;
		padding:0;
	}
    #nav a {
		text-align:center;
		width:130px;
		float:left;
		margin:0;
		padding:0;
		text-decoration:none;
    }
	
	#nav a.lastNav {
		line-height:10pt;
		letter-spacing:-1px;
	}
	
    #nav a span {
		float:left;
		display:block;
		background:url(../img/bgnav.jpg) no-repeat center top;
		padding:20px 0px 0px 0px;
		height:49px;
		color:#fff;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a span {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover span {
    	color:#fff;
    }
    #nav a:hover, #nav a {
     	background-position:0% -49px;
    }
    #nav a:hover span {
		background-position:100% -49px;
    }
	
	#nav a span.select {
		color:#fff;
		background-position:100% -49px;
	}


/***********************************************/

.aerojetWeb #sidebarIzq {
	float: left; 
	width: 245px; 
	padding: 15px 6px 15px 15px; 
}
.aerojetWeb #sidebarDer {
	float: left; 
	width: 217px; 
	padding: 18px 0 15px 0px; 
}

.aerojetWeb #sidebarDer #accesos {
	height:355px;
	margin-top:20px;
	border:none;
	padding:30px 5px 0 16px;
	background: #fff url(../img/baseLinks.jpg) no-repeat 1px top;
}


.aerojetWeb #main { 
	float: left;
	width:310px;
	padding: 15px 0 15px 0 ; 
} 

.aerojetWeb #mainInterior { 
	float: left;
	width:550px;
	padding: 15px 14px 15px 11px ; 
}

.aerojetWeb #aerojet { 
	width:794px;
	padding: 35px 0 15px 15px; 
} 

.aerojetWeb #pie { 
	width:794px;
	padding: 0 10px 20px 20px;
	text-align:center;
	border-top:1px #336699 dotted;
} 
.aerojetWeb #pie p {
	color:#336699;
	margin:0; 
	padding:0;
	font-size:70%;
}
	
	

	
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************************/
				/* LINKS */

a{ text-decoration:none;
   border:none;

}

#mainInterior a.pdf:link, #mainInterior a.pdf:visited {
	font-size:70%;
	color:#666;
	border-bottom:1px #666 dotted;
}
#mainInterior a.pdf:hover {
	border-bottom:1px #666 solid;
}

ul.lista li a:link, ul.lista li a:visited{
	color:#223b62;
	border-bottom:1px #223b62 dotted;
}
ul.lista li a:hover{
	border-bottom:1px #223b62 solid;
}

.aerojetWeb #sidebarDer #accesos p a:link, .aerojetWeb #sidebarDer #accesos p a:visited, #mainInterior a:link,#mainInterior a:visited{
	color:#666;
	border-bottom:1px #666 dotted;
}
.aerojetWeb #sidebarDer #accesos p a:hover, #mainInterior a:hover{
	border-bottom:1px #666 solid;
}

#mainInterior h4 a:link,#mainInterior h4 a:visited,#mainInterior h4 a:hover {
	color:#f19b23;
	border-bottom:none;
}

#main h4 a:link,#main h4 a:visited,#main h4 a:hover {
	color:#f19b23;
	border-bottom:none;
}

#mainInterior a#up:hover{
	border-bottom:none;
}

#mainInterior span a:link, #mainInterior span a:visited,#mainInterior span a:hover{
	border-bottom:none;
}

.aerojetWeb #pie p a:link, .aerojetWeb #pie p a:visited {
	color:#336699;
	border-bottom:1px #336699 dotted;
}
.aerojetWeb #pie p a:hover {
	border-bottom:1px #336699 solid;
}
				/* CABECERAS */
h4{
	font-size:90%;
	margin-top:21px;
	padding:15px 20px 0 13px;
	color:#f19b23;
}

#main h4.doble{
	margin-top:8px;
}

#aerojet h2{ 
	color:#f19b23;
	padding:0 0 0 25px; 
} 

				/* PARRAFOS */
p{
	font-size:85%;
	line-height:14pt;
}

p.fecha{
	font-size:.6em;
	margin:-18px 0 0 13px;
}

li p.fecha{
	font-size:.7em;
	margin:0px 0 0 5px;
}
#mainInterior p.fecha{
	font-size:.6em;
	margin:-18px 0 -10px 13px;
}


p.noticia{
	padding:19px 4px 0 13px;
}

#mainInterior p.noticia{
	padding:19px 10px 0 13px;
}

#aerojet p{
	padding:0 10px 0 25px;
	margin-bottom:6pt
}

#mainInterior span{
	float:right;
	margin-top:-14px;
	margin-right:15px;
}

#firma{
	
}


				/* LISTAS */
			
ul.lista{
	padding:10px 0 0 27px;
	width:90%;
}

ul.lista li{
	list-style-image:url(../img/bullet.jpg);
	list-style-position:outside;
	color:#223b62;
	font-size:85%;
	line-height:14pt;
}

#sidebarDer ul.lista{
	padding:0 0 0 27px;
	width:200px;
}
	
.noticia + .lista{
	width:auto;
	padding:0 0 0 35px;
}
.noticia + .lista li{
	color:#666;
}
				/* IMAGENES */

h4 + img{
	margin-bottom:5px;
	padding-left:10px;
}

#aerojet h2 + img{
	padding:0 0 10px 25px; 
} 

.noticia + img{
	padding:6pt 0 0 12px;
}

.noticia + img.fotografia{
	padding:2px;
	margin-left:15px;
	margin-top:10px;
	border:1px #ccc solid;
}

.fotografia{
	padding:2px;
	margin-left:15px;
	margin-top:10px;
	border:1px #ccc solid;
}

/*********************************************/

.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
		
		.clearfix {display: inline-block;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
		
/*******************************************/
/*           SLIDESHOW                     */

/* #contenidor{

width:500px;
margin:auto;
text-align:center;
background-color:transparent;

} */

#slideshow-container   
 {
 left: 10px;
 width:190px; 
 height:70px; 
 position:relative; 
 }  
#slideshow-container img 
{ 
display:block; 
position:absolute; 
top:0; 
left:0; 
z-index:1; 
}  
    

