
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:black;
}

h1{
	
}

/* Per que el footer quedi a sota*/
html, body, #wrapper {
  height:100%; min-height:100%;
}

body {
	background:#ffed02 url(images/bg_body_home.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

/* Class*/
.blanco {
	color: #fff;
}

.amarillo {
	color: #ffed09;
}

/***************************************** HOME ***************************************************/
/* Top HOME*/
#top_home {
	width: 958px;
	height: 590px;
	margin: 0 auto;
}

#top_home img {
	float: left;
}

/* Menu HOME*/
#menu_home {
	width: 100%;
	height: 246px;
	margin: 0 auto;
	background:#ffed02 url(images/bg_menu_home.gif) repeat-x top;
}

#menu {
	width: 938px;
	height: 190px;
	margin: 0 auto;
}

#speech {
	width: 558px;
	height: 155px;
	margin: 0 0 0 30px;
	_margin: 0 0 0 4px;
	float: left;
	background: url(images/speech.gif) no-repeat top;
}

#speech .btn {
	padding: 0 0 0 38px;
	margin: 155px 0 0 0;
	float: left;
}

#btn_bottom .facebook {
	width: 200px;
	height: 55px;
	line-height: 20px;
	background: url(images/icon_facebook_home.gif) no-repeat 0 0;
	float: right;
	padding: 0 0 0 50px;
	margin: 5px 0 0 0;
}

#btn_bottom .btn_general {
	padding: 0 0 0 0;
	float: left;
}

#btn_bottom .btn_facebook {
	padding: 8px 0 0 25px;
	float: left;
}

#menu_list {
	width: 285px;
	float: left;
	background: url(images/bg_menulist_home.gif) no-repeat;
	margin: 55px 0 0 15px;
	padding: 0 0 0 20px;
	*padding: 15px 0 0 20px;
}

#menu_list ul {
padding:8px 20px 8px 40px;
margin:0;
}

#menu_list ul, #rollover li {
	list-style-type: none;
	line-height: 20px;
}

#menu_list li a {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;  background-position: 0 .3em;
	padding-left: 15px;
}

#menu_list li a:hover {
	background-image: url(images/bullet_current.gif);
	background-repeat: no-repeat;  background-position: 0 .3em;
	padding-left: 15px;
}

#btn_bottom {
	width: 854px;
	height: 75px;
	padding: 10px 0 0 58px;
	float: left;
}
/* Footer HOME*/
#footer_home {
	width: 100%;
	height: 34px;
	background:#000 url(images/bg_footer_home.gif) repeat-x top;
	text-align: center;
	padding: 5px 0 0 0;
}

#footer_home p {
	line-height: 23px;
}

#footer_home p a {
	color:#fff;
}

#footer_home img {
	padding: 0 0 10px 0;
}

