* {
	margin: 0;
	padding: 0;
}
body {
	font: 15px Arial, Helvetica, sans-serif;
}
a {
	color: #f63;
	text-decoration: underline;
}
a:visited {
	color: #f93;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #f63;
}
.spacer {
	clear: both;
	height: 0px;
	color: #000000;
}
form .boton {
	color: #FFFFFF;
	background: #f63;
	border-top: 2px solid #FF9966;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #FF9966;
	padding: 4px;
}
div.fila {
	clear: both;
	padding-top: 10px;
	width: 500px;
}
div.fila span.izq {
	width: 95px;
	text-align: right;
	margin-right: 5px;
	float: left;
}
div.fila span.der {
	width: 400px;
	text-align: left;
	float: right;
}
p.error {
	color: #3399FF;
}

#fondo {
	background: repeat-y;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 4px solid #000000;
	padding-bottom: 24px;
}
#cabezote, #contenido, #foot {
	margin-right: 4px;
	margin-left: 4px;
}
#cabezote {
	background: url(../img/cabezote.jpg);
	height: 102px;
	width: 760px;
	position: relative;
}
#cabezote h1 {
	text-indent: -100em;
}

#cabezote h1 a {
	display: block;
	height: 102px;
	width: 380px;
	float: left;
}
#cabezote h1 a:hover {
	background: none;
}

#toplinks {
	float: right;
	width: 184px;
	height: 50px;
	font-size: 12px;
	margin-top: 4px;
}
#toplinks ul {
	list-style: none;
}
#toplinks li {
	float: left;
	width: 56px;
	margin-right: 4px;
}
#tab {
	position: absolute;
	left: 384px;
	top: 56px;
}

#tab p {
	text-indent: -100em;
}
#tab a {
	display: block;
	height: 44px;
	width: 184px;
}
#tab a:hover {
	background: none;
}

#contenido {
	padding-left: 10px;
	padding-right: 10px;
}
#texto {
	width: 568px;
}
#texto p {
	line-height: 1.4em;
}

#empleos {
}
.where {
	color: #0099FF;
}

#texto h2, #empleos h2 {
	font-size: 16px;
	margin-top: 16px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
#texto h2 strong, #empleos h2 strong {
	color: #f63;
}
#texto h3, #empleos h3 {
	color: #3399FF;
	font-size: 16px;
	font-weight: bold;
}
#texto p, #empleos  p {
	margin-bottom: 0.7em;
}
#empleos  ul {
	list-style: none;
	margin-bottom: 32px;

}
#empleos li {
	margin-bottom: 16px;
}
#texto ul {
	margin-bottom: 32px;

}
#texto li {
	margin-bottom: 4px;
	margin-left: 24px;
}

#frm-apply {
	margin-top: 18px;
	margin-bottom: 18px;
}
#frm-send  label, #frm-apply label {
	display: block;
	margin-bottom: 8px;
}
#empleos .description {
	margin-bottom: 16px;
	margin-top: 16px;
}
#info {
	font-size: 12px;
}
#info .boton {
	text-align: center;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	background: #f63;
}
#info .motto {
	margin-top: 8px;
}


#info  p  {

}
#pie {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 24px;
	padding-bottom: 48px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
