/* Hoja de Estilos */
/* CENTRONEURONEX.COM */
/* 28/09/2006 */
/* Autor: Jesus R. Acosta - SINOVAC.NET */




html,body {
	margin:0;
	padding:0
}


body {
	font: 76% arial,sans-serif;
	text-align:center
}


p {
	margin:0 10px 10px
}


a {
	/*display:block;*/
	color: #006;
	/*padding:10px*/
}



/* Contenedor */
#container {
	text-align:left
}

#container {
	width:780px;
	margin:0 auto;
	background-image:url(images/fondo-laterales-deg-01.jpg) ;
	background-repeat: repeat-y;
	background-attachment:inherit;
	background-position: top center;
}


/* Cabecera */
#header {
	position:relative
}

#header h1 {
	height:120px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background-image:url(images/cabecera-02.jpg ) ;
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-position: top center;
}

#header a {
	position:absolute;
	right:0;
	top:23px
}


/* Envoltura */
#wrapper {
}


/* Contenido */
#content p {
	line-height:1.4;
}

#content {
	float:right;
	padding: 20px 0 0 0;
	margin:0 10px 0 0;
	width:590px;
	background-image:url(images/base-cuerpo-deg-01.jpg) ;
	background-repeat: repeat-x;
	background-attachment:inherit;
	background-position: top center;
}

* html #content {
	margin:0 5px 0 0;
}

#content .cTitle {
	width:570px;
	height:30px;
	border-bottom:1px solid #6666CC;
	padding: 0 10px 0 0;
	/*padding: 0px;*/
	font-size:14px;
	font-weight:bold;
	color:#000066;
}

#content p {
	text-align: justify;
	padding: 10px 10px 0 10px;
	color: #333333;
}

#content p.list {
	text-align: justify;
	padding: 10px 30px 0 30px;
	color: #333333;
}

#content ul {
	margin: 5px 20px 10px 20px;
	color: #333333;
}

#content li {
	list-style-type: none;
	margin: 0px;
	padding-bottom: 5px;
}

#content .album {
	text-align:center;
	padding: 0;
	padding: 10px 0 10px 0;
}

#content .image {
	border: 3px solid #B2B7D7;
	margin: 0px 20px 0px 20px;
}

#content .centroneuronex {
	color:#6666CC;
}


#message {
	padding: 20px 0 30px 5px;
}

/* Menu / bloque 1 */
#navigation {
	background-image:url(images/base-cuerpo-deg-01.jpg) ;
	background-repeat: repeat-x;
	background-attachment:inherit;
	background-position: top center;
}

#navigation {
	float:left;
	margin-left:10px;
	min-height:160px;
	width:170px
}

* html #navigation {
	margin-left:5px;
	height:160px;
}

#navigation ul {
	margin: 0px;
	padding: 20px 0 0 10px;
}

#navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:25px;
}

#navigation li.small {
	margin: 0 0 0 15px;
	height:20px;
}

#navigation li.smallheight {
	margin: 0 0 0 15px;
	height:35px;
}


#navigation span {
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}

#navigation span.submenu {
	margin: 0px;
	padding: 0px;
	height:15px; width:125px;
	font-size:11px;
	font-weight: normal;
	margin: 0 0 0 0px;
}

#navigation a {
	padding-left: 3px;
	vertical-align: middle;
	text-decoration: none;
}

#navigation a:hover {
	font-size:14px;
	color:#FF9900;
	padding-left: 5px;
	border-left:5px solid #6666CC;
}

#navigation a.sublink {
	color: #666666;
	vertical-align: middle;
	text-decoration: none;
}

#navigation a.sublink:hover {
	font-size:11px;
	color: #000000;
	text-decoration: underline;
	border:0;
	padding-left: 3px;
}








/* Menu / bloque 2 */
#extra {
	background-image:url(images/base-pie-01.jpg) ;
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-position: bottom center;
}

#extra p {
	margin:0;
	padding:5px 10px;
	clear:both;
	width:760px;
}



/* Pie de pagina */
#footer {
	width:700px;
	margin:0 auto; color:#000066;
}

#footer ul {
	text-align:left; margin:0; padding:0;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0;
}

#footer li.left {
	float:left;
	text-align:left;
}

#footer li.right {
	float:right;
	text-align:right;
}

#footer a {
	display:inline;
	color: #B2B7D7
}

#footer {
	clear:both;
}