body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C2F39;	
}

img{
	border: 0;
}

form{
	margin: 0;
}

.fondo_blanco_sin_abajo{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	
	background-color: White;
}

.fondo_blanco_sin_arriba{
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	background-color: White;
}

.fondo_blanco{
	background-color: White;
}

.fondo_verdeoscuro{
	background-color: #1C2F39;
}

.fondo_verdemedio{
	background-color: #5F7785;
}

.fondo_verdeclaro{
	background-color: #CFD6DA;
}

.fondo_gris{
	background-color: #E8E8E8;
}

.fondo_beige{
	background-color: #F9E2B8;
}

.fondo_beigeclaro{
	background-color: #FDF3E3;
}

.linea{
background-image: url(../imagenes/linea.gif);
background-repeat: repeat-x;	
}

.txt_blanco, .txt_blanco a:link, .txt_blanco a:visited, .txt_blanco a:active{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	text-decoration: none;
	}

.txt_blanco a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	text-decoration: underline;
	}
	
.txt_blanco9, .txt_blanco9 a:link, .txt_blanco9 a:visited, .txt_blanco9 a:active{
	font-family: Tahoma;
	font-size: 9px;
	color: White;
	text-decoration: none;
	}

.txt_blanco9 a:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: White;
	text-decoration: underline;
	}
	
.txt_gris, .txt_gris a:link, .txt_gris a:visited, .txt_gris a:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}

.txt_gris a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}

.txt_gris9, .txt_gris9 a:link, .txt_gris9 a:visited, .txt_gris9 a:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	}

.txt_gris9 a:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
	
.txt_verdeoscuro, .txt_verdeoscuro a:link, .txt_verdeoscuro a:visited, .txt_verdeoscuro a:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #1C2F39;
	text-decoration: none;
	}

.txt_verdeoscuro a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #1C2F39;
	text-decoration: underline;
	}
	
.txt_verdeoscuro9, .txt_verdeoscuro9 a:link, .txt_verdeoscuro9 a:visited, .txt_verdeoscuro9 a:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #1C2F39;
	text-decoration: none;
	}

.txt_verdeoscuro9 a:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #1C2F39;
	text-decoration: underline;
	}
	
.txt_verdeclaro, .txt_verdeclaro a:link, .txt_verdeclaro a:visited, .txt_verdeclaro a:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #5F7785;
	text-decoration: none;
	}

.txt_verdeclaro a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #5F7785;
	text-decoration: underline;
	}	
