@charset "UTF-8";
/* 
    Author:  alexcetipn™
  	MAde in: www.coaala.com
*/
body{
	margin: 0px;
	background: #999 url(../images/mantel.jpg) repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.hidden{
	display: none;
}
#general{
	width: 100%;
	height: 600px;
	margin: auto;
	}
/*-- header-------*/
#header{
	width: 100%;
	height: 89px;
	background: transparent url(../images/header.png) repeat-x center center;
}
#menus{
	width: 800px;
	height: 89px;
	margin: auto;
}
#logo{
	width: 206px;
	height: 89px;
	min-width: 206px;
	min-height: 89px;
	float: right;
	margin-right: 30px;
}
#logo a{
	width: 206px;
	height: 66px;
	min-width: 206px;
	min-height: 66px;
	max-width: 206px;
	max-height: 66px;
	display: block;
	background: url(../images/sunprologo.png) no-repeat scroll 0 13px;
}
#menu{
	width: 450px;
	height: 89px;
	float: left;
	margin-left: -30px;
}
#menu ul{
}
#menu ul li{
	width: 90px;
	height: 43px;
	min-width: 90px;
	min-height: 43px;
	max-width: 90px;
	max-height: 43px;
	list-style: none;
	list-style-image: none;
	float: left;
}
#menu ul li a{
	width: 90px;
	height: 43px;
	min-width: 90px;
	min-height: 43px;
	max-width: 90px;
	max-height: 43px;
	display: block;
}
/*--menu---------*/
.inicio{
	background: transparent url(../images/btn_inicio1.png) no-repeat;
}
.inicio:hover{
	background: transparent url(../images/btn_inicio2.png) no-repeat;
}
.productos{
	background: transparent url(../images/btn_productos1.png) no-repeat;
}
.productos:hover{
	background: transparent url(../images/btn_productos2.png) no-repeat;
}
.contacto{
	background: transparent url(../images/btn_contacto1.png) no-repeat;
}
.contacto:hover{
	background: transparent url(../images/btn_contacto2.png) no-repeat;
}
.cotizador{
	background: transparent url(../images/btn_cotizador1.png) no-repeat;
}
.cotizador:hover{
	background: transparent url(../images/btn_cotizador2.png) no-repeat;
}
/*--contener-------*/
#contener{
	width: 800px;
	height: 453px;
	margin: auto;
}
#slogan{
	width: 750px;
	height: 59px;
	min-width: 750px;
	min-height: 59px;
	background: transparent url(../images/slogan2.png) no-repeat;
	margin: auto;
}
#flash{
	width: 650px;
	height: 389px;
	margin: auto;
	text-align: center;
}
#contacto{
	width: 650px;
	height: 389px;
	margin: auto;
	color: #444;
	font: .75em/15px Arial;
	text-align: left;
}
#contacto a{
	color: #444;
}
#reflejo{
	width: 650px;
	height: 17px;
	margin: auto;
	background: transparent url(../images/reflejo.png) no-repeat center center;
}
/*--footer--------*/
#footer{
	width: 680px;
	height: 72px;
	min-width: 680px;
	min-height: 72px;
	max-width: 680px;
	max-height: 72px;
	margin: auto;
}
#line{
	width: 680px;
	height: 4px;
	float: left;
	background: transparent url(../images/linefooter.png) no-repeat;
}
#text{
	width: 680px;
	height: 20px;
	min-width: 680px;
	min-height: 20px;
	color: white;
	font: .7em/2 Arial;
	text-align: center;
}
#logo2{
	width: 170px;
	height: 45px;
	margin: auto;
	background: transparent url(../images/sunprofooter.jpg) no-repeat;
}

