/* CSS Document */
body{
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
	background-color:#3F3F3F;
	background-image: url(images/back_gral.jpg);
	background-repeat:repeat-x;		
}


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

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

/*Layout*/
#wrapper{
	width:831px;
	margin:30px auto;
	background-image:url(images/back_conte.jpg);
}

#top-containner{
	width:831px;
	height:12px;
	background-image:url(images/back_top.jpg);
	background-repeat:no-repeat;
	}

#containner{
	width:739px;
	padding:10px 41px 25px 50px;
	min-height:650px;
	background-image:url(images/back_conte.jpg);
	}

#header{
	width:739px;
	height:71px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#foto-dv{
	width:739px;
	height:204px;
	background-image:url(images/splash.jpg);
	margin-top:17px;		
}

#main-dv{
	height:205px;
	margin-top:7px;	
}

#empresa-dv{
	width:455px;
	height:129px;
	padding:56px 28px 20px 28px;
	background-image:url(images/back_empresa.png);
	background-repeat:no-repeat;
	float:left;
	line-height:15px;
	}

#contacto-dv{
	width:203px;
	height:129px;
	padding:56px 0px 20px 20px;
	background-image:url(images/back_contacto.png);
	background-repeat:no-repeat;
	float:right;}

#productos-dv{
	width:739px;
	height:138px;
}

#productos-tit{
	width:340px;
	height:31px;
	background-image:url(images/productos_y.png);
	background-repeat:no-repeat;
	margin-top:8px;}
	

#productos-logos{
	width:739px;
	height:105px;
	background-image:url(images/back_btns.jpg);
	background-repeat:no-repeat;
	margin-top:4px;
	padding-top:1px;}

#footer{
	width:791px;
	height:24px;
	padding:8px 0 0 40px;
	background-image:url(images/back_footer.jpg);
}

/*Botones*/
a#btn1 img{
	width: 330px;
	height: 103px;
	background: url(images/btn1.jpg) no-repeat;
	background-position:0 0;
	border:none;
	}
a#btn2 img{
	width: 260px;
	height: 103px;
	background: url(images/btn2.jpg) no-repeat;
	background-position:0 0;
	border:none;
	margin-left:20px;
	}
a#btn3 img{
	width: 137px;
	height: 103px;
	background: url(images/btn3.jpg) no-repeat;
	background-position:0 0;
	border:none;
	margin-left:22px;
	}
a#btn4 img{
	width: 120px;
	height: 103px;
	background: url(images/btn4.jpg) no-repeat;
	background-position:0 0;
	border:none;
	margin-left:10px;
	}
a#btn5 img{
	width: 172px;
	height: 103px;
	background: url(images/btn5.jpg) no-repeat;
	background-position:0 0;
	border:none;
	margin-left:7px;
	}			
a#btn1:hover img,a#btn2:hover img,a#btn3:hover img,a#btn4:hover img,a#btn5:hover img{
	background-position:0 -104px;
}


/*Classes*/
.footer_left{
	color:#000000;
	font-weight:bold;
}

.footer_right{
	color:#3F3F3F;
	padding-left:20px;		
}

.resaltado{
	color:#80D1FF;
}


