@charset "utf-8";
/* CSS Document */
body
{
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
#todo
{
	text-align:center;
	margin:0 auto;
}
p.izquierda
{
	float:left;	
}
p.derecha
{
	float:right;
	text-align:right;
}
#presentacion
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 500px;
	margin-top: -250px;
	margin-left: -350px;
/*	border: 1px solid red;*/
}
#texto
{
	font-size:200%;
	font-style:italic;
clear:both;	
}
#texto_izquierda
{
	float:left;
	text-align:left;
}
#texto_derecha
{
	float:right;
	text-align:right;
}
