@charset "utf-8";

*{
	padding:0;
	margin:0;
}

img{
	border:0;
	behavior: url("js_agd/iepngfix.htc");
}

body{
	background:#D93A3A;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}

.width{
	margin:50px 0 0 0;
	width:635px;
	height:473px;
	background:url(../imgs_agd/inicio/bg_inicio.gif) no-repeat top center;
}

.contenedor1{
	height:100%;
	width:100%;
}

.left{
	float:left;
	width:135px;
	height:173px;
	padding:13px 13px 36px 13px;
	margin:245px 0 0 0;
}


.right{
	float:left;
	margin:32px 0 0 6px;
	height:351px;
	width:375px;
	text-align:justify;
	padding:0 20px 0 0;
	
}

.logo{
	text-align:center;
	margin:25px 0 0 0;
}

ul{
	margin:0 0 0 20px;
}

li{
	margin:10px 0 0 0;
}

#salir{
	position:absolute;
	left: 64%;
	top: 485px;
	visibility: visible;
	
}

#entrar{
	position:absolute;
	left: 50%;
	top: 485px;
	visibility: visible;
	
}
