@charset "UTF-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding:0px;
	margin:0px;
	font-size:100%;
	font-weight:normal;
	}
ul { padding-left: 1.4em; list-style:square; }

img{
	border:0px;
	}

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


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #737074;
	margin: 0px;
	padding: 0px;
	width: auto;
}

h1 {
	font-size:20px;
	padding-top:30px;
	margin-left:100px;
	margin-right:100px;
	}

h2{
	font-size:18px;
	margin-left:100px;
	margin-top:20px;
	margin-right:100px;
	
	}
	
p {
	font-size:14px;
	margin-left:100px;
	margin-right:100px;
	text-align: left;
	}
#logo {
	position: absolute; /* jumping logo fix for IE */
	left:30px;
	top:15px;
	/*margin:15px 20px;*/
	}

#header {
	position:relative;
	background:#7F6A7B;
	color: #7F6A7B;
	}
/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #header {
	height: 1px;
}

/* Fix IE. Hide from IE Mac \
* html ul li { float: left; }
* html ul li a { height: 1%; }
 End */

#mb {
	/*display:block;
	display:inline-block;
	float:right;
	margin: 0;
	padding: 0;
	width:550px;
	list-style: none;
	overflow: hidden; 
	zoom:1;*/
	margin: 0;
	padding: 0;
	list-style: none;
	height:120px;
	overflow: hidden; 
	zoom: 1;
	}

#mb li {
	/*margin-top:85px; 
    float: left;
	margin-right:3em;
	display:block;
	display:inline-block;*/
	float: right; /*inicio es al FINAL*/
	margin-top:85px;
	display:block;
	display:inline-block;
}
.i { 
	width: 6em;
}
.qs {
	width: 13em;
}
.p {
	width: 9em;
}
.o {
	width: 7em;
}
.c {
	width: 11em;
}


#mb a{
	display:block;
	display:inline-block;
	color: #fff;
	font-size:14px;
	text-decoration: none;
	display: block;
	background-color: #7F6A7B; 
	zoom: 1;
	}

#mb a:hover {
	display:block;
	display:inline-block;
	color:#A3889D;
	border-bottom:2px solid #A3889D;
}


#mb a:active {
	display:block;
	display:inline-block;
	color:#A3889D}

#inicio #ilink, #quinessomos #qlink, #productos #plink, #obras #olink, #contacto #clink{
  color: #A3889D;
}
*/

#main{
	background: #FFF;
	}

#footer {
	background:#7F6A7B;
	}
#contacto #wrap #main #form fieldset p {
	text-align: left;
}
