html, body, div, ul, ol, h2, h3, h4, h5, p, span, hr, a, li {
	margin:0;
	padding:0;
}

#header{
	position:absolute;
	float:left;
	width:995px;
	height:180px;
	margin:0;
	border-bottom:solid 1px #515557;
	background:url('../imgs/header_fondo.jpg');
}

h1{
	display:block;
	width:521px;
	height:78px;
	margin-top:30px;
	margin-left:265px;
	background:url('../imgs/logo.png');
}
	#logo{
		width:521px;
		height:78px;
		display:block;
	}
	h1 span{
		display:none;
	}
#idioma{
	float:right;
	margin-top:-120px;
	margin-right:945px;
	color:white;
	font-family:"Arial", "Verdana", sans-serif;
	font-size:10px;
	text-decoration:none;
}
#webmail{
	float:right;
	margin-top:-100px;
	margin-right:939px;
	color:white;
	font-family:"Arial", "Verdana", sans-serif;
	font-size:10px;
	text-decoration:none;
}
#nav{
	position:absolute;
	margin-top:6px;
	height:46px;
}
	.up{
		float:left;
		display:block;
		width:129px;
		height:41px;
		margin-left:3px;
		padding-left:10px;
		padding-top:6px;
		line-height:12px;
		background:url('../imgs/fondo_btn.png') no-repeat;
	}
	.selected{
		float:left;
		display:block;
		width:129px;
		height:41px;
		margin-left:3px;
		padding-left:10px;
		padding-top:6px;
		line-height:12px;
		background:url('../imgs/fondo_btn_up2.png');
	}
	.selected a{
		display:block;
		width:124px;
		height:36px;
		color:#660000;
		font-family:"Trebuchet MS", "Arial Unicode MS", "Arial", sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	.up a {
		display:block;
		width:124px;
		height:36px;
		color:#ffffff;
		font-family:"Trebuchet MS", "Arial Unicode MS", "Arial", sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		.up:hover{
		background:url('../imgs/fondo_btn_up2.png');
		}
		.up:hover a{
			color:#660000;
		}

#contenido{
	position:absolute;
	width:995px;
	margin-top:181px;
	padding:0;
}
	#titulo{
		float:left;
		width:995px;
		height:200px;
		margin:0;
		border-bottom:solid 5px #999a95;
		background:url('../imgs/formacion/fondo_titulo.jpg');
	}
		#titulo h2{
			width:320px;
			font-family:"Arial", "Arial Unicode MS", sans-serif;
			font-size:19px;
			margin-top:35px;
			margin-left:60px;
			color:white;
		}
		#titulo p{
			margin-left:60px;
			margin-top:20px;
			width:450px;
			color:white;
			text-align:justify;
			font-size:12px;
			font-weight:bold;
			font-family:"Arial", sans-serif; 
		}
		#link_web{
		color:#990f0f;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		}
	#secciones{
		float:left;
		width:995px;
		background:white;
	}
	
	#col_izq{
		float:left;
		width:995px;
		height:364px;
		background:white;
	}
	#puntitos_left{
		float:left;
		width:7px;
		height:100%;
		margin-left:1px;
		background:url('../imgs/puntitos_contenido.png') repeat;
	}
	#col_izq div{
		float:left;
		width:243px;
		height:361px;
	}
	
	
	#columnas_promocion div{
		float:left;
		width:486px;
		height:361px;
	}
	.bullet_promocion{
		display:block;
		width:89px;
		height:15px;
		margin-top:15px;
		margin-left:50px;
	}
	.caja_promocion{
		width:380px;
		height:223px;
		font-size:11px;
		text-align:justify;
		text-justify:inter-cluster;
		font-weight:normal;
		color:#58595b;
		margin-top:15px;
		margin-left:50px;;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
	}
	.tit_seccion_promocion{
		clear:left;
		width:380px;
		height:32px;
		margin-top:20px;
		margin-left:50px;
		color:#7c2f33;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
		font-size:13px;
		font-size:bold;
	}
	.mas_info_promocion{
		float:left;
		width:492px;
		height:43px;
		background:#d6d5d3;
	}
	.mas_info_promocion span{
		display:none;
	}
	.mas_info_promocion a{
		float:right;
		width:57px;
		height:17px;
		margin-right:62px;
		margin-top:10px;
		background:url('../imgs/formacion/mas_info.gif');
	}
	
	.bullet{
		display:block;
		width:89px;
		height:15px;
		margin-left:60px;
		margin-top:15px;
		background:url('../imgs/formacion/bullet.png')
	}
	.caja{
		width:180px;
		height:238px;
		font-size:11px;
		text-align:justify;
		text-justify:inter-cluster;
		font-weight:normal;
		color:#58595b;
		margin-top:10px;
		margin-left:15px;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
	}
	
	.tit_seccion{
		clear:left;
		width:180px;
		height:32px;
		margin-top:20px;
		margin-left:15px;
		color:#7c2f33;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
		font-size:13px;
		font-size:bold;
	}
	.separador_seccion{
		float:right;
		width:19px;
		height:310px;
		background:url('../imgs/formacion/separador_secciones.png');
	}
	.mas_info{
		float:left;
		width:180px;
		height:43px;
	}
	.mas_info span{
		display:none;
	}
	.mas_info a{
		float:right;
		width:57px;
		height:17px;
		margin-right:45px;
		margin-top:10px;
		background:url('../imgs/formacion/mas_info.gif');
	}
	
	#puntitos_right{
		float:right;
		width:8px;
		height:100%;
		margin-left:4px;
		background:url('../imgs/puntitos_contenido.png') repeat;
	}

	#footer{
		float:left;
		width:995px;
		height:100px;
		margin-top:0;
	}
	#puntitos_left_foot{
		float:left;
		width:7px;
		height:100%;
		margin-left:1px;
		background:url('../imgs/puntitos_contenido.png') repeat;
	}
	
	#puntitos_right_foot{

		float:right;
		width:8px;
		height:100px;

		background:url('../imgs/puntitos_contenido.png') repeat;
	}
	#legales{
		width:978px;
		height:100px;
		float:left;
		margin-top:-1px;
		background:#fff;
	}
	#legales h4{
		width:612px;
		height:23px;
		margin:30px auto;
		padding-top:14px;
		padding-left:150px;
		font-size:10px;
		font-weight:normal;
		font-family:"Arial", "Arial Unicode MS", sans-serif;
		color:#77787b;
		background:url('../imgs/formacion/fondo_legales.png');
	}
	
	#legales h4 a{
		font-weight:bold;
		color:#77787b;
		text-decoration:none;
	}
/*  ***********FONDOS *********** */
#fondo_contenido_derecha{
	position:absolute;
	float:right;
	width:100%;
	margin-top:181px;
	height:669px;
	background-image:url('../imgs/formacion/fondo_contenido_der.jpg');
	background-repeat: repeat-x;
}
#fondo_header_derecha{
	float:right;
	display:block;
	width:100%;
	height:180px;
	border-bottom:solid 1px #515557;
	background:url('../imgs/header_fondo_derecha.jpg');
}
	#fondo_foot{
		position:absolute;
		top:850px;
		height:185px;
		width:995px;
		background:url('../imgs/f1.jpg');
	}
	#f2{
	position:absolute;
	top:850px;
	width:100%;
	height:185px;
	background:url('../imgs/f2.jpg');
}	
