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

body {
	background-image: url(fondo_3.jpg);
}

#caja {
	background-color: #FFE9B9;
	width: 600px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	left: 100px;
	top: 30px;
	padding: 15px;
	position: absolute;
	margin-bottom: 30px;
}

.nota {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 500px;
	float: right;
}

.nota a{
	color: #006633;
	text-decoration: underline;
	font-size: 10px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nota a:hover{
	color: #99CC99;
}


.linea{
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	width: 600px;
	margin-bottom: 10px;
	font-size: 9px;
}

.linea500{
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	width: 500px;
	font-size: 9px;
	margin-top: 10px;
}

#autor {
	height: 61px;
	width: 400px;
	position: relative;
	margin-bottom: 5px;
}

#botonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	position: absolute;
	font-style: italic;
	top: 100px;
	line-height: 20px;
	text-align: right;
	left: 30px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-right: 10px;
	padding-bottom: 5px;
}

#botonera a{
	text-decoration: underline;
	display: block;
	color: #000099;
}

#botonera a:hover{
	text-decoration: underline;
	display: block;
	color: #990000;
}

#cajita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
	text-align: center;
	height: 80px;
	width: 150px;
	float: left;
	margin-right: 15px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}

.cajita_t {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE9B9;
}

.nota2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 500px;
	float: right;
}

.nota2 a{
	color: #006633;
	text-decoration: underline;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nota2 a:hover{
	color: #99CC99;
}
