body {
	background: #e4eaed;
}

img {
	border: 2px solid #fff;
} 
A:link {
	COLOR: #fff; TEXT-DECORATION: none
}
A:visited {
	COLOR: #fff; TEXT-DECORATION: none
}
A:hover {
	COLOR: #fff; TEXT-DECORATION: none
}
A:active {
	COLOR: #fff; TEXT-DECORATION: none
}

.Normal {
	font-size: 14px; font-family: arial; color: #666; padding-right: 5px; text-align:justify; line-height: 145%;
}
.NormalDer {
	font-size: 14px; font-family: arial; color: #666; padding-right: 5px; text-align:justify; line-height: 145%;text-align:right;
}
.MiniNormalDer {
	font-size: 10px; font-family: arial; color: #666; padding-right: 5px; text-align:justify; line-height: 145%;text-align:right;
}
.Encabezados {
	font-size:16px; font-family: arial; color:#7d98a9; font-weight:bold;  
}
.Navidad {
	font-size:20px; font-family: arial; color:#000; font-weight:bold;  
}

#header {
	height: 155px;
	width: 800px;

}

#header span {
	display: none;
}

#header .container {
	position: relative;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 184px;
	height: 88px;
	background: url(/assets/images/mootools.png) center left no-repeat;
}

#header h2 {
	height: 23px;
	width: 147px;
	background: url(./imagenes/sublogo.png) center left no-repeat;
	margin-left: 15px;
	margin-top: 25px;
	
}

#header #logo {
	position: absolute;
	width: 184px;
	top: 0px;
	left: 20px; 
	background: url(./imagenes/logofondo.png) center left no-repeat;	
}

#navigation {
	font-family: arial;
	position: absolute;
	left:215px;
	top: 100px;	
	
}

#navigation a {
	padding: 0.5em 1em;
	border-left: 2px solid #d3e1ff;
	font-size: 16px;
	text-decoration: none;
	color: #666;
}

#navigation a.first {
	border: 0;
}

#header, #footer {
	background: #f2f6ff;
}

#wrapper {
	font-family: arial;
    font-size: 15px;
	padding-bottom: 30px;
	width: 800px;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	background: #e0eaff url(./imagenes/cuchara.png) bottom center no-repeat;
	
}

#wrapper  #container{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px; 
	margin-right: 60px;
	color: #666;
}

#wrapper  #container #colIzq{
	width: 370px;
	border-right: 2px solid #ddd;
	padding-left: 10px;
}

#wrapper  #container #colDer{
	width: 390px;	
	padding-left: 60px;
	text-align:left;
}

#wrapper  #colIzq{	
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom:20px;
	padding-right:50px;
}

#wrapper  #colDer{
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom:20px;
	padding-right:50px;
	text-align:right;
}


#footer p {
	margin-left: 280px;
	width: 250px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

#footer {	
	width: 800px;
	padding-bottom:3px;
}
