/**
 * Dreamline - Template 15
 * Designed and coded by 1Three
 * http://www.1three.com/
 */
 
/**
 * General Settings
 */
body {
	background: url('http://www.saecsa.com.mx/images/body.gif') top repeat-x #dedbd6;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .69em
}

#wrapper {
	width: 957px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

p {
	margin: 10px 0;
	line-height: normal
}

.right { float: right }
.left { float: left }

.error {
	font-weight: bold;
	color: #f00
}

/**
 * Links
 */
a img {
}
a:hover img {
}

.go {
	background: url('../images/go.gif');
	display: block;
	width: 39px;
	height: 37px
}

/**
 * Headers
 */
h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 1.73em;
	font-weight: normal;
	color: #5d5d5d
}

/**
 * Forms
 */
form {
	background-color: #FFF;
	color: #FFF;
	text-align: left;
} /* IE */

dt {
	float: left;
	width: 150px
}

label { line-height: 24px }
label:hover {
	cursor: pointer;
	color: #000;
	background-color: #FFF;
}

.button {
	background: #e00;
	padding: 5px 0;
	display: inline-block;
	width: 100px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff
}
.button:hover { text-decoration: underline }

.button.disabled { background: #ddd }
.button.disabled:hover { text-decoration: none }

input.button { border: 0 }

input.text { font-size: 1.45em }
textarea { font-family: Tahoma, Verdana, Arial, sans-serfic;font-size: 1.45em }

/**
 * Header
 */
#header {
	height: 52px;
	width: 957px;
	padding-top: 26px;
	padding-right: 40px;
	padding-bottom: 26px;
	padding-left: 40px;
	background-image: url(http://www.saecsa.com.mx/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	background: url('../images/logo.gif');
	display: block;
	width: 162px;
	height: 46px
}

/**
 * Navigation
 */
#nav {
	background: #fff;
	border-top: 3px solid #c5c5c5;
	margin: 0;
	padding: 5px;
	height: 32px
}

#nav li {
	float: left;
	list-style: none
}

#nav a {
	display: block;
	width: 100px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000
}
/**
 * Announcement
 */
.announcement { padding: 10px }

/**
 * Content
 */
#content {
	background: #fff;
	padding: 20px
}

.module {
	background: #dcdcdc;
	padding: 20px;
	min-height: 162px;
}

/* Welcome */
#welcome { margin-bottom: 20px }

/* Services */
#services { width: 459px }

#services div.right { width: 185px } 
#services .go { margin: 55px 0 0 15px }

#services #text { margin-right: 200px }

/* Contact Us */
#contact {
	width: 280px;
	background-color: #FFF;
}

/**
 * Footer
 */
#footer { margin: 20px 0 }

#footer ul {
	background: #e00;
	border-bottom: 2px solid #ca080a;
	margin: 0;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	color: #fff
}

#footer ul li {
	float: left;
	list-style: none
}

#footer ul a {
	float: left;
	padding: 0 5px;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #fff
}

#footer ul a:hover {
	background: #fff;
	color: #e00
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #F00;
}

