* {
	margin:0;
}

html, body {
	height:100%;
}

body {
	background:url(../images/back-bg.jpg) no-repeat fixed center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#245393;
}

a:hover {
	text-decoration:underline;
}

#main-div {
	width: 960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	
	background-color:#FFFFFF;
	margin:0 auto -4em;
}

#push {
	clear:both;
	height:20px;
}

#footer {
	clear:both;
	height:88px;	
}

h1,h2,p {
	margin:5px 5px 15px;
}

h1 {
	font-size:28px;
	color:#1E76F0;
	font-family:Arial, Helvetica, sans-serif;
	
}

h1.homepage {
	font-size:20px;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:13px;
}

p {
	display:block;
	text-align:justify;
}

p.quote {
	font-style:italic;
}




/* -------- Header ---------- */

#header {
	width:960px;
	height:138px;
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	position:relative;
}

#logo {
	width:210px;
	height:136px;
	background-image:url(../images/logo.gif);
	position:absolute;
	z-index:1;
	top:2px;
	margin-right:50px;
}	

br.clearHeader {
	display:none;
	clear:both;
}

#headerFlash {
	width:700px;
	height:100px;
	float:right;
}

a#homeLink {
	position:absolute;
	width:178px;
	height:103px;
	top:25px;
	left:19px;
	z-index:2;
	text-decoration:none;
}

#homeLink i {
	visibility:hidden;
	
}



/* --- Botones de links --- */

#boton1 {
	width:131px; 
	background-image:url(../images/boton_quienessomos.gif);
}

	#boton1:hover {	
		background-position: -131px 0;
		}
		
#boton2 {
	width:84px; 
	background-image:url(../images/boton_cursos.gif);
}	

	#boton2:hover {	
		background-position: -84px 0;
		}

#boton3 {
	width:92px; 
	background-image:url(../images/boton_noticias.gif);
}	

	#boton3:hover {	
		background-position: -92px 0;
		}

#boton4 {
	width:64px; 
	background-image:url(../images/boton_tips.gif);
}	

	#boton4:hover {	
		background-position: -64px 0;
		}

#boton5 {
	width:98px; 
	background-image:url(../images/boton_contacto.gif);
}	

	#boton5:hover {	
		background-position: -98px 0;
		}

#boton6 {
	width:101px; 
	height:38px;
	background-image:url(../images/boton_inscribase.gif);
	cursor:pointer;
}	

	#boton6:hover {	
		background-position: -101px 0;
		}	


/* ---- Bloque de Inscripción ---- */

#inscribase {
	width:235px;
	position:absolute;
	left:855px;
	top:143px;
	padding:5px;
	
	background-color:#CCC;
	border: 2px solid #FFF;
	font-size:11px;
	
	display:none;
}

#inscribase h2 span {
	font-size:12px;
	color:#555;
	margin-top:5px;
	display:block;
}

#inscribase input {
	width:135px;
	font-size:11px;
}

#inscribase .processing {
	width:70px;
}



/* ----- Body ------ */

div#body {
	width:inherit;
	height:100%;
	min-height:500px;
	background-image:url(../images/main-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	margin-top:-1px;
}

div#top-bg {
	background: url(../images/body-top-bg.gif) top repeat-x;
	width:100%;
	height:394px;
	margin-top:5px;
} 

#leftBlock {
	float:left;
	margin:0 20px 10px;
	width:240px;
	height:95%;
	background-color:#D5D6D7;
	text-align:center;
	padding:10px;
}

#leftBlock p {
	margin:10px auto;
	height:100%;
}

.adArea {
	border: 2px solid #FFF;
	background-color:#AAA;
	height:300px;
	margin:10px 0;
}




#mainText {
	padding-bottom:20px;
	text-align:justify;
}

#mainText p {
	padding:0 40px 0 310px;
}



/* ------ Pages -------- */

#pageText {
	width:640px;
	float:left;
}

/*-- Bloque de noticias --*/

#bloqueNoticias {
	width:600px;
	height:140px;
	position:relative;
	margin-left:315px;
}

#bloqueNoticias p {
	text-align:left;
	padding:0;
}

#noticias div {
	margin:20px;
}



/* ------ Footer ------- */

#footer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

	#footer div {
		padding-top:30px;
		font-size:11px;
		float:left;
	}
	
	#footer #copyright {
		margin:35px 0 0 15px;
		width:500px;
	}
	
	#footer #contact {
		margin:0 10px 0 35px;
		width:400px;
		text-align:right;
	}
