/* CSS Document */
a:link {
         color:#666666;
         text-decoration:none;
         font-family:verdana; 
         font-size:12px;
 }
a:visited {
         color:#666666;
         text-decoration:none;
         font-family:verdana; 
         font-size:12px;
 }
a:hover {
         color:#333333;
         text-decoration:underline;
 }  
 body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FF6600;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container_automatismos {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #985099;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container_seguretat {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #033F95;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container_domotica {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #1DA261;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container_contactar {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:80%;
}
.oneColFixCtr #footer {
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:70%;
	font-style:normal;	
}

.style1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 150%;
}
.style2 {color: #FF6600; font-weight: bold; font-size: 100%; }
.style3 {
	color: #033F95;
	font-weight: bold;
	font-size: 150%;
}
.style4 {color: #033F95; font-weight: bold; font-size: 100%; }
.style5 {
	color: #985099;
	font-weight: bold;
	font-size: 150%;
}
.style6 {color: #985099; font-weight: bold; font-size: 100%; }
.style7 {
	color: #1DA261;
	font-weight: bold;
	font-size: 150%;
}
.style8 {color: #1DA261; font-weight: bold; font-size: 100%; }
.style9 {
	color: #990000;
	font-weight: bold;
	font-size: 150%;
}