html, body 
{  
    height:100%;  
    margin:0;  
} 

body
{
    font-family: Helvetica, Verdana, Arial;
	background: #ffffff;
	position:relative;
    min-width:1024px;
	min-height:768px; 
}

img
{
	border:none;
}

#contenido
{
	margin: 10px auto;
	text-align:center;
}

p
{
	font-size:10pt;
	text-align:center;
	color:#87212f;
	line-height:20pt;
}

a
{
	color:#87212f;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

@media (max-width: 1023px)
{
	#contenido img.logo
	{
		width:70%;
	}
	
	#contenido img.foto
	{
		width:90%;
	}
	
	h1
	{
		font-size:5rem;
	}
}