/* CSS Document */

body {
	background-color: #FF0000;
	padding : 0;
	margin : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

A:link{
color: #FFFF80;
}

A:active{
color: #80FFFF;
}

A:visited{
color: #FFFF80;
}

#titulo {
	background-color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	left: 40px;
	top: 20px;
	left: 0px;
	width: 100%;
	high: 40px;
}

#imagen {
	background-color: #FF0000;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	left: 10px;
	top: 100px;
	width: 40%;
	height: 550px;
}

#texto {
	background-color: #FF0000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-color: #FFFFFF;
	border-style: dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;
	position: absolute;
	text-align: justify;
	right: 40px;
	top: 100px;
	width: 50%;
	high: 820px;
	padding-left: 15px;
	padding-right: 15px;
}

.links {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF80;
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
}
