.bbbb {
	font-weight: bold;
}
.negrita {
	font-weight: bold;
	font-family: Scada, sans-serif;
}
/*Maaquetando el estilo principal*/
img.imagenes2 {
	float:left;
	position: fixed;
}
div#todo {
	margin: auto;
	width: 1000px;
	overflow:hidden;
	border: none;
	background: url(../imagenes/main.png) repeat;
}
div#todoindex {
	margin: auto;
	width: 704px;
	height: 730px;
	overflow:hidden;
	border: none;
	background: url(../imagenes/indexflecha.png) no-repeat;
}
header {
	height: 150px;
	width: 998px;
	overflow:hidden;
	background: url(../imagenes/main2.png) no-repeat center;
}
aside#redes {
	float:right;
	width: 185px;
	height: 60px;
	padding:0px 0px 0px 0px;
}
/*Aside izquierda*/
aside#izquierda {
	width:198px;
	float:left;
	border: solid 1px black;
}
/*Section central*/
section {
	float:right;
	/*border: solid 1px black;*/
	width:606px;
	margin: 0px 0px 0px 0px;
}
/*Aside derecha*/
aside#derecha {
	width:194px;
	float:right;
	/*border: solid 1px black;*/
}
aside#derecha2 {
	width:198px;
	float:right;
	/*border: solid 1px black;*/
}
/*Footer*/
footer {
	float:left;	
	width:998px;
	background: url(../imagenes/bajo.png) no-repeat center;
	height:65px;
}