/*
Elaborado por el equipo de diseņo de Simpleweb para medicinaforense.cl, Simpleweb.cl
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #dfdfdf;
}

body, html, table, tr, td {
	font-family:  "Trebuchet MS", Arial;
	font-size: 09pt;
	color: #575757;
}
h1 {
	color: #128db1;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family:  "Trebuchet MS", Arial;
}
h2 {
	color: #a3693e;
	font-size: 13px;
	font-weight: bold;
	font-family:  "Trebuchet MS", Arial;
}
h3 {
	color: #4169E1;
	font-size: 12px;
	font-weight: bold;
	font-family:  "Trebuchet MS", Arial;
	margin-left: 24px;
}
/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #128db1;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #a3693e;
}
ul {
	margin-left: 30px;
}
li {
	margin-bottom: 13px;
	list-style: square;
}
ol {
	margin-left: 30px;
	list-style: decimal;
}

/* Divs */
#contenedor {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 742px;
	margin-left: -380px;
	background: url(/images/bg/principal.gif) repeat-y;
	padding: 0px;
	padding-left: 9px;
	padding-right: 9px;
}

/* Divs Contenido */
#informacion {
	margin-top: 186px;
	width: 100%;
	float: none; 
	clear: both;
}
#lateral {
	width: 191px;
	float: left;
}
#contenido {
	float: right;
	width: 537px;
	margin-right: 5px;
}
#contenido img {
	float: left; 
	margin-right: 6px;
	margin-bottom: 6px;
}
#secciones {
	width: 180px;
}
#pie {
	clear: both; 
	float: none;
	width: 498px;
	padding: 10px;
	margin-left: 208px;
	background: #e9e9e9 url(/images/bg/bg-pie.gif) no-repeat;
	text-align: center;
	color: black;
	font-size: 11px;
	margin-top: 15px;
}
#logotipo {
	position: absolute;
	top: 0px;
	left: 9px;
	width: 191px;
	height: 186px;
	background: url(/images/bg/leteral-superior.gif) top left repeat-x;
	z-index: 1;
}
#logotipo img {
	margin-top: 53px;
	margin-left: 3px;
}
#flash {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 552px;
	height: 184px;
	z-index: 2;
	padding-top: 0px;
	/padding-top: 0px;
	background: url(/images/bg/leteral-superior.gif) top left repeat-x;
}
#subsecciones {
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: center;
}
#subsecciones a:link {
	padding-left: 25px;
	color: #979278;
	background: url(/images/img/icono-link.jpg) top left no-repeat;
	margin-left: 15px;
}
#subsecciones a:visited {
	padding-left: 25px;
	color: #979278;
	background: url(/images/img/icono-link.jpg) top left no-repeat;
	margin-left: 15px;
}
#subsecciones a:hover {
	padding-left: 25px;
	color: #979278;
	background: url(/images/img/icono-link.jpg) bottom left no-repeat;
	margin-left: 15px;
}
#subsecciones a:active {
	padding-left: 25px;
	color: #979278;
	background: url(/images/img/icono-link.jpg) bottom left no-repeat;
	margin-left: 15px;
}
/* Formulario Sw */

.esinput {
	background: white url(/images/form/input.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
}
.esmsje {
	background: white url(/images/form/input.jpg);
	background-repeat: repeat-x;
	border: 1px;
	border-color: #A9A9A9;
	border-style: solid;
	padding-left: 2px;
	margin-top: 5px;
}
.Estilo1 {
	Text-align: left;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
#contacto {
	margin-left: 40px;
	padding: 8px;
}
#contacto input {
	margin-left: 0px;
}
.esenviar {
	border: 1px;
	border-color: #2D5082;
	border-style: solid;
	padding-left: 3px;
	background: url('/images/form/send.jpg') repeat-x;
}