/* http://kalsey.com/2003/07/rounded_corners_in_css/ */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #0059AD;
	background-image: url(fondo.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}

#google {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
}

#final {
	position: relative;
	padding: 0px;
	background-image: url(fondo_final.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#titulo {
	padding: 0px;
	margin: 0px;
	color: white;
	width: 100%;
	height: 210px;
	background-image: url(top.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#pie {
	width: 630px;
	margin: 0px auto 0px auto;
	border-top: solid 1px black;
	padding-top: 5px;
	color: black;
	text-align: center;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	position: relative;
	top: 0.5px;
	left: 0.5px;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:active {
	color: #FFFF00;
}
img {
	border: 0px;
}
.box {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	margin-bottom: 20px;
	background-color: #00496B;
	background-image: url(bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.box .inner {
	margin: 0px;
	background-image:url(tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

h2 {
	padding: 0px 0px 0px 15px;
	position: relative;
	color: #FF9A00;
	margin: 0px;
	font-size: 18px;
	font-family: Arial, serif;
	text-align: left;
	background-image:url(tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.contenido {
	margin: 0px;
	padding: 15px 5px 15px 7px;
	background-image: url(br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
}
#comment {
	font-size: 11px;
	text-align: right;
}

.down {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 140px;
}

.link {
	width: 125px;
}

.down a, #dleft a, #dright a {
	display: block;
	text-decoration: none;
	font-size: 9px;
	color: white;
	padding: 6px;
	margin: 0px;
}

.down a:hover, #dleft a:hover, #dright a:hover {
	text-decoration: none;
	padding: 5px;
	background-color: #FF9388;
	border-top: solid #B0B0B0 1px;
	border-left: solid #B0B0B0 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
}

.down a:active, #dleft a:active, #dright a:active {
	text-decoration: none;
	padding: 5px;
	background-color: #FF9388;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #B0B0B0 1px;
	border-bottom: solid #B0B0B0 1px;
}

a span {
	color: yellow;
}

#doble_link {
	width: 400px;
	margin: 0px auto 0px auto;
}

#dleft, #dright {
	width: 50%;
}
#dleft a {
	position: relative;
	margin-left: auto;
	margin-right: 0px;
}