@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align: justify;
	margin-top: 0px;
	background-image: url(bg_177440.png);
}
#contenedor{
	height: 270px;
	width: 396px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	margin-bottom: 10px;
}
#contenedor p{
	padding-left: 60px;
	font-size: 1.1em;
	line-height: 1em;
}
#contenedor img{
	padding-left: 54px;
	padding-top: 30px;
}
#contenedor a{
	color: #000000;
	
}
#contenedor a:hover{
	color: #CC0000;
	
}
#pie{
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: 40px;
	background-color: #CC0000;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

