/*...............................................................*/
/*CSS HOME STYLES*/
/*Mónica Ferrarese | contacto@m3w.com.ar | http://wwww.m3w.com.ar*/
/*...............................................................*/

body {
	background-image: url(../images/layout/bg.jpg);
	background-repeat:  repeat-x;
	background-color: #FE9102;
	background-position: top;
}


#sWrapper{
	background-image: url(../images/layout/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*LAYOUT*/
#wrapper {
	text-align: center;
	margin: auto;
	width: 930px;
}
#wrapContent {}
/*----- Doc Header ------*/
#header {
	width: 930px;
	padding-top: 30px;
	background-image: url(../images/layout/bg-cabezal.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	height: 174px;
}
#header h1 {
	background-image: url(../images/layout/sensorial.jpg);
	height: 90px;
	width: 370px;
	background-repeat: no-repeat;
	float: left;
}

#header h1 a{ display:block; height: 90px; width: 370px;}
#header h1 span {
	display: none;
}
#botonera {
	height: 31px;
}



/*----- Doc Body ------*/
#content {}
#main {}
#mainContent {
	width: 900px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/layout/bg-degrade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent #fotosHome {
	background-color: #BDCEFF;
	height: 116px;
	width: 900px;
}

#lateral {}
#lateralContent{}

/*FOOTER*/
#footer {}
#footerContent {
	margin: auto;
	width: 900px;
	text-align: center;
	padding-top: 5px;
}
#footerContent a {
	font-size: 11px;
	color: #FFFFFF;
}

