@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
object {
	display: block;
}
body {
	font: 11px Arial, Verdana, Sans-Serif;
	height: 100%;
	background-image: url(imagenes/background_01.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
}
ul li {
	display: inline;
}
object {
	display: block;
}
table {
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.blackBorder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.textoNormalNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}
.textoNormalVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	line-height: 14px;
}
.textoNormalBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.textoNormalRojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	line-height: 14px;
}
.textoTituloNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: inherit;
}
.textoTituloVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	font-weight: bold;
	line-height: inherit;
}
.textoTituloBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: inherit;
}
