html{
	height: 100%;
}
body{
	margin:0;
	padding:0;
	height:100%;
	background-color: #000;
}
body, td{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
td{
	vertical-align: top;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #FFF;
}
a:hover{
	color: #FFFFCC;
}
div.preloader{
	position: absolute;
	width: 100%;
	height: 19px;
	text-align: center;
	top: 50%;
	margin-top: -9px;
	z-index: 200;
}
div.root{
	/*display: none;*/
}
div.home{
	margin-top: -274px;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 549px;
	width: 100%;
}
div.main{
	position: relative;	
	margin: 0 auto;
	width: 670px;
}
div.main div.logo_home{
	margin: 0 auto;
	width: 425px;
	height: 327px;
}
div.main div.logo{
	margin: 0 auto;
	width: 650px;
	height: 230px;
}
div.main div.links{
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: dotted 2px #FF8D09;
}
div.main div.links a{
	padding: 0 5px;
	margin-bottom: 5px;
}
div.main div.links a:hover{
	border-top: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
}
div.main div.creditos_home{
	padding: 20px;
	padding-top: 0px;
	position: relative;
	height: 77px;
}
div.main div.creditos_home div.plaza_lima_sur{
	text-align: right;
	width: 260px;
	float: left;
}
div.main div.creditos_home div.informes{
	text-align: left;
	padding-left: 30px;
	padding-top: 14px;
	width: 340px;
	float: left;
	font-weight: bold;
}
div.main div.creditos_home div.informes span.phone{
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 1px 0 0 20px;
	margin-top: 5px;
	line-height: 25px;
}
div.main div.creditos_home div.informes span.email{
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	padding: 0 0 10px 20px;
}
div.main div.creditos_home div.informes a{
	font-weight: bold;
}

div.main div.creditos{
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 10px;
}


/* DENTRO DE LOS LINKS */

div.main div.creditos_links{
	border-bottom: dotted 1px #FF8D09;
	border-top: dotted 1px #FF8D09;
}
div.main div.creditos_links a:hover{
	border-bottom: dotted 1px #FFF;
}
div.main div.links span{
	font-weight: bold;
	border-bottom: dotted 1px #FFF;
	padding: 0 5px;
}

div.main div.info{
	width: 100%;
	padding-top: 5px;
	text-align: justify;
	margin-bottom: 10px;
	display: inline-block;
	color: #FF9900;
}
div.main div.info td{
	color: #FF9900;
}
div.main div.info img.info{
	float: left;
	margin: 0 10px 10px 0;
}
