@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

#wrapper{
	width:955px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF
}
body{
	background-color:#eee;
}
#publicidadSuperior{
	width:955px;
	height:80px;
	background-color:#CCC;
}
#menu{
	width:955px;
	height:70px;
	background-color:#FFF;
}
#Encabezado{
	width:955px;
	height:123px;
	background-color:#FFF;
}
#pie{
	width:955px;
	height:40px;
	background-image:url(imagenes/temacilli_14.jpg);
}
#contenido{
	width:100%;
	height:495px;
	background-color:#FFF;
	color:#000;
}
#informacion{
	width:775px;
	float:left;
	height:100%;
	background-image:url(imagenes/fondoTemacilli.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}
#publicidadLateral{
	float:right;
	height:95%;
	width:160px;
	border:solid;
	border-color:#0C0;
	padding:5px;
	text-align:center;
}
#informacionTodo{
	float:right;
	background-image:url(imagenes/fondo.png);
	margin-right:30px;
	margin-top:20px;
	width:426px;
	height:426px;
	padding:10px;
	overflow: auto;
}
#menuLateral{
	float:left;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:5px;
}
