@charset "utf-8";
/* CSS Document */

body{
	background:url(images/background.gif) top center repeat-x #694243;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
*{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	}
	
#container{
	width:952px;
	margin:10px auto;
	}
	
#header h1 a{
	width:161px;
	height:127px;
	background:url(images/logo_webmaster_barcelona.png);
	display:block;
	text-indent:-3000px;
	float:left;
	position:relative;
	z-index:99;
	margin-left:57px;
	}
	


#redes{
	width:152px;
	height:44px;
	float:right;
	margin-top:10px;
	}
	
#redes li, #menu li{
	float:left;
	display:inline;
	height:44px;
	}
	
#redes li{
	width:44px;
	margin-right:6px;
	}	
	
#redes a{
	display:block;	
	line-height:44px;
	text-indent:-3000px;
	height:44px;
	overflow:hidden;
	}
	
#redes a:hover{
	margin-top:2px;
}
	
#redes #facebook a{
	background:url(images/icono_redes.png);

	}

#redes #twitter a{
	background:url(images/icono_redes.png) -54px 0;
	}
	
#redes #delicious a{
	background:url(images/icono_redes.png) -108px 0;
	}
	

/* M E N U */
	
#menu{
	background:url(images/back_menu_principal.png);
	width:564px;
	height:55px;
	float:right;
	clear:both;
	margin-top:-53px;
	*margin-top:20px;
	position:relative;
	z-index:2;
	}
	
#menu li{
	margin-left:23px;
	}	
#menu a{
	padding-top:10px;
	line-height:22px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;	
	}
	
#menu a:hover{
	padding-top:12px;
	border-bottom:1px dotted #FFFFFF;
	}
	
	
/* SLIDE */	
	
#slide{
	float:left;
	margin-top:-25px;
	position:relative;
	z-index:1;
	height:316px;
	width:952px;
	background:url(images/slide_esquina.png) no-repeat left bottom;
	padding-left:15px;
	}
	
	
#contents{
	width:940px;
	clear:both;
	border-top:30px solid #000000;
	}
	
/* *IZQUIERDA Y DERECHA */


#contents #left{
	width:585px;	
	min-height:700px;
	float:left;
	background:url(images/back_contents.gif) left repeat-y;
	padding: 25px;
	}
	
#contents #right{
	width:255px;	
	min-height:700px;
	float:left;
	background:url(images/back_contents.gif) right repeat-y;
	padding:25px;
	}




	
	
	/*  esquina FOOTER */	
	
#esquina_footer{
	background:url(images/esquina_footer.png) right no-repeat;
	height:15px;
	clear:both;
	position:relative;
	top:-15px;
	}
	
	
#formulario{
	width:500px;
	margin:auto;
	font-weight:normal;

	}	
	
	
#formulario td{
	padding:8px;
	height:50px;
	}	
	
#formulario input, #formulario textarea, #formulario select{
	background:#7a1d14;
	color:#FFFFFF;
	padding:4px;
	}	
	
#formulario input.boton{
	background:#7a1d14;
	color:#FFFFFF;
	padding:4px;
	font-size:18px;
	}	
	
/* FOOTER */	
	
#footer{
	background:url(images/logo_footer.png) no-repeat 15px 15px #380203;
	height:100px;
	padding-left:150px;
	padding-top:15px;
	color:#FFF;
	line-height:20px;
	clear:both;
	margin-top:-15px;
	border-bottom:10px solid #000000;
	}
	
#footer ul{
	margin-top:10px;
	}

#footer li{
	float:left;
	}


#footer a{
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
	}
	
#footer a:hover{
	border-bottom:1px dotted #FFFFFF;
	}
