@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 {
	margin: auto;
	width: 960px;
}
body {
	background-color: #1E5685;
}

#wrapContent {
	background-image: url(../images/layout/bgcontent.jpg);
	background-repeat:  repeat-y;
	text-align: center;
	margin: auto;
	width: 960px;
	clear: both;
}
#idioma {
	height: 200px;
	width: 24px;
	position: absolute;
	left: 845px;
}
/*----- Doc Header ------*/
#header {
	background-image: url(../images/layout/bgheader.jpg);
	background-repeat:  repeat-y;
	text-align: center;
	margin: auto;
	width: 960px;
}
#headerTop, #headerBot{
	background-image:  url(../images/layout/bgtop.jpg);
	height: 15px;
	width: 960px;
	line-height: 15px;
}

#headerContent {
	margin: auto;
	width: 830px;
	text-align: center;
	clear:both;
	position:relative;
}
#headerContent #col1 {
	background-image: url(../images/layout/bparsa.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	float: left;
}
#headerContent #col2, #headerContent #col3 {float: left;}
#headerContent #col2 {width: 260px;}
#headerContent #col3 {width: 270px;}
#headerContent span { display: none;}


/*----- Doc Body ------*/
#content {}
#main {
	width: 830px;
	margin: auto;
	text-align: center;
}
#mainContent {
	float: left;
	width: 474px;
	padding-left: 30px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 30px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	padding-right: 26px;
}
#mainContent h3 {
	height: 20px;
	width: 479px;
	background-color: #1E5685;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#mainContent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	line-height: 25px;
}
#mainContent h5 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}


#mainContent div.colleft {
	background-image: url(../images/layout/div-vert.gif);
	background-repeat: no-repeat;
	background-position: 229px 0px;
	width: 220px;
	float: left;
	padding-right: 15px;
}
#mainContent div.colright {
	float: left;
	width: 225px;
	padding-left: 10px;
}
#mainContent div.colleft h3,#mainContent div.colright h3{
	background-color: #1E5685;
	width: 220px;
	height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#mainContent a.mas {
	background-image: url(../images/layout/btnsabermas.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 101px;
	margin: auto;
}

#mainContent a.mas span{ display: none;}
#mainContent #bannerHome {
	background-image: url(../images/layout/bannerproductos.jpg);
	clear: both;
	height: 88px;
	width: 484px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
#mainContent #bannerHome a {
	height: 88px;
	width: 484px;
	display: block;
}
#mainContent #bannerHome a span{ display: none;}
#mainContent p {
	line-height: 20px;
	padding-bottom: 10px;
}
#mainContent address {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 25px;
	background-image: url(../images/layout/div-hor.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#mainContent #subServicios {
	padding-left: 15px;
}
#mainContent #subServicios li {
	background-image: url(../images/layout/div-hor-li.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 15px;
	background-position: left top;
	list-style-image: url(../images/layout/vineta.gif);
	padding-bottom: 5px;
}
#mainContent a.contact {
	background-image: url(../images/layout/contact.gif);
	background-repeat: no-repeat;
	display: block;
	width: 250px;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 25px;
	margin-left: 10px;
}
#mainContent a.ver {
	font-weight: bold;
	background-image: url(../images/layout/btnir.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
	padding-left: 20px;
}
#mainContent a.descargar {
	font-weight: bold;
	background-image: url(../images/layout/btndoc.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	background-position: left center;
}



#lateral {
	float: left;
	width: 300px;
}
#lateralContent, #login{
	width: 270px;
	padding: 15px;
}


/*FOOTER*/
#footer {
	background-image: url(../images/layout/footer.jpg)  ;
	background-repeat: no-repeat;
	height: 100px;
	width: 960px;
	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;
}
