/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	background:no-repeat;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background:no-repeat;
text-align: left; 
background: #FFF2DA; 
line-height: 18px;
color:#666;
}


#wrapper { 
width: 960px;
height: auto;
margin: 0 auto; 
text-align: left; 
background: none; 
}
#header{
	position:relative;
	clear:both;
	margin-top:15px;

	}
#logo{
	width:154px;
	height:88px;
	background: url(http://elylu.com/neu/files/logoely.png) no-repeat;
	text-indent: -900%;
    float:left;
	margin-left: 15px;
}

#holder{
	overflow:auto;
	width:176px;
	height:513px;
	background: url(http://elylu.com/neu/files/newsbg.png) no-repeat;
        float: left;
padding-right:35px;
padding-top: 130px;
	}

.notas{
font-size: 10px;
font-family: Verdana, sans-serif;
line-height: 10px;
}

#pane1{
	position:relative;
}

.scroll-pane {
   padding-left: 35px;
	width: 110px;
	height: 315px;
	float: left;
}

.Tnews{
color: #00999d; text-decoration: none; font-weight:bold;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #00999d; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }
a:visited { text-decoration: none; color: #00999d; }
a:hover {  background: #00999d; color: #fff; text-decoration: none; }


#menu a:link { color: #00999d; text-decoration: none; }
#menu a:active { color: #fff; text-decoration: none; }
#menu a:visited { text-decoration: none; color: #00999d; }
#menu a:hover {  background: #00999d; color: #fff; text-decoration: none; }
/*------------menu-------------------------*/
a img { border: none; background:no-repeat; }

#menu {
display:none !important;
text-aling: left;
width: 175px; 
float: left;
margin-top:85px;
margin-left:20px;
background:#ffeac2;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
border: 1px solid #FFE4AF;
}
#menu .section-title { font-weight: bold; }

#menu ul {
    /*background:#0099CC;*/
	list-style: none;
	margin: 0 0 12px 10px;
}

/*menu ul li.section-title {}*/

#content {
	/*clear:both;*/
	float:left;
width: 700px;
 margin-top:20px;
 margin-left:20px;
}

.container {
    padding: 5px 5px 25px 5px;
	background:no-repeat;
}

#content p { width:auto; margin-bottom: 9px; background:no-repeat; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; background:no-repeat;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; background:no-repeat; font-weight: bold; }
.img-bot {-moz-border-radius: 10px; -webkit-border-radius: 10px;  margin-bottom: 6px; display: block; border:#FFE4AF solid 10px; }


#once { clear: left; }

.clear-both { clear: both; }


/*menu up el menu de las imagenes -------------------------------------------------------------------------------
*/
#menuUp {
	list-style: none;
	padding: 0px;
	width: 790px;
    margin-left:0px;
	height: 115px;
	background: url(http://elylu.com/neu/files/images-menu/menu-bg.png) no-repeat;
	position: absolute;
	left:225px;
/*	overflow: hidden;
*/	float: left;
	
}
#menuUp span {
	display: none;
	position: absolute;
}
#menuUp a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menuUp a:hover {
	background-position: left bottom;
}
#menuUp a:hover span{
	display: block;
}

#menuUp .home {
	width: 127px;
	height: 110px;
	background: url(http://elylu.com/neu/files/images-menu/home.gif) no-repeat;
	left: 0px;
	top: 0px;
}

#menuUp .about {
	width: 128px;
	height: 110px;
	background: url(http://elylu.com/neu/files/images-menu/about.gif) no-repeat;
	left: 110px;
	top: 0px;
}


#menuUp .work {
	width: 135px;
	height: 100px;
	background: url(http://elylu.com/neu/files/images-menu/work.gif) no-repeat;
	left: 220px;
	top: 8px;
}

#menuUp .blog {
	width: 94px;
	height: 100px;
	background: url(http://elylu.com/neu/files/images-menu/blog.gif) no-repeat;
	left: 335px;
	top: 0px;
}

#menuUp .craft {
	width: 120px;
	height: 100px;
	background: url(http://elylu.com/neu/files/images-menu/craft.gif) no-repeat;
	left: 400px;
	top: 0px;
}

#menuUp .shop {
	width: 100px;
	height: 100px;
	background: url(http://elylu.com/neu/files/images-menu/shop.gif) no-repeat;
	left: 470px;
	top: 0px;
}

/*#menuUp .shop span {
	width: 52px;
	height: 23px;
	background: url(http://elylu.com/neu/files/images-menu/soon.gif) no-repeat;
	left: 30px;
	top: 90px;
}*/


#menuUp .links {
	width: 174px;
	height: 110px;
	background: url(http://elylu.com/neu/files/images-menu/links.gif) no-repeat;
	left: 555px;
	top: 0px;
}








