#body {
	color: #FFF;
	background-color:#000;
	text-align: center;
}
#cabecera{
	background-image:url(imagenes/LogoInicio.gif);
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
}

#contenido {
	/*background-color: orange;*/
		width: 800px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

#pie {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
#global {
	width:800px ; 
	margin: 4px auto ;
	/*background-color: #FFF;*/
}
#logo {
	background-image:url(imagenes/LogoInicio.gif);
	/*background-color: yellow;*/
	width: 180px ;
	height: 130px;
	/*float:left;*/
}
#titulo {
		width: 620px ;
		height:130px;
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-style: normal;
		font-weight: bold;
		color: #CCCCCC;
}#titulo2 {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
		
}
/*
#curva-superior { 
		background-image: url(imagenes/curva-superior.gif) ;
		background-repeat: no-repeat;
		width:800px ;
        height: 12px ;
        overflow : hidden;
}
#curva-inferior { background-image: url(imagenes/curva-inferior.gif) ;
                  background-repeat: no-repeat ;
                  width:800px ; 
                  height: 12px
				  overflow: hidden }
*/
