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

body {
	background-color:#000;
	margin:0 auto;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	
}




#contenedor {
	width:960px;
	height:1000px;
	margin:0 auto;
	

}

#header {
	width:960px;
	height:178px;
	float:left;
}
	
	#header .logo{
	float:left;
	width:400px;
	height:175px;
	margin:0;
	}
	
	#header .items{
	float:left;
	width:520px;
	height:50px;
	margin-left:40px;
	margin-top:40px;
	}
	
	
	/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

#menu ul {
	height: 43px;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 40px;
	color: #fff;
	padding-top: 3px;
	background: url(img/bg-menu.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 26px;
}

#menu a:hover, #menu .active a {
	background-image: url(img/hover.jpg);
	color: #000;
}
	
	
	
	#header .telefono{
	width:200px;
	height:65px;
	float:right;
	margin-top:12px;
	background-image:url(img/telefono.jpg);
	}
	
	


#slide {
	background-image:url(img/fondo-javascript.jpg);
	width:960px;
	height:300px;
	float:left;
}


#botones {
	width:960px;
	height:330px;
	float:left;
	background-color:#000;
}



#contenido {
	background-color:#FFF;
	float:left;
	width:970px;
	height:800px;
	clear:both;
}


#footer {
	width:100%;
	height:221px;
	background-image:url(bg-footer/bg-footer.jpg);
	background-repeat:repeat-x;
	float:left;
}

#footer .cont-footer{
	width:960px;
	height:221px;
	background-image:url(bg-footer/cont-footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	}


.cont-footer .menu{
	width:300px;
	height:20px;
	float:right;
	padding:5px;
	margin-right:5px;
	margin-top:10px;
	}
	
	.cont-footer .menu a{
		color:#000;
		text-decoration:none;
		}
		
	.cont-footer .menu a:hover{
		background-color:#DCEAED;
		color:#000000;
		text-decoration:none;
		}
		
.cont-footer .servicios{
	width:560px;
	height:80px;
	float:left;
	margin:5px;
	}
	
	.servicios .sitios{
	width:250px;
	height:18px;
	margin:5px;
	float:left;
	padding:10px;
	background-color:#000000;
	}
	

	
	.servicios .sitios a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
	.servicios .sitios a:hover{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	}

#copy {
width:100%;
font-size:10px;
color:#fff;
clear:both;
float:left;
margin-top:55px;
}

#copy a{
color:#FFFFFF;
text-decoration:none;
}

#copy a:hover{
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
}

.cont-footer #contactos{
width:318px;
float:right;
margin-top:15px;
height:auto;
background-color:#000;
margin-right:5px;
}

#contactos .mail{
width:151px;
height:15px;
float:left;
color:#FFFFFF;
background-color:#1B1B1B;
margin:3px;
font-size:10px;
padding:1px;
}

#contactos p{
width:300px;
height:15px;
float:left;
margin:5px;
font-size:12px;
padding:2px;
color:#000;
font-weight:600;
text-align:left;
padding:2px 0 2px 5px;
background-color:#fff;
}

.mail a{
color:#FFFFFF;
text-decoration:none;
}

.mail a:hover{
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
}