/** CSS General **/

/** formateo **/
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial;
}
/** links **/
a{
	color: #FFF;
	text-decoration: none;
}	
	a:hover{
		color: #FFF;
		text-decoration: underline;
	}
hr{
	display: none;
	visibility: hidden;
}

/** Clase clearfix **/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
		.clearfix {display:block;}
	/* End hide from IE Mac */
	

/******** Body *********/
body{
	background: #e0dede url(/images/fondo_body.jpg) repeat-x;
	line-height: 1.3;
	font-size: 0.75em;
}

/******** Web ********/

/******** Cabecera *********/
div#cabecera{
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	height: 180px;
	background: url(/images/fondo_cabecera.jpg) no-repeat right 77px;
}
			/** Logo **/
			#logo{
				position: relative;
				width: 122px;
				height: 122px;
				margin: 0 0 0 -10px;
				text-indent: -9999px;
				z-index: 2;
			}			
				#logo span{
					position: absolute;
					top: 15px;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url(/images/logo.png)!important;
					cursor: pointer;
				}
			#misitio{
				position: absolute;
				width: 200px;
				top: 53px;
				right: 10px;
				font-size: 0.73em;
				height: 15px;
			}			
				#misitio span{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: url(/images/aramirez.gif) no-repeat left;
				}
			/** Tecnologias **/
			#tecnologias{
				float: right;
				list-style: none;
				margin-top: -70px;
				margin-right: 15px;
				height: 33px;
				position: relative;
			}
				#tecnologias li{
					float: left;	
					margin: 2px;
					position: relative;
					height: 100%;
					width: 33px;
					text-indent: -9999px;
				}
					#tecnologias li #mysql span{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: url(/images/mysql.jpg) no-repeat;
						cursor: pointer;
					}
					#tecnologias li #symfony span{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: url(/images/symfony.jpg) no-repeat;
						cursor: pointer;
					}			
					#tecnologias li #php span{
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: url(/images/php.jpg) no-repeat;
						cursor: pointer;
					}
/********** Contenido **********/
#breadcrumb {
	position: absolute;
	top: 5px;
	left: 15px;
	color: #AAAAAA;
	font-size: 10px;
}
#breadcrumb li {
	float: left;
	padding: 0 5px 0 0;
}
#breadcrumb li a{
	color: #AAAAAA !important;
	text-decoration: underline;
}
#contenido{
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 1;
}
	/** Menu **/
	#menu{
		position: relative;
		list-style: none;
		margin: 21px 0 0 410px;
		height: 32px;
	}
		#menu li{
			float: left;
			margin: 1px;
			height: 32px;
			position: relative;
		}
			#menu li #btn1{
				position: relative;
				width: 127px;
				display: block;	
				height: 100%;
			}
				#menu li #btn1 span{
					position: absolute;	
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: url(/images/btn_porfolio.gif) no-repeat;
					cursor: pointer;
				}
				#menu li #btn1:hover span{
					background: url(/images/btn_porfolio_hover.gif) no-repeat;
				}
			#menu li #btn2{
				position: relative;
				width: 76px;
				display: block;	
				height: 100%;
			}
				#menu li #btn2 span{
					position: absolute;	
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: url(/images/btn_blog.gif) no-repeat;
					cursor: pointer;
				}
				#menu li #btn2:hover span{
					background: url(/images/btn_blog_hover.gif) no-repeat;
				}
			#menu li #btn3{
				position: relative;
				width: 127px;
				display: block;	
				height: 100%;
			}
				#menu li #btn3 span{
					position: absolute;	
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: url(/images/btn_contactar.gif) no-repeat;
					cursor: pointer;
				}
				#menu li #btn3:hover span{
					background: url(/images/btn_contactar_hover.gif) no-repeat;
				}
			#menu li #btn4{
				position: relative;
				width: 107px;
				display: block;	
				height: 100%;
			}
				#menu li #btn4 span{
					position: absolute;	
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: url(/images/btn_moi.gif) no-repeat;
					cursor: pointer;
				}
				#menu li #btn4:hover span{
					background: url(/images/btn_moi_hover.gif) no-repeat;
				}
		/* página de error */
		#contenido #cuerpoError{
			position: relative;
			padding-top: 50px;
			height: 300px;
			text-align: center;
			line-height: 2.5em;
		}
			#contenido #cuerpoError a{
				color: #7AB030;
			}
/************ Pie ************/
#pie{
	width: 100%;
	height: 40px;
	color: #FFF;
	background: url(/images/fondo_pie.jpg) repeat-x;
	padding-top: 132px;
	margin-top: -102px;
}
	#pie a{
		position: relative;
		width: 109px;
		height: 29px;
		display: block;
		margin: 0 auto;
	}
		#pie a span{
			background: url(/images/zukeidigital.gif) no-repeat;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}
