@CHARSET "utf-8";

* {
	margin:0;
	border:0;
	padding:0;
	border:0;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #F3F3F3;
}

.box {
	position: relative;
	width:600px;
	margin:0 auto;
	display: block;
	clear: both;
}

.georgia {
	font-family:Georgia, "Times New Roman", serif;
}

.outline {
	border:1px solid #C9C9C9;
}

.round-top {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.round-bottom {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#bg-bottom {
	background-image: url(../img/bg_bottom.png);
	background-repeat: repeat-x;
}

#bg-top {
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	height: 345px;
}

#imagen-caja {
	height:314px;
}

#imagen {
	width: 354px;
	height: 311px;
	float: left;
}

#texto-caja {
	font-size: 18px;
	color: #c4c4c4;
	position: relative;
	top: 160px;
}

#avance {
	position: relative;
	top: -31px;
	height:100px;
	width: 600px;
	margin: 0 auto;
	background-image: url(../img/bg_avance.jpg);
}

#logo {
	float: left;
	width: 153px;
	height: 83px;
	margin: 8px;
}

#texto-porcentaje {
	font-size: 12px;
	text-align: center;
	color: #9b9b9b;
	display: block;
	height: 28px;
	line-height: 28px;
	margin-top: 8px;
}

#contenedor-porcentaje {
	display: block;
	float: left;
	position: relative;
	width: 420px;
	height: 50px;
	background-image: url(../img/bg_cont_avance.jpg);
}

.flecha {
	display: block;
	position: relative;
	width: 32px;
	height: 20px;
	background-image: url(../img/flecha.jpg);
}

#contenido {
	height:185px;
}

#webmail {
	display: block;
	width: 120px;
	height: 185px;
	float: left;
}

#webmail a {
	position: relative;
	display: block;
	height: 16px;
	top: 130px;
	background-image: url(../img/envelope.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}

#soporte {
	display: block;
	float: left;
	width: 236px;
	height: 185px;
	padding-left: 12px;
	padding-top: 30px;
	font-size: 12px;
	color: #818181;
	background-image: url(../img/bg_soporte.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#soporte a {
	font-size: 12px;
	color: #df8800;
	text-decoration: none;
}

#avisar {
	display: block;
	float: left;
	width:220px;
	height: 185px;
	padding-left: 12px;
	padding-top: 30px;
	background-image: url(../img/bg_soporte.png);
	background-position: top left;
	background-repeat: no-repeat;
}


#avisar label, #avisar p {
	font-size: 12px;
	color: #999999;
}

#avisar input {
	color: #999999;
	padding: 3px;
	font-size: 12px;
	width: 180px;
}

#avisar button {
	display: block;
	margin-top: 6px;
	margin-right: 30px;
	width:100px;
	float: right;
	color: #999999;
}

#copyright {
	height:25px;
	text-align: center;
	font-size: 12px;
	color: #a4a4a4;
}

.graph {
	position: relative;
	width: 398px;
	left:10px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.graph .barra {
	position: relative;
	display: block;
	height: 16px;
	background-image: url(../img/bg_barra.png);
}