* { padding: 0; margin: 0; }

body {
 font-family: verdana, Helvetica, sans-serif;
 font-size: 13px;
background-image:url(../img.jpg);
}

  a:link {text-decoration:none; color: #3737ec;}
  a:visited {text-decoration:none; color:#3737ec;}
  a:active {text-decoration:none; color:#3737ec;}
  a:hover {text-decoration:underline; color:#3737ec;} 

#todo { 
 margin: 0 auto;
 width: 922px;
}
#suptitulo{
width: 922px;
float: left;
height: 10px;
margin: 0px 0px 0px 0px;
background: #fdac64;
}
#titulo {
	color: #333;
	width: 922px;
	float: left;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background: #f6f794;
}

#informacion{
	color: #333;
	width: 922px;
	float: left;
	height:	85px;
	margin: 0px 0px 0px 0px;
	background: #f9face;
}

#categoria1{
	color: #333;
	width: 230px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #f2f448;
}

#categoria1:hover{
	color: #333;
	width: 230px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #Affdf7;
}

#categoria2{
	color: #333;
	width: 231px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #a9fd47;
}
#categoria2:hover{
	color: #333;
	width: 231px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #Affdf7;
}

#categoria3{
	color: #333;
	width: 231px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #f46e64;
}
#categoria3:hover{
	color: #333;
	width: 231px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #Affdf7;
}

#categoria4{
	color: #333;
	width: 230px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #f32df7;
}
#categoria4:hover{
	color: #333;
	width: 230px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #Affdf7;
}
#categoria5{
	color: #333;
	width: 184px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #2ffdf7;
}
#categoria5:hover{
	color: #333;
	width: 184px;
	float: left;
	height: 44px;
	margin: 0px 0px 0px 0px;
	background: #Affdf7;
}
#cuerpo{
	color:#333;
	width: 702px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}

#cuerpo2{
	color: #333;
	width: 922px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}

#menulateral { 
 color: #333;
 margin: 0px 0px 0px 0px;
 width: 200px;
 float: left;
}

#pie {
	clear: both;
	color: #333;
	background: #BD9C8C;
	margin: 10px 0px 0px 0px;
	width: 922px;
	float: left;
	height: 30px;
}
#eurodipity{
	background: #000000;
	margin: 0px 0px 0px 0px;
	width: 702px;
	height: 10px;
}

#secciones{
	float: left;
	color: #333;
	background: #f2f1f1;
	margin: 20px 0px 0px 10px;
	width: 682px;

}
#alignright{
	float: right;
	color: #333;
	margin: 20px 20px 0px 0px;
	width: 63px;
	height: 47px;

}

#alignleft{
	float: left;
	color: #333;
	margin: 20px 0px 0px 10px;
	width: 63px;
	height: 47px;

}


