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

body{
	
	border:0;
	
	margin:0;
	
	background:url(../images/bg-home.jpg);
	
	background-repeat:repeat-x;
	
}

html{
	
	background:url(../images/bg-home.jpg);
	
	background-repeat:repeat-x;
	
	margin:0;
	
}


a img  
{  
border: none;  
} 

/*****HEADER***CAMBIOS DEBEN REPLICARSE EN CSS DE INTERNAS*/

#header{
	
	width:960px;
	
	height:150px;
	
	float:left;
	
	background: url(../images/bg-head.jpg) repeat-x top;

	
}

.logo{
	
	width:150px;
	
	height:136px;
	
	float:left;
	
	margin-top:10px;
	
}

.text-home{
	
	width:287px;
	
	height:91px;
	
	float:left;
	
	margin-top:44px;
	
	
}

.mail{
	
	width:260px;
	
	height:20px;
	
	float:right;
	
	margin-top:25px;
	
}

.menu{
	
	width:365px;
	
	height:43px;
	
	float:right;
	
	background:url(../images/bg-menu.jpg) repeat-x;
	
	margin-top:45px;
}

/***FIN HEADER****/


/**SLIDE**/

#slide{
	
	width:960px;
	
	height:318px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	background:url(../images/bg-slide.jpg) repeat-x;
	
	margin-top:2px;
	
}

/****FIN SLIDE****/

#presentacion{
	
	width:790px;
	
	height:auto;
	
	margin-left:auto;
	
	margin-right:auto;

	text-align:center;
	
}

.contenido{
	
	width:960px;
	
	height:auto;
	
	float:left;
	
	margin-top:30px;
	
	min-height:435px;
	
}

/*****FOOTER*****/

.footer{
width:100%;
height:160px;
background: url(../images/3.png) repeat;
}

#c-right{
	
	width:320px;
	
	height:35px;
	
	float:left;
	
	text-align:right;
	
	margin-top:60px;
	
	margin-left:60px;
	

	
}

#logo-footer{
	
	width:190px;
	
	height:75px;
	
	float:left;
	
	margin-left:15px;
	
	margin-top:40px;
	
}

#contactenos{
	
	width:300px;
	
	height:35px;;
	
	margin-left:15px;
	
	margin-top:60px;
	
	float:left;
	
}

#nexodigital{
	
	width:150px;
	
	height:20px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	margin-top:10px;
	
	text-align:center;
	
}