*{margin:0px; padding:0px; border:0px solid blue;}

body {
	background-color: black;
	color: #665665;
	margin-left:auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align:center;
	/*background-image: url(../imgs/fondo.jpg);*/
	background-repeat: no-repeat;
	background-position:top center;
	border:0px dotted red;
}

/*
  Diseņo general de la pagina, posicionamiento de imagenes que conforman
  la pagina
*/
#cabezal{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding:0px;
	border: 0px outset white;
	height:190px;
	text-align:center;
}


#flash{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	border: 0px ridge white;
	margin-top:0px;
	height:250px;
	width:1024px;
}


#WallDiv{
	border: 0px ridge white;
}

#menuInferior{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border: 0px inset blue;
	margin-top:0px;
}

#menuPrincipal{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	border: 0px ridge white;
	margin-top:-20px;
	/*height:428px;*/
}






#flash img{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	border: 0px dotted white;
	margin-top:30px
}

#flashSinTexto{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	border: 0px ridge white;
	margin-top:10px;
	height:350px;
}

#flashSinTexto img{
	clear: both;
	margin-left: auto;
	margin-right: auto;
    padding: 0px;
	border: 0px dotted white;
	margin-top:30px
}




#pieDePagina{
	clear:both;
	margin-left:auto;
	margin-right: auto;
    padding:0px;
	padding-bottom:0px;
	padding-top:5px;
	background-repeat:no-repeat;
	border:0px dotted green;
	width:100%;
}


h4, h3, h2{
	/*padding-bottom: 3px;*/
}

a{
	text-decoration: none;
	color: #665665;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


