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

html,body
{
	background-color: #FFFFFF;
	background-image: url(img/background01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color:#FFFFFF;
	height:100%;
}

#contenido {
	margin:0px auto 0px auto;
	width: 759px;
	text-align:left;
	height:100%;
}

#principal
{
	background-image: url(img/background_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
	width:719px;
}

#foot
{
	background:#000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align:right;
}

#foot a:link, #foot a:active, #foot a:visited {
	color: #99CC00;
}

#foot a:hover {
	color:#99FF00;
}

.titulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	line-height: 24px;
}

.subtitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 20px;
}

a:link, a:active, a:visited {
	color: #99CC00;
}

a:hover {
	color: #99FF00;
	}
	
.color {
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
	padding:0 3px 0 3px;
	margin-right:4px;
	line-height:6px;
}