/* Keepintouch.cl, desarrollado por el equipo Simpleweb (http://www.simpleweb.cl) */
body {
	margin: 0px;
	padding: 0px;
	background: #51535A;
	font-size: 8pt;
	font-family: arial;
	height: 100%;
}
body, html {
	font-family: arial;
	font-size: 8pt;
	color: #292929;
	height: 100%;
	min-height: 100%;
}
/* Encabezados */
h1 {
	font-family: arial; /*Definir fuente externa */
	Font-size: 12pt;
	font-weight: bold;
	color: white;
	text-align: left;
	margin-bottom: -1px;
	background: url('images/titles/h1.gif') no-repeat;
	margin-top: 0px;
	text-indent: 5px;
	height: 23px;
	padding-top: 2px;
}
h2 {
	Font-size: 10pt;
	font-weight: bold;
	color: #CF2700;
	text-align: left;
	margin-bottom: -1px;
}

/* Link Genericos */
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #39698A;
}
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	Color: #CCCCCC;
}

/*Divs Centralizadores */
#alinea {
	position: absolute;
	width:744px;
	left: 50%;
	margin-left: -372px;
	background: white;
}
#contenedor{
	width: 744px;
	background: transparent;
}

/* Divs de Contenido */
#didyouknow { /*Prioridad 1 */
	top: 0px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	margin-top: 218px;
	margin-left: 0px;
	margin-right: 5px;
	padding-bottom: 30px;
	float: right;
	text-align: justify;
}

#contenido { /*Prioridad 2 */
	top: 0px;
	width: 495px;
	margin: 0px;
	padding: 0px;
	margin-top: 218px;
	margin-left: 3px;
	padding-bottom: 30px;
	float: left;
	font-family: arial;
	font-size: 9pt;
	color: #333333;
	text-align: justify;
	
}

#contenido-interior { /*Prioridad 1 */
	top: 0px;
	width: 505px;
	margin: 0px;
	padding: 0px;
	margin-top: 218px;
	margin-left: 5px;
	padding-bottom: 30px;
	float: left;
	font-family: arial;
	font-size: 9pt;
	text-align: justify;
	
}

#greatdeals { /*Prioridad 2 */
	top: 0px;
	width: 210px;
	margin: 0px;
	padding: 0px;
	margin-top: 218px;
	margin-left: 15px;
	padding-bottom: 30px;
	float: left;
}

#pie-pagina { /*Prioridad 3 */
	bottom: 0px;
	width: 744px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: url('images/bg/02.gif') no-repeat 53px 0px;
	z-index 2;
	font-family: arial;
	font-size: 7pt !important;
	text-align: center;
	clear: both;
}


/* Divs sin relevancia */
#separador { 
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 218px;
	margin-left: 505px;
	height: 138px;
	width: 5px;
	background: url('images/bg/01.gif') no-repeat;
}
#separador-interior { 
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 218px;
	margin-left: 517px;
	height: 138px;
	width: 5px;
	background: url('images/bg/01.gif') no-repeat;
}
#flash {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 198px;
	height: 182px;
	background: white;
}
#secciones {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	margin-left: 199px;
	background: white;
	width: 541px;
	height: 182px;
}
#secciones2 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	margin-left: 5px;
	margin-top: 183px;
	width: 450px;
	height: 15px;
	z-index 2;
}
#version {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	margin-left: 650px;
	margin-top: 183px;
	width: 90px;
	height: 15px;
	z-index 2;
	background: #f1f2f2;
	vertical-align: middle;
}
/*Viñetas */
ul {

}

li {
	list-style-image: url(images/ico/vineta.gif);
	list-style-position: outside;
	margin-top: 2px;
}
#didyouknow  li {
	color: #7E8894;
	font-weight: bold;
	list-style-image: url(images/ico/vineta-didyouknow.gif);
	list-style-position: outside;
	margin-top: 5px;
	margin-left: 10px;
	text-align: justify;
}

#didyouknow ul {
	margin: 0px;
	padding: 0px;
}

.menos {
	margin-left: -20px;
}

/*Clases Imágenes */
.imgcentro {
	margin-left: 12px;
	margin-right: 4px;
}
.imgleft {
	margin-right: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.imgleft2 {
	margin-right: 18px;
	margin-bottom: 5px;
	margin-top: 0px;
}

/*Links Secciones 2 */
#secciones2 a:link {
	color: #373737;
}
#secciones2 a:visited {
	color: #373737;
}
#secciones2 a:hover {
	color: #87ADC7;
}
#secciones2 a:visited {
	color: #87ADC7;
}


/* Big H1's*/
.h1-big {
	background: url('images/titles/h1-big.gif') no-repeat;
}
.h1-medium {
	background: url('images/titles/h1-medium.gif') no-repeat;
}
.h1-small {
	background: url('images/titles/h1-small.gif') no-repeat;
}

/*Clases de Texto */
.negrita {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.destacado {
	font-weight: bold;
	color: #E47919;
}

/*Blockquote */
#blockdid {
	margin-left: 0px;
	padding: opx;
}
blockquote#images {
	display: block;
	padding: 0px;
	margin: 0px;
	float: right;
	width: 110px;
	margin-left: 10px !important;
}
blockquote#images img {
	margin-bottom: 10px;
}

blockquote#home {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 110px;
	height: 210px;
	margin-right: 19px !important;
	margin-top: 5px;
}
blockquote#home2 {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 110px;
	height: 180px;
	margin-right: 19px !important;
	margin-top: 5px;
}
#greatdeals img {
	margin-bottom: 5px;
}
#greatdeals b {
	font-size: 9pt;
	color: #7E8894;
	font-weight: bold;
	text-align: justify;
}
#didyouknow h2 {
	Font-size: 9pt;
	font-weight: bold;
	color: #CF2700;
	text-align: left;
	margin-bottom: -2px;
}
#pie-pagina a:link {
	color: white;
}
#pie-pagina a:visited {
	color: white;
}
#pie-pagina a:hover {
	color: #cccccc;
}
#pie-pagina a:visited {
	color: #white;
}
#greatdeals a:link {
	font-size: 9pt;
	color: #7E8894;
	font-weight: bold;
	text-align: justify;
}
#greatdeals a:hover {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}
#greatdeals a:visited {
	font-size: 9pt;
	color: #7E8894;
	font-weight: bold;
	text-align: justify;
}
#greatdeals a:active {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}

a.chico:link, a.chico:visited {
	color: #7E8894;
	font-weight: 100;
	font-size: 8pt;
}
a.chico:hover, a.chico:active {
	color: #333333;
	font-weight: 100;
	font-weight:inherit;
	font-size: 8pt;
}
.destacador {
	Font-size: 8pt;
	font-weight: bold;
	color: #CF2700;
	text-align: left;
}
/* Contacto al final */
#contacto {
	height: 66px;
	width: 218px;
	background: url('images/bg/03.gif');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 150px;
	padding-right: 10px;
	padding-top: 13px;
	text-align: center;
}
