/* IMEDICA Styles - by alamosh (Tomorrow Digital Project) */

* { margin: 0; padding: 0; }
hr {
	color: #dadada;
	background-color: #dadada;
	height: 1px;
	border: 0;
}

#page-wrap {
	min-width: 780px;
	max-width: 100%;
	min-height: 440px;
	}
	#page-wrap #inside {
		padding-bottom: 10px;
	}
	
#main-content {
	padding-left: 253px;
}
	
#header {
	background: #267f23;
	text-align: center;
}
	
#left-sidebar {
	width: 220px;
	height: 100%;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	z-index: 1;
	font-family: 'Dosis', sans-serif;
}

#left-sidebar a {
	font-family: 'Dosis', sans-serif;
	color: black;
	text-decoration: none;
}

#left-sidebar a:hover {
	color: #f79239;
	text-decoration: none;
}

#flecha {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 270px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

#flecha2 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 332px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

#flecha3 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 394px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

#flecha4 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 455px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

.gecko #flecha {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 275px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

.gecko #flecha2 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 338px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

.gecko #flecha3 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 403px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

.gecko #flecha4 {
	position: absolute; 
	height: 48px;
	width: 38px;
	top: 466px; 
	left: 235px;
	background-image: url(../images/flecha.png);
}

#sidebarbg {
	background-image: url(../images/sidebg.png);
	position: fixed;
	width: 253px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 1px 1px 15px #5f5f5f;
}

#sidebarbg img {
	border: 0;
}

#footer {
	background-image: url(../images/boxbg.png);
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: 'Dosis', sans-serif;
	color: white;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: -2;
}

#centralbox {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 270px auto;
	background-image: url(../images/boxbg.png);
	width:600px;
	padding: 10px 20px 25px 20px;
	font-size: 70px;
	line-height: 90%;
	z-index: 99;
}

#centralbox_en {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 270px auto;
	background-image: url(../images/boxbg.png);
	width:600px;
	padding: 10px 20px 25px 20px;
	font-size: 65px;
	line-height: 90%;
	z-index: 99;
}

#centralbox_quienes {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 200px auto;
	background-image: url(../images/boxbg.png);
	width:600px;
	padding: 10px 20px 25px 20px;
	line-height: 100%;
	z-index: 99;
}

#centralbox_ventajas {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 200px auto;
	background-image: url(../images/boxbg.png);
	width:600px;
	padding: 10px 20px 25px 20px;
	line-height: 100%;
	z-index: 99;
}

#centralbox_procesos {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 150px auto;
	background-image: url(../images/boxbg.png);
	width:1120px;
	padding: 10px 20px 25px 20px;
	line-height: 100%;
	z-index: 99;
}

#centralbox_contacto {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 100px auto;
	background-image: url(../images/boxbg.png);
	width:335px;
	padding: 10px 20px 25px 20px;
	line-height: 125%;
	z-index: 99;
}

.mac.gecko #centralbox_contacto {
	font-family: 'Dosis', sans-serif;
	color: white;
	margin: 100px auto;
	background-image: url(../images/boxbg.png);
	width:345px;
	padding: 10px 20px 25px 20px;
	line-height: 125%;
	z-index: 99;
}

#dots {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 253px;
	margin-bottom: 60px;
	background-image: url(../images/dot.png);
	opacity: 0.1;
	z-index: -98;
}

#lang {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	font-family: 'Dosis', sans-serif;
	color: white;
}

#lang a:hover {
	color: #f79239;
}

#footercontent {
	display: inline;
	margin-right: 20px;
}

#footercontent a {
	color: white;
	text-decoration: none;
}

.footer_highlight {
	background-image: url(../images/boxbg.png);
	padding: 0 5px;
}

/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:100%;
	z-index:-9999;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}