#cont_general{
	width:800px;
	margin:auto;
}

body{
	margin:0 0 0 0;
	background-color:#333333;
	background-image:url(../IMAGES/fondo_cabezal2.gif);
	background-repeat:repeat-x;
}

/* DEFINIENDO CONTENEDOR DE CABEZAL */

#header{
	height:100px;
}

#logo{
	width:auto;
	height:auto;
	float:left;
	margin:10px 0 0 0;
}

#header2{
	width:100%;
	padding-top:17px;
	clear:both;
	font-family:Verdana;
	font-size:16px;
	color:#FFFFFF;
	letter-spacing:1px;
}

/* DEFINIENDO ESTILOS DE BOTONERA */

#cont_botonera{
	width:auto; 
	height:auto; 
	float:right;
}
	#menu {
		float:left;
		margin-top:40px;
		list-style:none;
		}
		
	#menu li{
		display: inline;
	}
		
	#menu a{
		display:block;
		float:left;
		margin-right:20px;
		padding-bottom:5px;
		text-decoration:none; 
		font-size:13px;
		font-family:sans-serif;
		color:#FFFFFF;
	}
		
	#menu a:hover{
		border-bottom:2px solid #037CF5;
	}
		
	#menu .active a{
		border-bottom:2px solid #FFFFFF;
	}

/* DEFINIENDO ESTILOS DE CONTENIDO CENTRAL */

#cont_contenido{
	width:100%;
	height:auto;
	background-color:#666666;
	border-bottom:1px solid #929292;
	float:left;
}

.centrar_contenido{
	width:800px;
	margin:auto;
}

#contenido{
	width:800px;
	height:auto;
	float:left;
	padding:10px 0 5px 0;
}

	#contenido_izq{
		width:400px;
		height:auto;
		float:left;
	}
	
	#contenido_der{
		width:400px;
		height:auto;
		float:left;
		overflow:hidden;
	}
		#der_cont{
			float:right;
			text-align:right;
			padding:0 0 10px 0;
			margin:0 0 10px 20px;
			border-bottom:#999999 1px dotted;
		}
			#der_titulo{
				letter-spacing:1px;
				margin-bottom:10px;
				font-weight:bold;
			}
			#der_titulo a{
				font-family:sans-serif;
				font-size:16px;
				color:#FFFFFF;
			}
			#der_titulo a:link, a:active, a:visited{
				text-decoration:none;
			}
			#der_titulo a:hover{
				border-bottom:1px dotted #FFFFFF;
			}
			.der_texto{
				font-family:sans-serif;
				font-size:12px;
				color:#cccccc;
				text-align:justify;
			}
	
	#contenido_bloque{
		width:800px;
		height:auto;
		float:left;
		border-bottom:1px dotted #999999;
		padding:10px 0 10px 0;
		margin-bottom:10px;
	}
		.bloque{
			width:245px;
			height:200px;
			float:left;
			margin:10px 30px 0 0;
			overflow:hidden;
		}
			.bloque_titulo{
				font-family:sans-serif;
				font-size:16px;
				letter-spacing:1px;
				margin-bottom:10px;
				font-weight:bold;
			}
			.bloque_texto{
				font-family:sans-serif;
				font-size:12px;
				text-align:justify;
			}
			
	#cont_blanco{
		background-color:#FFFFFF;
		overflow:hidden;
		clear:both;
	}

/* DEFINIENDO ESTILOS DE PIE DE PAGINA */

#pie{
	width:100%;
	height:75px;
	background-color:#333333;
	float:left;
	border-top:1px solid #929292;
}
	#cont_pie{
		width:800px;
		margin:auto;
	}
	#pie_fotos{
		margin:10px;
		float:left;
	}
	#pie_contenido{
		margin:20px 0 10px 10px;
		float:right;
		text-align:right;
	}
	#pie_texto{
		font-family:verdana;
		font-size:10px;
		color:#999999;
	}