@import url("reset.css");
@import url("common.css");

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

/*LAYOUT*/
#wrapper {
	background-image: url(bgcontent.jpg);
	background-repeat:   repeat-y;
	margin: auto;
	width: 970px;
	background-color: #1F5583;
	text-align: center;
	background-position: center;
}
#wrapContent {

}
/*----- Doc Header ------*/
#header {
	text-align: center;
	margin: auto;
	width: 910px;
}
#headertop, #headerbot {
	background-image: url(bgtopheader.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 910px;
	background-position: center;
}

#headerContent {
	background-image: url(bgheader.jpg);
	background-repeat:  repeat-y;
	text-align: center;
	margin: auto;
	width: 910px;
}
#headerContent #cabezal {
	text-align: center;
	margin: auto;
	height: 90px;
	width: 830px;
	background-image: url(cabezal.jpg);
	background-repeat: no-repeat;
}


/*----- Doc Body ------*/
#content {}
	#content #title {
		background-image: url(title.gif);
		background-repeat: no-repeat;
		text-align: center;
		margin: auto;
		height: 25px;
		width: 830px;
	}
		#content h1 span{ display:none;}
#main {
	text-align: center;
	margin: auto;
	width: 830px;
}

#mainContent {
	text-align: left;
	width: 530px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainContent p {
	line-height: 20px;
	padding-bottom: 10px;
}
#mainContent h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}

#mainContent div.contenedor {
	width: 490px;
	padding-left: 25px;
	padding-bottom: 10px;
	background-image: url(divisor.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
}
	#mainContent #descargas li, #mainContent #documentos li {
		background-image: url(btndescargar.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 25px;
	}
	#mainContent #documentos li {
	background-image: url(btnlink.gif);
}
		
		#descargas li a, #documentos li a {
			font-weight: bold;
			color: #1E5786;
		}
		#descargas li a:hover, #documentos li a:hover {
			font-weight: bold;
			color: #FF6600;
		}

#mainContent address {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 35px;
}
#mainContent .formulario {
	width: 450px;
	padding-top: 30px;
	padding-left: 30px;
}
	#mainContent .formulario label {
		font-weight: bold;
		color: #333333;
		width: 80px;
		float: left;
		text-align: right;
		padding-right: 5px;
	}
	#mainContent .formulario input {
		font-size: 11px;
		color: #333333;
		width: 150px;
		height: 15px;
		margin-bottom: 10px;
	}
	#mainContent .formulario #imageField {
		width: 101px;
		height: 15px;
		margin-left: 85px;
	}
#mainContent img.home {
	clear: both;
	float: right;
	height: 15px;
}



#lateral {
	float: left;
	width: 270px;
}
#lateralContent{}

/*FOOTER*/
#footer {
	background-image: url(bgfooter.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 970px;
	margin: auto;
	clear: both;
}
#footerContent {
	font-size: 10px;
	color: #FFFFFF;
	margin: auto;
	width: 830px;
	text-align: right;
	padding-top: 35px;
}
#footerContent a {
	color: #FFFFFF;
}
#footerContent a:hover {
	color: #CCCCCC;
}
