/**********/
/* Layout */
/**********/
body {
	text-align: left;
	color: #EEE;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 15px;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

div#header	{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 160px;
	background: url("../img/logoAlekaCabecera.gif") no-repeat center top;
}

	
/*****************/
/* Menu Vertical */
/*****************/
#lateralIzq {
	width: 150px;
	float: left;
}

#menu {
	border: 1px solid #FF6600;
	border-width: 1px 1px 0 1px;
	width: 150px;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* float: left; */
}

#menu ul, li {
	list-style-type: none;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	border-bottom: 1px solid #FF6600;
}

#menu a {
	text-decoration: none;
	color: #990066;
	background: #FFFFCC;
	display: block;
	padding: 5px 6px;
	width: 138px;
}

#menu #seleccionado a {
	background: #FF6600;
}

#menu a:hover {
	background: #FFFF66;
}


/********************/
/* Pagina Principal */
/********************/
#contenido {
	margin: 0;
	padding: 0;
	float: right;
	width: 598px;
	/*border: 1px solid #6699CC;*/
}

#texto {
	color: #FF6600;
	/* width: 400px; */
	width: 80%;
	text-align: left;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 15px;
	margin-bottom: 10;
	padding: 70px 55px;
}

#texto span {
	color: #990066;
}


#terapias {
	color: #FF6600;
	/* width: 400px; */
	width: 80%;
	text-align: left;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 15px;
	/* margin-bottom: 10; */
	padding: 30px 55px; 
	/* border: 1px solid black; */
}

#terapias h1 {
	color: #990066;
	font-size: 15px;
	cursor:pointer;
	display:block;
	padding: 2px 5px;
	/* margin-top: 0; */
	text-decoration: none;
	font-weight: bold;
	/* border: 1px solid #FF6600; */
	border: none;
}

#terapias p {
	/* margin-bottom : 10px; */
	border: none;
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFCC;
	overflow: hidden;
	/* height: 10em; */
}

#terapias h1:hover {
	color: #FF6600;
	border: 1px solid #FF6600;
}

#terapias h1.selected {
	color: #990066;
	background-color: #FF6600;
	/* border-bottom: 1px solid black; */
}

/*
#list1  {
	width: 260px;

	font-family: verdana;
	margin:  0px;
	padding: 0px;
	border: 1px solid black;

}
#list1 p {
	margin-bottom : 10px;
	border: none;
	color: #0c449b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	background-color: #80cfe2;

	overflow: hidden;

	height: 10em;	

}

#list1 h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #00a0c6;
	border: none;
}
#list1 h3:hover {
	color: #00a0c6;
	background-color: white;
}
#list1 h3.selected {
	color: white;
	background-color: #80cfe2;
	border-bottom: 1px solid black;
}

*/

#contacto {
	color: #990066;
	border: 1px solid #FF6600;
	position: relative;
	top: -105px;   /* -89px */
	left: 240px;
	padding: 3px 3px 3px 8px;    /* padding: 0px 0px 0px 5px;  */
	width: 360px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 13px;
	/* float: right; */
}


/*******/
/* Pie */
/*******/
#pie {
	background: #FFFFCC;
	clear: both;
	list-style-type: none;
	color: #990066;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 3px;
	text-align: center;
	width: 100%;
	height: 25px;
	border: 1px solid #FF6600;
}

#subpie {
	clear: both;
	list-style-type: none;
	color: #990066;
	font-size: 11px;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	width: 100%;
}

#subpie a {
	margin: 0px 20px;
}
