@charset "utf-8";
/* CSS Document */
/** {margin:0; padding:0;}*/
html, body {width:100%; 
height:100%; 
/*overflow:auto;*/
}
#contenido {width:100%; 
height:100%;
overflow: auto;
} 
#msj { 
position:absolute;
width:200px;
height:134px;
/*border:1px solid #000;*/
/*background:#cff;*/
left:10%;
margin-left:400px;
top:50%;
margin-top:150px;
bottom:100%;
} 
#contenedor{
	position:relative;
	width:200px;
height:134px;
}
#headermsj{
	background-image:url(../img/fondo_pequeno.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:25px;
	position:relative;
	float:left;
	cursor:move;
}
#cerrar{
	/*border:1px solid #CCCCCC;*/
	width:22px;
	height:19px;
	margin-top:2px;
	margin-right:5px;
	float:right;
	cursor:pointer;
	/*background-image:url(img/cerrar.jpg);*/
}
