a {
	font-size: 1em;
}
body {
	background: #ffffff;
	color:   #EBF1C0;
	margin: 0;
	padding: 0;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", serif;
}
#cell {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	border: 0px solid green;
	overflow: hidden;
}
#container {
	background: #99ad27;
	position: relative;
}
#content {
	text-align: justify;
	/*width: 100%;*/ /*Might give problems*/
	background: transparent;
	margin: auto;
	height: 400px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	border-top: 0px solid black;
	background: transparent;
	width: 100%;
	position: absolute;
	top: 95%;
	font-size: 0.8em;
	text-align: center;
}

#footer *{
	display: inline;
}

#frame {
	position: fixed;
	width: 100%;
	top: 10%;
	bottom: 15%;
	display: table;
	vertical-align: middle;
	text-align: center;
	height: 500px;
}
#header {
	background: transparent;
	border-bottom: 0px solid black;
	border-top: 0px solid black;
	position: relative;
	width: 100%;
	height: 1.2em;
}
#header ul {
	margin: .3em;
}
#header ul li a, #footer ul li a, #left ul li a {
	color:   #EBF1C0;
	text-decoration: none;/*font-weight: bold;*/
}
#header ul li, #footer ul li {
	display: inline-block;
	margin-left: 2em;
	margin-right: 2em;
}

#center {
	overflow: auto;
	text-align: justify;
	width: 45%;
	background: transparent;
	margin: auto;
	height: 100%;
	position: relative;
	scrollbar-base-color: #99ad27;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #BCD83C;
	scrollbar-darkshadow-color: #828E00;
	padding-right: 2em;
}
#title {
	float: left;
	width: 20%;
	overflow: hidden;
	height: 100%;
	line-height: 3em;
	font-size: 3em;
	border-right: 1px solid #c4da45;
	text-align:center;
	background: transparent url(../images/logolimonyazulverticalblanco.png) no-repeat 45% 99%;
}

#left {
	float: left;
	width: 30%;
	overflow: visible;
	height: 100%;
	line-height: 1.75em;
	border-right: 1px solid #c4da45;
	margin-padding: 10px;
}

#left ul {
	list-style-type:none;
}
#left ul ul {
	padding-left: 0em;
	line-height: 1.6em;
	font-size: .9em;
	float: right;
	text-indent: .3em;
	border-top: 1px solid #99ad27;
	visibility: hidden;
}

#left ul .active {
	border-bottom: 1px solid #c4da45;
}

#left ul .active ul{
	visibility: visible;
}

#left ul li:hover ul ,
#left ul a:hover ul {
	visibility: visible;
}

#left ul #current ul {
	border-top: 1px solid #c4da45;
}

#left ul #current li {
border-left: 1px solid #99ad27;	
}

#left ul ul li {
	border-left: 1px solid #c4da45;
}

#left ul ul li.active + li, #left ul ul  li.active + li + li, #left ul ul li.active + li + li + li, #left ul ul li.active + li + li + li + li{
border-left: 1px solid #99ad27;
}

#left ul ul li.active{
border-left: 1px solid #c4da45;
}

#left .parent {
color: #c4da45;
list-style-type:square;
list-style-position:outside;


}


a:link, a:visited, a:hover {
		color: #060;
		text-decoration: none;
}

.imagen_articulo {
	overflow: hidden;
	float: right;
	position: relative;
	width: 150px;
	margin-left: 10px;
}
.texto_articulo {
	overflow: hidden;
	text-align: justify;
	position: relative;
}


.search {
	text-align: right;
	margin: 2px 20px;
}

.inputbox {
	background-color: #c4da45;
	color: white;
	font-family: "Myriad Pro", sans-serif;
}

.hasTip a img{
	border:0px solid white;
}

.hastip a{
	background: white;
}