@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-color: #87C5DE;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 5px;
}
#top {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 100px;
}
#top_centrado {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#flash_logo {
	width: 250px;
	float: left;
}
#flash {
	float: right;
	width: 600px;
}
#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	float: left;
	list-style-type: none;
	display: block;
	padding-top: 150px;
	clear: both;
}
li {
}
li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
	display: block;
	width: 179px;
	height: 27px;
	padding-top: 2px;
	padding-left: 5px;
}
li a:hover {
	color: #F09F23;
}
#activo  {
	font-weight: bold;
	background-image: url(activo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 16px;
}
#english {
	font-weight: bold;
	background-image: url(english.gif);
	background-repeat: no-repeat;
	background-position: 64px 8px;
}
#espanol {
	font-weight: bold;
	background-image: url(chile.gif);
	background-repeat: no-repeat;
	background-position: 66px 8px;
}
#contacto {
	float: left;
	display: block;
	height: 130px;
	width: 170px;
	clear: left;
	background-image: url(bg_contacto.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-size: 12px;
	background-position: right top;
}

#contacto a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	text-decoration: underline;
}
#contenido {
	width: 649px;
	float: left;
	margin-top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	display: block;
}
#contenido_texto {
	background-image: url(bg_contenido.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	display: block;
	padding-bottom: 20px;
}
#contenido_texto img {
	border: 4px solid #DFDFDF;
	padding: 0px;
	margin-right: 10px;
	float: left;
	display: block;
	margin-top: 24px;
	margin-left: 14px;
}
#pie {
	background-image: url(pie_contenido.gif);
	height: 95px;
	clear: both;
}
#ipatsa a {
	float: right;
	height: 30px;
	padding-top: 10px;
	color: #0572AF;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
	display: block;
}
/* Formulario*/
label {
	display:block;
	font-weight:bold;
	float: left;
	width: 150px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
fieldset {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
legend {
	margin-bottom: 20px;
	display: block;
}
br {
	clear: left;
}
input, textarea {
	border:1px solid #0571AF;
	margin: 4px;
	float: left;
	background-color: #88BEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 155px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FB7B0D;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
input:focus, textarea:focus {
	background-color: #0793C8;
}
