@charset "utf-8";

*{ 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
	text-align: center;
	background-color: #d8e1dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 12px;
	vertical-align: top;
}
p a {
	color: #666666;
	text-decoration: none;
}
p a:hover {
	color: #cccccc;
	text-decoration: none;
}

#mother {
	background-color: #d8e1dc;
	background-image: url(images/mother-bg.jpg);
	background-repeat: repeat-y;
	width: 820px;
	padding-right: 10px;
	padding-left: 10px;
}

#header {
	height: 100px;
	width: 820px;
}
#header-logo {
	float: left;
	height: 100px;
	width: 200px;
}
#header-section {
	float: right;
	height: 100px;
	width: 500px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	width: 820px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}
#menu {
	height: 50px;
	width: 820px;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 610px;
	padding-top: 20px;
	padding-right: 190px;
	padding-left: 20px;
	vertical-align: top;
	height: 360px;
}
#content-narrow {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 510px;
	height: 360px;
	padding-top: 20px;
	padding-right: 290px;
	padding-left: 20px;
	vertical-align: top;
}
.btm-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
.orange {
	color: #FF9933;
}
.orange-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 20px;
	text-align: left;
}
.align-top {
	vertical-align: top;
}
.servicios-right-col {
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	vertical-align: top;
}
