@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(bg_home.jpg);
}
img
{
  border:0;
}
#bg_imgen {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	background-image: url(bg-imgen.png);
}
#bg_imgen p {
	padding-top: 450px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #e1dddd;
}