body{
background-color: #FFF;
background-image:url(../images/fondo_6.png);
background-repeat: repeat;
position: relative;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
/*padding-top: 5px;*/
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
text-align: center; /*centers our layout in some browsers*/
	SCROLLBAR-FACE-COLOR: #77BBFF; /* Color de barra de desplazamiento */
	SCROLLBAR-HIGHLIGHT-COLOR: #fdfdfd; /* bordes izquierdo y superior */
	SCROLLBAR-SHADOW-COLOR: #737081; /* bordes derecho e inferior */
	SCROLLBAR-3DLIGHT-COLOR: #77BEFF; /* color principal bordes izquierda y superior */
	SCROLLBAR-ARROW-COLOR: #FFFFFF; /* color de las flechas de direccion */
	SCROLLBAR-TRACK-COLOR: #DDEEFF; /* carril barra desplazamiento */
	SCROLLBAR-DARKSHADOW-COLOR: #EEEEEE;
}

#pagina{
/*background-color: #FFF;
width: 800px; /*The width of our layout*/
/*height:350px;*/
position: relative;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
/*padding-top: 10px;
padding-bottom: 5px;*/
}

#cabeza{
background-color: #666;
width: 692px; /*The width of our layout*/
height:150px;
background-image:url(../images/logonet_blog.png);
background-repeat: no-repeat;
position: relative;
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
/*padding-top: 15px;*/
}

#cuerpo{
/*background-color: #3A6;*/
width: 692px; /*The width of our layout*/
height: 350px;
position: relative;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
/*padding-top: 15px;*/
}

#pie{
/*background-color: #FFF;*/
background-image:url(../images/pie_1.png);
background-repeat: no-repeat;
width: 692px; /*The width of our layout*/
height:50px;
position: relative;
margin-left: auto;
margin-right: auto;
/*padding-top: 15px;*/
	color: #000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#accordObj{
	position:relative;
	width: 692px;
	height: 350px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#itema1{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;
	text-align: left;
}
#itema2{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;

}
#itema3{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;
	text-align: left;
}
#itema4{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;
}
#itema5{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #000;
}
ul{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

