body {
	font-size: 		62.5%; /*  Resets 1em to 10px */
	font-family: 	"Lucida Grande", Verdana, Arial, Sans-Serif;
	background: 	#0a8ebd url("../images/fondo_isec.jpg") repeat-x top;
	color: 			#030303;
	text-align: 	center;
}

#headerimg_es {
	height:			80px;
	width:			960px;
	background: 	url("../es/images/cabecera.gif") no-repeat center;
	margin: 		0px auto 0px auto;
}

#headerimg_cat {
	height: 		80px;
	width: 			960px;
	background:		url("../cat/images/cabecera.gif") no-repeat center;
	margin:			0px auto 0px auto;
}

#headerimg_eng {
	height: 		80px;
	width: 			960px;
	background: 	url("../eng/images/cabecera.gif") no-repeat center;
	margin: 		0px auto 0px auto;
}

#topbar {
	background: 	url("../images/barramenu.gif") no-repeat center;
	margin: 		0px auto 0px auto;
	height: 		27px;
	text-align: 	left;
	width:  		960px;
}

#topbar .nav {
	height: 		20px;
	float: 			left;
	font: 			10px Verdana;
	font-weight: 	bold;
	margin-top: 	5px;
}

#homepage {
	width: 				960px;
	position: 			relative;
	margin: 			0px auto;
	background-color:	#F7F7F7;
}

#homepage .destacados {
	float: 				left;
	margin:				10px 0px 0px 0px;
	width: 				343px;
	text-align:			left;
	background-image:	url("../images/home_fondo_destacados.jpg");
	border-top-color: 	#000066;
	border-top-width:	1px;
	border-top-style:	solid;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:			15px 15px 15px 50px;
	font-weight: 		bold;
	color:				#000066;
}

#homepage .destacados table {
	font-size:			1.2em;
	font-weight:		bold;
}

#homepage .empleo {
	float: 				left;
	width: 				308px;
	text-align:			justify;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:			15px 50px 15px 50px;
	background-color:	#FFFFFF;
}

#homepage .banners {
	float: 				right;
	margin:				10px 0px 0px 0px;
	width: 				520px;
	text-align:			justify;
	background-color:	#CCCCCC;
	border-top-color: 	#000066;
	border-top-width:	1px;
	border-top-style:	solid;
	border-left-color:	#000066;
	border-left-width:	1px;
	border-left-style:	solid;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:			15px 15px 15px 15px;
}

#homepage .cursos {
	float: 				right;
	width: 				450px;
	text-align:			left;
	border-left-color:	#000066;
	border-left-width:	1px;
	border-left-style:	solid;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:			15px 50px 15px 50px;
	background-color:	#FFFFFF;
}

#homepage .novedades {
	float: 				right;
	width: 				450px;
	text-align:			left;
	border-left-color:	#000066;
	border-left-width:	1px;
	border-left-style:	solid;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:			15px 50px 15px 50px;
	background-color: 	#FAFBFF;
}

#homepage .direcciones {
	float: 				left;
	position:			relative;
	left: 				0px;
	width: 				360px;
	height:				120px;
	text-align:			left;
	padding:			50px 15px 15px 25px;
	font-size:			0.9em;
	background-color:	#F7F7F7;
}

#homepage .empleo li, .cursos p, .novedades p {
	line-height:		1.8em;
}

#homepage h3 {
	font-size: 		1.5em;
	font-family: 	"Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	border-bottom:	2px dotted #CCCCCC;
	color:			#999999;
}

#footer {
	padding:			5px 0px 5px 0px;
	margin: 			0px auto 0px auto;
	width: 				960px;
 	clear: 				both;
	background-color:	#CCCCCC;
}

#footer p {
	margin: 		0px;
	text-align: 	center;
	color: 			#012847;
	font: 			1.0em Georgia;
}

#homepage  a:link { 
   color:				#000066; 
   background-color:	transparent; 
   text-decoration:		none;
}

#homepage a:visited { 
   color:				#777777; 
   background-color:	transparent; 
   text-decoration:		none;
}
 
#homepage a:hover { 
   color:				#AAAAAA; 
   background-color:	transparent;
   text-decoration:		none; 
}