@charset "UTF-8";
body {
	font-family: Helvetica, Geneva, Arial;
	font-size: 12px;
	background-color: #72939F;
}
p, object {
	margin: 0px;
	padding: 0px;
}	
#contenedor {
	margin:auto;
	width: 920px;
	height: 580px;
	background-image:url(../_imags/fondo_pagina.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: -275px;
	margin-left: -460px;
	position: absolute;
	top: 50%;
   	left: 50%;
}

#contenedor2 {
	margin:auto;
	width: 700px;
	height: 700px;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: -350px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
   	left: 50%;
}
#top {
	height: 70px;
}
#contenido {
	height: 400px;
	margin-bottom: 0px;
}	
#inf {
	margin: 0px;
	height: 80px;
}
#cierre {
	margin-top:10px;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}
#cierre a{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#cierre a:hover{
	text-decoration: underline;
}


#ppal {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}				
