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

body {
	width: 100%;
	font-family:arial, verdana, sans-serif;
	color: #ccc;
	background-color: #000;
}
h1 {
	font-size: 22px;
	color: #333;
}

a img { border:none;
	    margin:0px;	
		outline: none;
	} 
	
a {
	color:#fe9216;
	text-decoration:none;
}

a:hover {
	color:#c34800;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

#contenedor {
	width: 950px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
}

#izq {
	float:left;	
	}

#der {
	float:right;	
	}

#cent{
	margin-right: auto;
	margin-left: auto;	
	font-size: 9px;
	color: #999;
	}
	
#contenido {
	clear: left;
	padding-top: 2px;
	margin-right: 30px;
	margin-left: 50px;
}

#cabezera #izq {
	margin-left: 40px;
}	

#cabezera #izq a{
	padding-left: 10px;
	padding-top: 10px;
}
#cabezera #der {
	padding-top:10px;
	margin-right: 80px;
}

#cabezera #der ul li{
	display:inline;
}

#pie {
	margin-right: 30px;
	margin-left: 30px;		
}

#inicio {
	width:802px;
	height:470px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/Pag-01.png);
	padding-left:50px;
	padding-top:20px;
	display: block;
	color:#0C6;
	background-repeat: no-repeat;
	clear: left;
}

#web {
	width:802px;
	height:470px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/Pag-web_04.png);
	padding-left:50px;
	padding-top:20px;
	display: block;
	color:#0C6;
	background-repeat: no-repeat;
	clear: left;
}

a.bt-inicio {
	width:31px;
	height:14px;
	background-image:url(../images/inicio.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
}

a.bt-inicio:hover {
	background-position: 0 -14px;
	}
	
a.bt-nosotros {
	width:84px;
	height:14px;
	background-image:url(../images/nosotros.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
}

a.bt-nosotros:hover {
	background-position: 0 -14px;
	}	

a.bt-contacta {
	width:88px;
	height:14px;
	background-image:url(../images/contacta.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
	marging-left: 10px;
}

a.bt-contacta:hover {
	background-position: 0 -14px;
	}	
	
a.bt-blog {
	width:24px;
	height:14px;
	background-image:url(../images/blog.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
	marging-left: 10px;
}

a.bt-blog:hover {
	background-position: 0 -14px;
	}	

a.bt-web {
	width:252px;
	height:46px;
	background-image:url(../images/Pag-01_01.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
	text-decoration: none;
	
}

a.bt-web:hover {
	background-position: 0 -46px;
	}
	
a.bt-web-sel {
	width:252px;
	height:46px;
	background-image:url(../images/Pag-web_01.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
	text-decoration: none;
	
}


a.bt-grafico {
	width:308px;
	height:46px;
	background-image:url(../images/Pag-01_02.png);
	display: block;
	background-repeat: no-repeat;
	float:left;	
	text-decoration: none;
}

a.bt-grafico:hover {
	background-position: 0 -46px;
	}

a.bt-multimedia {
	width:242px;
	height:46px;
	background-image:url(../images/Pag-01_03.png);
	display: block;
	background-repeat: no-repeat;
	float:left;
}

a.bt-multimedia:hover {
	background-position: 0 -46px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	

